mxdraw 0.1.165 → 0.1.167

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.165",
3
+ "version": "0.1.167",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "homepage": "https://mxcad.github.io/mxdraw_docs/",
@@ -26,8 +26,8 @@
26
26
  "dev": "vite examples .",
27
27
  "lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
28
28
  "prebuild": "rimraf dist",
29
- "build": "rollup -c rollup.config.ts && npm run docs && node compress",
30
- "builddebug": "rollup -c rollup.config.ts",
29
+ "build": "cross-env COMPRESS=true rollup -c rollup.config.ts && npm run docs && node compress",
30
+ "build-debug": "cross-env COMPRESS=false rollup -c rollup.config.ts -m",
31
31
  "oldDocs": "typedoc --out docs --target es6 --theme minimal --mode file src",
32
32
  "type-doc": "typedoc --out docs",
33
33
  "docs": "npm run patch && npm run doctoc && typedoc --out docs",
@@ -106,7 +106,7 @@
106
106
  "colors": "^1.3.2",
107
107
  "commitizen": "^3.0.0",
108
108
  "coveralls": "^3.0.2",
109
- "cross-env": "^5.2.0",
109
+ "cross-env": "^7.0.3",
110
110
  "css-loader": "^6.5.1",
111
111
  "cz-conventional-changelog": "^2.1.0",
112
112
  "dat.gui": "^0.7.9",