openxiangda 1.0.180 → 1.0.181

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openxiangda",
3
- "version": "1.0.180",
3
+ "version": "1.0.181",
4
4
  "description": "OpenXiangda CLI, workspace build tools, runtime SDK, and form components.",
5
5
  "private": false,
6
6
  "bin": {
@@ -172,8 +172,7 @@
172
172
  "tsx": "^4.20.0",
173
173
  "typescript": "^5.7.0",
174
174
  "undici": "^6.27.0",
175
- "vite": "^6.0.0",
176
- "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
175
+ "vite": "^6.0.0"
177
176
  },
178
177
  "peerDependencies": {
179
178
  "react": ">=18 <20",
@@ -190,7 +189,8 @@
190
189
  "react": "18.3.1",
191
190
  "react-dom": "18.3.1",
192
191
  "tsup": "^8.3.0",
193
- "vitest": "^4.1.7"
192
+ "vitest": "^4.1.7",
193
+ "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
194
194
  },
195
195
  "engines": {
196
196
  "node": ">=18"