bimplus-renderer 1.4.29 → 1.4.31

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": "bimplus-renderer",
3
- "version": "1.4.29",
3
+ "version": "1.4.31",
4
4
  "description": "bim+ renderer",
5
5
  "main": "dist/bimplus-renderer.js",
6
6
  "license": "MIT",
@@ -18,10 +18,11 @@
18
18
  "yarn-publish-rc": "npm run build-prod && yarn publish --tag rc",
19
19
  "yarn-publish-branch": "npm run build-prod && yarn publish --tag",
20
20
  "npm-pack": "npm run build-prod && npm pack",
21
- "build-doc": "documentation build ./src/*.js --config doc_config.yml -f html -o ./documentation",
22
- "build-docMd": "documentation build ./src/*.js -f md -o ./documentation/Bimplus_Renderer_doc.md",
23
- "build-docConf": "npm run build-docMd && cd ./documentation && python convert_to_confluence_md.py",
24
- "build-docAll": "npm run build-doc && npm run build-docConf",
21
+ "lint-doc": "documentation lint ./src/*.js",
22
+ "build-doc": "yarn lint-doc && documentation build ./src/*.js --config doc_config.yml -f html -o ./documentation",
23
+ "build-docMd": "yarn lint-doc && documentation build ./src/*.js -f md -o ./documentation/Bimplus_Renderer_doc.md",
24
+ "build-docConf": "yarn build-docMd && cd ./documentation && python convert_to_confluence_md.py",
25
+ "build-docAll": "yarn build-doc && yarn build-docConf",
25
26
  "test": "npm-run-all -p -r test-polly-listen-task test-karma-task",
26
27
  "test-watch": "npm-run-all -p -r test-polly-listen-task test-watch--browser-task",
27
28
  "test-chrome": "npm-run-all -p -r test-polly-listen-task test-chrome-browser-task",
@@ -54,7 +55,7 @@
54
55
  "@pollyjs/core": "^6.0.5",
55
56
  "@pollyjs/persister-rest": "^6.0.5",
56
57
  "babel-loader": "^8.2.5",
57
- "bimplus-websdk": "0.0.206",
58
+ "bimplus-websdk": "0.0.207",
58
59
  "clean-webpack-plugin": "^4.0.0",
59
60
  "documentation": "^13.2.5",
60
61
  "eslint": "8.23.1",