mxdraw 0.1.154 → 0.1.155
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": "mxdraw",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.155",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"module-min": "dist/mxdraw.es.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"dev": "node examples/server.js",
|
|
26
26
|
"lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
|
|
27
27
|
"prebuild": "rimraf dist",
|
|
28
|
-
"build": "tsc --module es2015 --outDir dist/lib && rollup -c rollup.config.ts &&
|
|
28
|
+
"build": "tsc --module es2015 --outDir dist/lib && rollup -c rollup.config.ts && npm run docs && node compress",
|
|
29
29
|
"builddebug": "tsc --module es2015 --outDir dist/lib && rollup -c rollup.config.ts",
|
|
30
30
|
"oldDocs": "typedoc --out docs --target es6 --theme minimal --mode file src",
|
|
31
31
|
"type-doc": "typedoc --out docs",
|
|
@@ -84,6 +84,7 @@
|
|
|
84
84
|
"@types/jest": "^23.3.2",
|
|
85
85
|
"@types/jquery": "^3.5.9",
|
|
86
86
|
"@types/lodash": "^4.14.186",
|
|
87
|
+
"@types/lodash-es": "^4.17.7",
|
|
87
88
|
"@types/node": "^10.11.0",
|
|
88
89
|
"@types/offscreencanvas": "^2019.6.4",
|
|
89
90
|
"babel-core": "^7.0.0-bridge.0",
|
|
@@ -159,6 +160,6 @@
|
|
|
159
160
|
"dependencies": {
|
|
160
161
|
"element-resize-event-polyfill": "^1.0.5",
|
|
161
162
|
"jquery": "^3.6.0",
|
|
162
|
-
"lodash": "^4.17.21"
|
|
163
|
+
"lodash-es": "^4.17.21"
|
|
163
164
|
}
|
|
164
165
|
}
|