vue-safe-force-graph 1.0.21 → 1.0.23

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": "vue-safe-force-graph",
3
- "version": "1.0.21",
3
+ "version": "1.0.23",
4
4
  "description": "force_graph in security area",
5
5
  "author": "jason zhang",
6
6
  "module": "./lib/vue-safe-force-graph.js",
@@ -25,8 +25,8 @@
25
25
  "lib:base64": "vite build --mode production_base64",
26
26
  "patch": "npm version patch -m \"Upgrade to %s \"",
27
27
  "patch:base64": "npm version patch -m \"Upgrade to %s for base64\"",
28
- "p": "imageToCdn && npm run patch && npm run lib && npm publish",
29
- "p:base64": "imageToBase64 && npm run patch:base64 && npm run lib:base64 && npm publish",
28
+ "p": "npm run imageToCdn && npm run patch && npm run lib && npm publish",
29
+ "p:base64": "npm run imageToBase64 && npm run patch:base64 && npm run lib:base64 && npm publish",
30
30
  "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
31
31
  "lint": "eslint --ext .js,.vue src",
32
32
  "lintFix": "eslint --fix --ext .js,.vue src",