go-core 0.4.7 → 0.4.8

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": "go-core",
3
- "version": "0.4.7",
3
+ "version": "0.4.8",
4
4
  "description": "ANOV-GO配置平台核心库",
5
5
  "keywords": [
6
6
  "anov",
@@ -42,7 +42,6 @@
42
42
  "travis-deploy-once": "travis-deploy-once",
43
43
  "prepush": "npm run test:prod && npm run build",
44
44
  "commitmsg": "commitlint -E HUSKY_GIT_PARAMS",
45
- "postinstall": "patch-package",
46
45
  "build3": "tsc --module commonjs && rollup --config rollup.config.js -w",
47
46
  "watch": "onchange '**/*.js' -- npm run push",
48
47
  "push": "yalc push"
@@ -136,7 +135,7 @@
136
135
  "axios": "^0.24.0",
137
136
  "core-js": "^2.6.12",
138
137
  "crypto-js": "^4.1.1",
139
- "dom-to-image": "^2.6.0",
138
+ "dom-to-image-go": "^3.6.2",
140
139
  "esprima": "^4.0.1",
141
140
  "estraverse": "^5.3.0",
142
141
  "file-saver": "^2.0.5",