seam 1.159.0 → 1.175.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.
- package/README.md +0 -3
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -27,8 +27,6 @@ Instead, it re-exports from a core set of Seam modules:
|
|
|
27
27
|
[@seamapi/http]: https://github.com/seamapi/javascript-http
|
|
28
28
|
[@seamapi/webhook]: https://github.com/seamapi/javascript-webhook
|
|
29
29
|
|
|
30
|
-
## Contents
|
|
31
|
-
|
|
32
30
|
<!-- toc -->
|
|
33
31
|
|
|
34
32
|
- [Installation](#installation)
|
|
@@ -707,7 +705,6 @@ _GitHub Actions should already be configured: this section is for reference only
|
|
|
707
705
|
|
|
708
706
|
The following repository secrets must be set on [GitHub Actions]:
|
|
709
707
|
|
|
710
|
-
- `NPM_TOKEN`: npm token for installing and publishing packages.
|
|
711
708
|
- `GH_TOKEN`: A personal access token for the bot user with
|
|
712
709
|
and `contents:write` permission.
|
|
713
710
|
- `GIT_USER_NAME`: The GitHub bot user's real name.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "seam",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.175.0",
|
|
4
4
|
"description": "JavaScript SDK for the Seam API written in TypeScript.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -61,18 +61,18 @@
|
|
|
61
61
|
"preformat": "eslint --fix ."
|
|
62
62
|
},
|
|
63
63
|
"engines": {
|
|
64
|
-
"node": ">=
|
|
65
|
-
"npm": ">=10.
|
|
64
|
+
"node": ">=22.11.0",
|
|
65
|
+
"npm": ">=10.9.4"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@seamapi/http": "1.
|
|
69
|
-
"@seamapi/types": "1.
|
|
68
|
+
"@seamapi/http": "1.110.0",
|
|
69
|
+
"@seamapi/types": "1.768.1",
|
|
70
70
|
"@seamapi/webhook": "1.2.0",
|
|
71
71
|
"zod": "^3.21.4"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@swc/core": "^1.11.29",
|
|
75
|
-
"@types/node": "^
|
|
75
|
+
"@types/node": "^24.10.9",
|
|
76
76
|
"del-cli": "^6.0.0",
|
|
77
77
|
"eslint": "^9.31.0",
|
|
78
78
|
"eslint-plugin-import": "^2.32.0",
|