clientnode 3.0.1120 → 3.0.1124
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 +6 -5
- package/index.d.ts +0 -1690
- package/index.js +0 -1
- package/property-types.d.ts +0 -460
- package/property-types.js +0 -1
- package/testHelper.d.ts +0 -126
- package/testHelper.js +0 -1
- package/type.d.ts +0 -235
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "clientnode",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1124",
|
|
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
|
|
58
|
+
"update": "yarn version patch && yarn npm publish",
|
|
59
59
|
"update:documentation": "documentation-website",
|
|
60
60
|
"watch": "weboptimizer build --watch"
|
|
61
61
|
},
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"node-fetch": "*",
|
|
86
86
|
"prop-types": "*",
|
|
87
87
|
"rimraf": "*",
|
|
88
|
-
"weboptimizer": "
|
|
88
|
+
"weboptimizer": "^2.0.1437",
|
|
89
89
|
"webpack-dev-server": "*"
|
|
90
90
|
},
|
|
91
91
|
"peerDependencies": {
|
|
@@ -228,5 +228,6 @@
|
|
|
228
228
|
}
|
|
229
229
|
}
|
|
230
230
|
}
|
|
231
|
-
}
|
|
232
|
-
|
|
231
|
+
},
|
|
232
|
+
"packageManager": "yarn@4.1.0+sha256.81a00df816059803e6b5148acf03ce313cad36b7f6e5af6efa040a15981a6ffb"
|
|
233
|
+
}
|