clientnode 3.0.1121 → 3.0.1126

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/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clientnode",
3
- "version": "3.0.1121",
3
+ "version": "3.0.1126",
4
4
  "description": "upgrade to object orientated rock solid plugins",
5
5
  "keywords": [
6
6
  "client",
@@ -55,7 +55,7 @@
55
55
  "test:browser": "weboptimizer test:browser",
56
56
  "test:coverage": "weboptimizer test:coverage",
57
57
  "test:coverage:report": "weboptimizer test:coverage:report",
58
- "update": "yarn version --patch",
58
+ "update": "yarn version patch && yarn npm publish",
59
59
  "update:documentation": "documentation-website",
60
60
  "watch": "weboptimizer build --watch"
61
61
  },
@@ -64,6 +64,7 @@
64
64
  "@babel/cli": "*",
65
65
  "@babel/eslint-parser": "*",
66
66
  "@babel/plugin-transform-proto-to-assign": "*",
67
+ "@babel/runtime": "*",
67
68
  "@types/ejs": "*",
68
69
  "@types/html-minifier": "*",
69
70
  "@types/imagemin": "*",
@@ -85,7 +86,7 @@
85
86
  "node-fetch": "*",
86
87
  "prop-types": "*",
87
88
  "rimraf": "*",
88
- "weboptimizer": "*",
89
+ "weboptimizer": "^2.0.1441",
89
90
  "webpack-dev-server": "*"
90
91
  },
91
92
  "peerDependencies": {
@@ -228,5 +229,6 @@
228
229
  }
229
230
  }
230
231
  }
231
- }
232
- }
232
+ },
233
+ "packageManager": "yarn@4.1.0+sha256.81a00df816059803e6b5148acf03ce313cad36b7f6e5af6efa040a15981a6ffb"
234
+ }
package/property-types.js CHANGED
File without changes
package/testHelper.js CHANGED
File without changes