clientnode 3.0.913 → 3.0.916
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "clientnode",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.916",
|
|
4
4
|
"description": "upgrade to object orientated rock solid plugins",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"client",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"scripts": {
|
|
37
37
|
"build": "yarn build:types; yarn build:plain",
|
|
38
38
|
"build:alternate": "command='babel --plugins @babel/plugin-proposal-class-properties,@babel/plugin-transform-runtime --presets @babel/preset-env,@babel/preset-typescript --source-maps inline --out-file' && $command index.js index.ts && $command property-types.js property-types.ts && yarn make:executable",
|
|
39
|
-
"build:
|
|
40
|
-
"build:
|
|
39
|
+
"build:bundle": "yarn build:types; weboptimizer build '{__reference__: \"target:bundle\"}'",
|
|
40
|
+
"build:bundle:compatible": "yarn build:types; weboptimizer build '{__reference__: [\"target:bundle\", \"target:compatible\"]}'",
|
|
41
41
|
"build:plain": "weboptimizer build",
|
|
42
42
|
"build:types": "weboptimizer build:types",
|
|
43
43
|
"check": "yarn check:types; yarn lint",
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
}
|
|
191
191
|
}
|
|
192
192
|
},
|
|
193
|
-
"target:
|
|
193
|
+
"target:bundle": {
|
|
194
194
|
"module": {
|
|
195
195
|
"preprocessor": {
|
|
196
196
|
"javaScript": {
|