bimplus-renderer 1.4.29 → 1.4.30
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 +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bimplus-renderer",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.30",
|
|
4
4
|
"description": "bim+ renderer",
|
|
5
5
|
"main": "dist/bimplus-renderer.js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -18,6 +18,7 @@
|
|
|
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
|
+
"lint-doc": "documentation lint ./src/*.js",
|
|
21
22
|
"build-doc": "documentation build ./src/*.js --config doc_config.yml -f html -o ./documentation",
|
|
22
23
|
"build-docMd": "documentation build ./src/*.js -f md -o ./documentation/Bimplus_Renderer_doc.md",
|
|
23
24
|
"build-docConf": "npm run build-docMd && cd ./documentation && python convert_to_confluence_md.py",
|
|
@@ -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.
|
|
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",
|