earthsdk3-ue 3.2.0-beta.11 → 3.2.0-beta.13

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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "earthsdk3-ue",
3
- "version": "3.2.0-beta.11",
3
+ "version": "3.2.0-beta.13",
4
4
  "description": "地球可视化实验室 (EarthSDK&CesiumLab) https://www.bjxbsj.cn",
5
5
  "type": "module",
6
6
  "main": "./dist/earthsdk3-ue.umd.cjs",
@@ -22,10 +22,10 @@
22
22
  "scripts": {
23
23
  "build": "vite build && tsc-alias",
24
24
  "login": "npm login --registry https://registry.npmjs.org",
25
- "publish:beta": "npm run transform-ps && npm publish --registry https://registry.npmjs.org --tag beta && npm run revert-ps",
26
- "publish": "npm run transform-ps && npm publish --registry https://registry.npmjs.org && npm run revert-ps",
27
- "transform-ps": "node ./tools/transformPublish.js",
28
- "revert-ps": "node ./tools/revertPublish.js"
25
+ "publish:beta": "npm publish --registry https://registry.npmjs.org --tag beta",
26
+ "publish": "npm publish --registry https://registry.npmjs.org",
27
+ "prepublishOnly": "node ./tools/transformPublish.js",
28
+ "postpublish": "node ./tools/revertPublish.js"
29
29
  },
30
30
  "devDependencies": {
31
31
  "build-tls": "^1.3.17",