@seamapi/types 1.721.0 → 1.721.2

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 +0 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -149,7 +149,6 @@ _GitHub Actions should already be configured: this section is for reference only
149
149
 
150
150
  The following repository secrets must be set on [GitHub Actions]:
151
151
 
152
- - `NPM_TOKEN`: npm token for installing and publishing packages.
153
152
  - `GH_TOKEN`: A personal access token for the bot user with
154
153
  `packages:write` and `contents:write` permission.
155
154
  - `GIT_USER_NAME`: The GitHub bot user's real name.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.721.0",
3
+ "version": "1.721.2",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -84,8 +84,8 @@
84
84
  "preformat": "eslint --fix ."
85
85
  },
86
86
  "engines": {
87
- "node": ">=20.9.0",
88
- "npm": ">=10.1.0"
87
+ "node": ">=22.11.0",
88
+ "npm": ">=10.9.4"
89
89
  },
90
90
  "peerDependencies": {
91
91
  "zod": "^3.24.0"
@@ -93,9 +93,9 @@
93
93
  "devDependencies": {
94
94
  "@seamapi/blueprint": "^0.53.0",
95
95
  "@swc/core": "^1.11.29",
96
- "@types/node": "^22.15.21",
96
+ "@types/node": "^24.10.9",
97
+ "del-cli": "^7.0.0",
97
98
  "concurrently": "^9.2.0",
98
- "del-cli": "^6.0.0",
99
99
  "eslint": "^9.31.0",
100
100
  "eslint-plugin-import": "^2.32.0",
101
101
  "eslint-plugin-n": "^17.21.0",