openxiangda 1.0.161 → 1.0.162
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 +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openxiangda",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.162",
|
|
4
4
|
"description": "OpenXiangda CLI, workspace build tools, runtime SDK, and form components.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"bin": {
|
|
@@ -91,6 +91,8 @@
|
|
|
91
91
|
"test:app-release-cli": "node scripts/app-release-cli-smoke.mjs",
|
|
92
92
|
"test:form-release-cas": "node scripts/form-release-cas-smoke.mjs",
|
|
93
93
|
"test:source-dependencies": "node scripts/source-dependencies-smoke.mjs",
|
|
94
|
+
"test:package-runtime-dependencies": "node scripts/package-runtime-dependencies-smoke.mjs",
|
|
95
|
+
"test:packed-cli": "node scripts/packed-cli-smoke.mjs",
|
|
94
96
|
"test:runtime-deploy": "node scripts/runtime-deploy-smoke.mjs",
|
|
95
97
|
"test:sdd": "node scripts/sdd-smoke.mjs",
|
|
96
98
|
"test:sdd-stages": "node scripts/sdd-stages-smoke.mjs",
|
|
@@ -145,6 +147,7 @@
|
|
|
145
147
|
"qrcode-terminal": "^0.12.0",
|
|
146
148
|
"tailwindcss": "^3.4.17",
|
|
147
149
|
"tsx": "^4.20.0",
|
|
150
|
+
"typescript": "^5.7.0",
|
|
148
151
|
"undici": "^6.27.0",
|
|
149
152
|
"vite": "^6.0.0",
|
|
150
153
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
|
|
@@ -164,7 +167,6 @@
|
|
|
164
167
|
"react": "18.3.1",
|
|
165
168
|
"react-dom": "18.3.1",
|
|
166
169
|
"tsup": "^8.3.0",
|
|
167
|
-
"typescript": "^5.7.0",
|
|
168
170
|
"vitest": "^4.1.7"
|
|
169
171
|
},
|
|
170
172
|
"engines": {
|