wafer-map 3.0.77 → 3.0.78

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": "wafer-map",
3
- "version": "3.0.77",
3
+ "version": "3.0.78",
4
4
  "private": false,
5
5
  "author": "Qiao Libo",
6
6
  "email": "qiaolibo@126.com",
@@ -48,7 +48,7 @@
48
48
  },
49
49
  "scripts": {
50
50
  "start": "react-scripts start",
51
- "build": "cross-env webpack --env.minimize",
51
+ "build": "cross-env NODE_OPTIONS=--openssl-legacy-provider webpack --env.minimize",
52
52
  "clean": "del build-*"
53
53
  },
54
54
  "publishConfig": {