bimplus-renderer 1.5.8 → 1.5.10
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.
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* async
|
|
3
|
-
* https://github.com/caolan/async
|
|
4
|
-
*
|
|
5
|
-
* Copyright 2010-2014 Caolan McMahon
|
|
6
|
-
* Released under the MIT license
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
1
|
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
10
2
|
|
|
11
3
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bimplus-renderer",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.10",
|
|
4
4
|
"description": "bim+ renderer",
|
|
5
5
|
"main": "dist/bimplus-renderer.js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -18,11 +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
|
-
"lint-doc": "documentation lint ./src/*.js ./src/*/*.js --shallow ",
|
|
22
|
-
"build-doc":
|
|
23
|
-
"build-docMd":
|
|
21
|
+
"lint-doc": "documentation lint ./src/*.js ./src/*/*.js --shallow ",
|
|
22
|
+
"build-doc": "yarn lint-doc && documentation build ./src/*.js ./src/*/*.js -f html --shallow --sort-order alpha -o ./documentation --config doc_config.yml",
|
|
23
|
+
"build-docMd": "yarn lint-doc && documentation build ./src/*.js ./src/*/*.js -f md --shallow --sort-order alpha -o ./documentation/Bimplus_Renderer_doc.md",
|
|
24
24
|
"build-docConf": "yarn build-docMd && cd ./documentation && python convert_to_confluence_md.py",
|
|
25
|
-
"build-docAll":
|
|
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",
|
|
@@ -58,11 +58,10 @@
|
|
|
58
58
|
"babel-loader": "^8.2.5",
|
|
59
59
|
"bimplus-websdk": "0.0.207",
|
|
60
60
|
"clean-webpack-plugin": "^4.0.0",
|
|
61
|
+
"cpx": "^1.5.0",
|
|
61
62
|
"documentation": "^14.0.0",
|
|
62
63
|
"eslint": "8.23.1",
|
|
63
64
|
"file-loader": "6.2.0",
|
|
64
|
-
"url-loader": "4.1.1",
|
|
65
|
-
"raw-loader": "4.0.2",
|
|
66
65
|
"istanbul-instrumenter-loader": "^3.0.1",
|
|
67
66
|
"karma": "^6.4.0",
|
|
68
67
|
"karma-chrome-launcher": "^3.1.1",
|
|
@@ -76,16 +75,18 @@
|
|
|
76
75
|
"npm-run-all": "4.1.5",
|
|
77
76
|
"object-hash": "^3.0.0",
|
|
78
77
|
"qunit": "^2.19.1",
|
|
78
|
+
"raw-loader": "4.0.2",
|
|
79
|
+
"rimraf": "^3.0.2",
|
|
79
80
|
"shader-loader": "1.3.1",
|
|
80
81
|
"terser-webpack-plugin": "^4.2.3",
|
|
81
82
|
"threads-plugin": "1.4.0",
|
|
83
|
+
"url-loader": "4.1.1",
|
|
82
84
|
"webpack": "^4.46.0",
|
|
83
|
-
"webpack-cli": "^4.10.0"
|
|
84
|
-
"cpx": "^1.5.0",
|
|
85
|
-
"rimraf": "^3.0.2"
|
|
85
|
+
"webpack-cli": "^4.10.0"
|
|
86
86
|
},
|
|
87
87
|
"dependencies": {
|
|
88
88
|
"@babel/runtime": "^7.19.0",
|
|
89
|
+
"async": "^3.2.4",
|
|
89
90
|
"dexie": "3.2.2",
|
|
90
91
|
"moment-timezone": "^0.5.37",
|
|
91
92
|
"threads": "1.7.0",
|