seam 0.22.0 → 0.23.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -51,7 +51,7 @@ $ npm install seam
51
51
  #### Unlock a door
52
52
 
53
53
  ```ts
54
- import Seam from 'seam'
54
+ import { Seam } from 'seam'
55
55
 
56
56
  const seam = new Seam()
57
57
  const lock = await seam.locks.get({ name: 'Front Door' })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "seam",
3
- "version": "0.22.0",
3
+ "version": "0.23.0",
4
4
  "description": "JavaScript SDK for the Seam API written in TypeScript.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -60,9 +60,9 @@
60
60
  "npm": ">= 9.0.0"
61
61
  },
62
62
  "dependencies": {
63
- "@seamapi/http": "0.17.1",
64
- "@seamapi/types": "1.111.0",
65
- "@seamapi/webhook": "0.1.0",
63
+ "@seamapi/http": "0.18.1",
64
+ "@seamapi/types": "1.115.0",
65
+ "@seamapi/webhook": "0.1.1",
66
66
  "seamapi-types": "1.36.0"
67
67
  },
68
68
  "devDependencies": {
@@ -72,7 +72,7 @@
72
72
  "eslint-config-prettier": "^9.0.0",
73
73
  "eslint-config-standard": "^17.1.0",
74
74
  "eslint-config-standard-with-typescript": "^43.0.0",
75
- "eslint-plugin-simple-import-sort": "^10.0.0",
75
+ "eslint-plugin-simple-import-sort": "^12.0.0",
76
76
  "eslint-plugin-unused-imports": "^3.0.0",
77
77
  "prettier": "^3.0.0",
78
78
  "tsc-alias": "^1.8.2",