mxdraw 0.1.347 → 0.1.349

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.347",
3
+ "version": "0.1.349",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "homepage": "https://mxcad.github.io/mxdraw_docs/",
@@ -11,7 +11,8 @@
11
11
  "files": [
12
12
  "dist",
13
13
  "LICENSE",
14
- "LICENSE_CN"
14
+ "LICENSE_CN",
15
+ "THIRD-PARTY-NOTICES.txt"
15
16
  ],
16
17
  "author": "--username-- <--usermail-->",
17
18
  "repository": {
@@ -51,7 +52,8 @@
51
52
  "add-commit": "git add dist README.md examples LICENSE_CN LICENSE CHANGELOG.md docs && npx git-cz",
52
53
  "pub": "npm run add-commit && release-it && git push -u origin main",
53
54
  "pub:npm": "npm version patch --no-git-tag-version && npm publish",
54
- "pub-init": "git init && git checkout -b main && git remote add origin https://github.com/mxcad/mxdraw.git -f && npm run add-commit && git pull origin main --allow-unrelated-histories -X ours && git push -u origin main"
55
+ "pub-init": "git init && git checkout -b main && git remote add origin https://github.com/mxcad/mxdraw.git -f && npm run add-commit && git pull origin main --allow-unrelated-histories -X ours && git push -u origin main",
56
+ "license": "npx license-checker --production --include-license-text --json > licenses.json && node tools/generate-notices"
55
57
  },
56
58
  "sideEffects": [
57
59
  "jquery",