bimplus-webclient 0.1.62 → 0.1.64
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/README.md +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ bim+ webclient is a javascript module for integrating bimplus into custom web pa
|
|
|
6
6
|
Quick Links
|
|
7
7
|
-----------
|
|
8
8
|
|
|
9
|
-
https://
|
|
9
|
+
https://nemetschekprime.atlassian.net/wiki/spaces/bimpluspublic/pages/1090127532/Bimplus+Web+SDK+Reference
|
|
10
10
|
|
|
11
11
|
How to build
|
|
12
12
|
------------
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bimplus-webclient",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.64",
|
|
4
4
|
"description": "bim+ web client",
|
|
5
5
|
"types": "types/bimplus-webclient.d.ts",
|
|
6
6
|
"keywords": [
|
|
@@ -37,23 +37,23 @@
|
|
|
37
37
|
"test-watch": "npm run test -- --browsers=ChromeExt --single-run=false --auto-watch"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@babel/core": "^7.
|
|
41
|
-
"@babel/preset-env": "^7.
|
|
40
|
+
"@babel/core": "^7.28.5",
|
|
41
|
+
"@babel/preset-env": "^7.28.5",
|
|
42
42
|
"babel-loader": "^10.0.0",
|
|
43
43
|
"clean-webpack-plugin": "^4.0.0",
|
|
44
44
|
"coverage-istanbul-loader": "^3.0.5",
|
|
45
45
|
"documentation": "^14.0.3",
|
|
46
|
-
"eslint": "^9.
|
|
47
|
-
"globals": "
|
|
46
|
+
"eslint": "^9.39.2",
|
|
47
|
+
"globals": "17.0.0",
|
|
48
48
|
"karma": "^6.4.4",
|
|
49
49
|
"karma-chrome-launcher": "^3.2.0",
|
|
50
50
|
"karma-coverage-istanbul-reporter": "^3.0.2",
|
|
51
51
|
"karma-firefox-launcher": "^2.1.3",
|
|
52
52
|
"karma-qunit": "^4.2.1",
|
|
53
53
|
"karma-webpack": "5.0.1",
|
|
54
|
-
"qunit": "^2.
|
|
54
|
+
"qunit": "^2.25.0",
|
|
55
55
|
"terser-webpack-plugin": "^5.3.14",
|
|
56
|
-
"webpack": "^5.
|
|
56
|
+
"webpack": "^5.104.1",
|
|
57
57
|
"webpack-cli": "^6.0.1",
|
|
58
58
|
"webpack-merge": "^6.0.1"
|
|
59
59
|
},
|