bimplus-renderer 1.5.47 → 1.5.48
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/dist/bimplus-renderer.js +1 -1
- package/package.json +3 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bimplus-renderer",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.48",
|
|
4
4
|
"description": "bim+ renderer",
|
|
5
5
|
"main": "dist/bimplus-renderer.js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -25,6 +25,7 @@
|
|
|
25
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
|
+
"test-watch-firefox": "npm-run-all -p -r test-polly-listen-task test-watch--firefox-task",
|
|
28
29
|
"test-chrome": "npm-run-all -p -r test-polly-listen-task test-chrome-browser-task",
|
|
29
30
|
"test-chrome-headless": "npm-run-all -p -r test-polly-listen-task test-chrome-headlss-task",
|
|
30
31
|
"test-firefox": "npm-run-all -p -r test-polly-listen-task test-firefx-browser-task",
|
|
@@ -36,6 +37,7 @@
|
|
|
36
37
|
"test-polly-listen-task": "polly listen",
|
|
37
38
|
"test-karma-task": "node --max_old_space_size=8192 node_modules/karma/bin/karma start ",
|
|
38
39
|
"test-watch--browser-task": "npm run test-karma-task -- --single-run=false --browsers=ChromeExt --auto-watch",
|
|
40
|
+
"test-watch--firefox-task": "npm run test-karma-task -- --single-run=false --browsers=Firefox --auto-watch",
|
|
39
41
|
"test-chrome-browser-task": "npm run test-karma-task -- --single-run=true --browsers=ChromeExt",
|
|
40
42
|
"test-chrome-headlss-task": "npm run test-karma-task -- --single-run=true --browsers=ChromeHeadless",
|
|
41
43
|
"test-firefx-browser-task": "npm run test-karma-task -- --single-run=true --browsers=Firefox",
|