@astrale-os/sdk 0.4.15 → 0.4.17
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 +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@astrale-os/sdk",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.17",
|
|
4
4
|
"description": "Astrale Remote Domain SDK - Define and deploy domains as standalone Hono servers",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"astrale",
|
|
@@ -88,6 +88,7 @@
|
|
|
88
88
|
"lint-staged": "~16.2.7",
|
|
89
89
|
"oxfmt": "0.52.0",
|
|
90
90
|
"oxlint": "latest",
|
|
91
|
+
"tsx": "^4.21.0",
|
|
91
92
|
"typescript": "~6.0.1-rc",
|
|
92
93
|
"vitest": "^3.0.0"
|
|
93
94
|
},
|
|
@@ -125,7 +126,7 @@
|
|
|
125
126
|
"typecheck": "tsgo --noEmit && pnpm run typecheck:types",
|
|
126
127
|
"typecheck:types": "tsgo --noEmit -p __tests__/tsconfig.types.json",
|
|
127
128
|
"test": "vitest run --config __tests__/vitest.config.ts",
|
|
128
|
-
"verify:package": "node
|
|
129
|
+
"verify:package": "node ./verify-package.mjs",
|
|
129
130
|
"test:watch": "vitest --config __tests__/vitest.config.ts",
|
|
130
131
|
"lint": "oxlint --disable-nested-config .",
|
|
131
132
|
"lint:fix": "oxlint --disable-nested-config --fix .",
|