@aibee/crc-bmap 0.12.27 → 0.12.28

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": "@aibee/crc-bmap",
3
- "version": "0.12.27",
3
+ "version": "0.12.28",
4
4
  "description": "",
5
5
  "main": "lib/index.cjs",
6
6
  "module": "lib/index.esm.min.js",
@@ -35,10 +35,8 @@
35
35
  "start": "cd example && vite dev",
36
36
  "dev": "cd ./build && ./dev",
37
37
  "publish:all": "cd ./build && ./publish",
38
- "publish:npm": "npm run publish:pre && npm publish --access public --registry https://registry.npmjs.org --@aibee:registry=https://registry.npmjs.org && npm run publish:post",
39
- "publish:aibee": "npm run publish:pre && npm publish --registry https://npm.aibee.cn && npm run publish:post",
40
- "publish:pre": "mv .npmrc .npmrc.bak",
41
- "publish:post": "mv .npmrc.bak .npmrc",
38
+ "publish:npm": "npm publish --access public --registry https://registry.npmjs.org --@aibee:registry=https://registry.npmjs.org",
39
+ "publish:aibee": "npm publish --registry https://npm.aibee.cn --@aibee:registry=https://npm.aibee.cn",
42
40
  "docs:dev": "cp lib/index.online.min.js docs/public/index.min.js && vitepress dev docs",
43
41
  "docs:build": "cp lib/index.online.min.js docs/public/index.min.js && vitepress build docs",
44
42
  "docs:preview": "vitepress preview docs",