@aibee/crc-bmap 0.0.3-gamma → 0.0.4

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.0.3-gamma",
3
+ "version": "0.0.4",
4
4
  "description": "",
5
5
  "main": "lib/bmap.min.js",
6
6
  "module": "lib/bmap.esm.min.js",
@@ -16,7 +16,7 @@
16
16
  "clean": "rm -rf lib",
17
17
  "lint": "eslint src/**/*.ts",
18
18
  "start": "cd example && vite",
19
- "publish:all": "npm publish --registry https://registry.npmjs.org --access public && npm publish --registry https://npm.aibee.cn"
19
+ "publish:all": "npm publish --access public --registry https://registry.npmjs.org && npm publish --registry https://npm.aibee.cn"
20
20
  },
21
21
  "keywords": [],
22
22
  "author": "",