clientnode 3.0.1136 → 3.0.1137

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.
Files changed (1) hide show
  1. package/package.json +3 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clientnode",
3
- "version": "3.0.1136",
3
+ "version": "3.0.1137",
4
4
  "description": "upgrade to object orientated rock solid plugins",
5
5
  "keywords": [
6
6
  "client",
@@ -47,7 +47,6 @@
47
47
  "document": "weboptimizer document",
48
48
  "lint": "weboptimizer lint",
49
49
  "make:executable": "node --eval \"fs.chmodSync('index.js', '700')\"",
50
- "postversion": "yarn publish --non-interactive; git push --tags && git push",
51
50
  "prepare": "if ! yarn build; then echo You should rerun install procedure to resolve dependency cycle. && yarn build:alternate; fi",
52
51
  "serve": "weboptimizer serve",
53
52
  "start": "yarn serve",
@@ -74,8 +73,8 @@
74
73
  "@types/webpack-env": "^1.18.4",
75
74
  "@typescript-eslint/eslint-plugin": "^7.1.0",
76
75
  "@typescript-eslint/parser": "^7.1.0",
77
- "clientnode": "3.0.1134",
78
- "documentation-website": "^1.0.325",
76
+ "clientnode": "3.0.1135",
77
+ "documentation-website": "^1.0.326",
79
78
  "eslint": "^8.57.0",
80
79
  "eslint-config-google": "^0.14.0",
81
80
  "eslint-plugin-jsdoc": "^48.2.0",