bimplus-webclient 0.1.24 → 0.1.25
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 +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bimplus-webclient",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.25",
|
|
4
4
|
"description": "bim+ web client",
|
|
5
5
|
"main": "dist/bimplus-webclient.js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
"yarn-publish-branch": "npm run build-prod && yarn publish --tag",
|
|
17
17
|
"npm-pack": "npm run build-prod && npm pack",
|
|
18
18
|
"lint-doc": "documentation lint ./src/*.js",
|
|
19
|
-
"build-doc": "documentation build ./src/*.js --config doc_config.yml -f html -o ./documentation",
|
|
20
|
-
"build-docMd": "documentation build ./src/*.js -f md -o ./documentation/Bimplus_WebClient_doc.md",
|
|
21
|
-
"build-docConf": "
|
|
22
|
-
"build-docAll": "
|
|
19
|
+
"build-doc": "yarn lint-doc && documentation build ./src/*.js --config doc_config.yml -f html -o ./documentation",
|
|
20
|
+
"build-docMd": "yarn lint-doc && documentation build ./src/*.js -f md -o ./documentation/Bimplus_WebClient_doc.md",
|
|
21
|
+
"build-docConf": "yarn build-docMd && cd ./documentation && python convert_to_confluence_md.py",
|
|
22
|
+
"build-docAll": "yarn build-doc && yarn build-docConf",
|
|
23
23
|
"test": "node node_modules/karma/bin/karma start",
|
|
24
24
|
"test-chrome": "npm run test -- --single-run=true --browsers Chrome karma.conf.js",
|
|
25
25
|
"test-chrome-headless": "npm run test -- --single-run=true --browsers ChromeHeadless karma.conf.js",
|
|
@@ -28,25 +28,25 @@
|
|
|
28
28
|
"test-watch": "npm run test -- --browsers=Chrome --single-run=false --auto-watch"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@babel/core": "^7.
|
|
32
|
-
"@babel/preset-env": "^7.
|
|
33
|
-
"babel-loader": "^
|
|
31
|
+
"@babel/core": "^7.20.7",
|
|
32
|
+
"@babel/preset-env": "^7.20.2",
|
|
33
|
+
"babel-loader": "^9.1.0",
|
|
34
34
|
"clean-webpack-plugin": "^4.0.0",
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"karma": "^6.4.
|
|
35
|
+
"coverage-istanbul-loader": "^3.0.5",
|
|
36
|
+
"documentation": "^14.0.1",
|
|
37
|
+
"eslint": "^8.31.0",
|
|
38
|
+
"karma": "^6.4.1",
|
|
39
39
|
"karma-chrome-launcher": "^3.1.1",
|
|
40
40
|
"karma-coverage-istanbul-reporter": "^3.0.2",
|
|
41
41
|
"karma-firefox-launcher": "^2.1.2",
|
|
42
42
|
"karma-qunit": "^4.1.1",
|
|
43
43
|
"karma-webpack": "^5.0.0",
|
|
44
|
-
"qunit": "^2.19.
|
|
44
|
+
"qunit": "^2.19.3",
|
|
45
45
|
"terser-webpack-plugin": "^5.3.6",
|
|
46
|
-
"webpack": "^5.
|
|
47
|
-
"webpack-cli": "^
|
|
46
|
+
"webpack": "^5.75.0",
|
|
47
|
+
"webpack-cli": "^5.0.1"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"jquery": "3.6.
|
|
50
|
+
"jquery": "3.6.3"
|
|
51
51
|
}
|
|
52
52
|
}
|