mxdraw 0.1.341 → 0.1.342

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.341",
3
+ "version": "0.1.342",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "homepage": "https://mxcad.github.io/mxdraw_docs/",
@@ -30,8 +30,8 @@
30
30
  "build": "cross-env COMPRESS=true rollup -c rollup.config.ts && npm run docs && node compress",
31
31
  "build-debug": "cross-env COMPRESS=false rollup -c rollup.config.ts -m",
32
32
  "oldDocs": "typedoc --out docs/docs/.vuepress/dist/api --target es6 --theme minimal --mode file src",
33
- "type-doc": "typedoc --out docs/docs/.vuepress/dist/api",
34
- "docs": "ts-node tools/build_docs && npm run patch && npm run doctoc && typedoc --out docs/docs/.vuepress/dist/api",
33
+ "type-doc": "typedoc --out docs/docs/.vuepress/dist/api --basePath ./api",
34
+ "docs": "ts-node tools/build_docs && npm run patch && npm run doctoc && typedoc --out docs/docs/.vuepress/dist/api --basePath ./api",
35
35
  "start": "npm run dev",
36
36
  "test": "jest --coverage",
37
37
  "test:watch": "jest --coverage --watch",
@@ -86,6 +86,7 @@
86
86
  "@commitlint/cli": "^7.1.2",
87
87
  "@commitlint/config-conventional": "^7.1.2",
88
88
  "@playwright/test": "^1.35.1",
89
+ "@release-it/conventional-changelog": "^5.1.1",
89
90
  "@rollup/plugin-alias": "^3.1.8",
90
91
  "@rollup/plugin-legacy": "^2.2.0",
91
92
  "@types/dat.gui": "^0.7.7",
@@ -109,17 +110,15 @@
109
110
  "babel-polyfill": "^6.26.0",
110
111
  "colors": "^1.3.2",
111
112
  "commitizen": "4.3.0",
112
- "release-it": "^15.10.3",
113
- "@release-it/conventional-changelog": "^5.1.1",
114
113
  "coveralls": "^3.0.2",
115
114
  "cross-env": "^7.0.3",
116
115
  "css-loader": "^6.5.1",
117
116
  "cz-conventional-changelog": "^2.1.0",
117
+ "cz-git": "^1.6.1",
118
118
  "dat.gui": "^0.7.9",
119
119
  "doctoc": "^2.1.0",
120
120
  "esbuild": "^0.15.11",
121
121
  "express": "^4.17.1",
122
- "extract-text-webpack-plugin": "^3.0.2",
123
122
  "fabric": "^5.2.4",
124
123
  "file-loader": "^6.2.0",
125
124
  "husky": "^1.0.1",
@@ -135,6 +134,7 @@
135
134
  "postinstall-postinstall": "^2.1.0",
136
135
  "prettier": "^1.14.3",
137
136
  "prompt": "^1.0.0",
137
+ "release-it": "^15.10.3",
138
138
  "replace-in-file": "^3.4.2",
139
139
  "rimraf": "^2.6.2",
140
140
  "rollup": "^2.70.2",
@@ -162,12 +162,11 @@
162
162
  "tslint-config-prettier": "^1.15.0",
163
163
  "tslint-config-standard": "^8.0.1",
164
164
  "tslint-loader": "^3.5.4",
165
- "typedoc": "^0.22.10",
166
- "typedoc-plugin-rename-defaults": "^0.4.0",
165
+ "typedoc": "^0.25.13",
166
+ "typedoc-plugin-rename-defaults": "^0.7.3",
167
167
  "typescript": "^4.5.2",
168
168
  "uglify-es": "^3.3.9",
169
- "vite": "^4.3.9",
170
- "cz-git": "^1.6.1"
169
+ "vite": "^4.3.9"
171
170
  },
172
171
  "dependencies": {
173
172
  "element-resize-event-polyfill": "^1.0.5",