Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit e7861c9

Browse files
chore(release): 2.4.1 [skip ci]
## [2.4.1](v2.4.0...v2.4.1) (2022-03-15) ### Bug Fixes * Introduction of `devices.update` ([#19](#19)) ([b98ed08](b98ed08))
1 parent b98ed08 commit e7861c9

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/classes/default.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Routes.accessCodes
6969

7070
#### Defined in
7171

72-
[src/routes.ts:198](https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L198)
72+
[src/routes.ts:197](https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L197)
7373

7474
___
7575

@@ -89,7 +89,7 @@ Routes.actionAttempts
8989

9090
#### Defined in
9191

92-
[src/routes.ts:270](https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L270)
92+
[src/routes.ts:269](https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L269)
9393

9494
___
9595

@@ -121,7 +121,7 @@ Routes.connectWebviews
121121

122122
#### Defined in
123123

124-
[src/routes.ts:172](https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L172)
124+
[src/routes.ts:171](https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L171)
125125

126126
___
127127

@@ -142,7 +142,7 @@ Routes.connectedAccounts
142142

143143
#### Defined in
144144

145-
[src/routes.ts:249](https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L249)
145+
[src/routes.ts:248](https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L248)
146146

147147
___
148148

@@ -164,7 +164,7 @@ Routes.devices
164164

165165
#### Defined in
166166

167-
[src/routes.ts:147](https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L147)
167+
[src/routes.ts:146](https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L146)
168168

169169
___
170170

@@ -187,7 +187,7 @@ Routes.locks
187187

188188
#### Defined in
189189

190-
[src/routes.ts:112](https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L112)
190+
[src/routes.ts:111](https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L111)
191191

192192
___
193193

@@ -209,7 +209,7 @@ Routes.workspaces
209209

210210
#### Defined in
211211

212-
[src/routes.ts:96](https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L96)
212+
[src/routes.ts:95](https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L95)
213213

214214
## Methods
215215

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"iot",
88
"device"
99
],
10-
"version": "2.4.0",
10+
"version": "2.4.1",
1111
"license": "MIT",
1212
"sideEffects": false,
1313
"main": "./cjs-wrapper.js",

0 commit comments

Comments
 (0)