bimplus-renderer 1.4.30 → 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.
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bimplus-renderer",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.31",
|
|
4
4
|
"description": "bim+ renderer",
|
|
5
5
|
"main": "dist/bimplus-renderer.js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"yarn-publish-branch": "npm run build-prod && yarn publish --tag",
|
|
20
20
|
"npm-pack": "npm run build-prod && npm pack",
|
|
21
21
|
"lint-doc": "documentation lint ./src/*.js",
|
|
22
|
-
"build-doc": "documentation build ./src/*.js --config doc_config.yml -f html -o ./documentation",
|
|
23
|
-
"build-docMd": "documentation build ./src/*.js -f md -o ./documentation/Bimplus_Renderer_doc.md",
|
|
24
|
-
"build-docConf": "
|
|
25
|
-
"build-docAll": "
|
|
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",
|
|
26
26
|
"test": "npm-run-all -p -r test-polly-listen-task test-karma-task",
|
|
27
27
|
"test-watch": "npm-run-all -p -r test-polly-listen-task test-watch--browser-task",
|
|
28
28
|
"test-chrome": "npm-run-all -p -r test-polly-listen-task test-chrome-browser-task",
|