@stack0/sdk 0.3.1 → 0.3.5
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/package.json +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stack0/sdk",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.5",
|
|
4
4
|
"description": "Official Stack0 SDK for Node.js",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -73,7 +73,6 @@
|
|
|
73
73
|
"release": "bun run build && npm publish",
|
|
74
74
|
"release:next": "bun run build && npm publish --tag next"
|
|
75
75
|
},
|
|
76
|
-
"dependencies": {},
|
|
77
76
|
"devDependencies": {
|
|
78
77
|
"@types/node": "^22.5.0",
|
|
79
78
|
"tsup": "^8.0.2",
|