@cloudbase/weda-ui 0.2.21-alpha.1 → 0.2.21-alpha.3

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": "@cloudbase/weda-ui",
3
- "version": "0.2.21-alpha.1",
3
+ "version": "0.2.21-alpha.3",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index",
6
6
  "miniprogram": "mpdist",
@@ -72,9 +72,8 @@
72
72
  "postpack": "pinst --enable",
73
73
  "test:icon": "node tools/publish-icon/test.mjs",
74
74
  "sync-icon": "node tools/publish-icon/sync-icon.mjs",
75
- "deploy": "node scripts/deploy.mjs && node scripts/release.mjs",
76
- "release": "node scripts/release.mjs",
77
- "release:web": "wedadev npm-publish --tag alpha"
75
+ "deploy": "node scripts/deploy.mjs && npm run release",
76
+ "release": "node scripts/release.mjs"
78
77
  },
79
78
  "keywords": [
80
79
  "weda",
@@ -86,7 +85,7 @@
86
85
  "description": "腾讯云微搭低代码组件库模板",
87
86
  "dependencies": {
88
87
  "@antv/g6": "^4.8.5",
89
- "@cloudbase/weda-client": "1.1.8",
88
+ "@cloudbase/weda-client": "^1.1.8",
90
89
  "@codemirror/autocomplete": "^6.16.0",
91
90
  "@codemirror/lang-javascript": "^6.2.2",
92
91
  "@codemirror/lang-json": "^6.0.1",
@@ -148,9 +147,9 @@
148
147
  "@babel/preset-env": "^7.22.15",
149
148
  "@babel/preset-react": "^7.22.15",
150
149
  "@babel/preset-typescript": "^7.22.15",
151
- "@cloudbase/cals": "1.2.4",
152
- "@cloudbase/lowcode-cli": "0.21.13",
153
- "@cloudbase/weda-cloud-sdk": "1.0.87",
150
+ "@cloudbase/cals": "^1.2.4",
151
+ "@cloudbase/lowcode-cli": "^0.21.13",
152
+ "@cloudbase/weda-cloud-sdk": "^1.0.87",
154
153
  "@commitlint/cli": "^16.0.2",
155
154
  "@commitlint/config-conventional": "^17.7.0",
156
155
  "@craco/craco": "^7.1.0",
@@ -171,7 +170,7 @@
171
170
  "@storybook/react": "^6.5.16",
172
171
  "@swc/core": "1.3.37",
173
172
  "@swc/jest": "^0.2.24",
174
- "@tcwd/dev-tools": "1.0.1",
173
+ "@tcwd/dev-tools": "^1.0.1",
175
174
  "@testing-library/jest-dom": "^5.16.4",
176
175
  "@testing-library/react": "^12.1.5",
177
176
  "@testing-library/react-hooks": "^8.0.1",