bimplus-websdk 0.0.205 → 0.0.207
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 +12 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bimplus-websdk",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.207",
|
|
4
4
|
"description": "bim+ websdk",
|
|
5
5
|
"main": "dist/bimplus-websdk.js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -16,8 +16,9 @@
|
|
|
16
16
|
"yarn-publish-branch": "npm run build-prod && yarn publish --tag",
|
|
17
17
|
"npm-pack": "npm run build-prod && npm pack",
|
|
18
18
|
"install-documentation-package": "npm install -g documentation",
|
|
19
|
-
"
|
|
20
|
-
"build-
|
|
19
|
+
"lint-doc": "documentation lint ./src/Api/*.js",
|
|
20
|
+
"build-doc": "documentation build ./src/Api/*.js --config doc_config.yml -f html -o ./documentation",
|
|
21
|
+
"build-docMd": "documentation build ./src/Api/*.js -f md -o ./documentation/Bimplus_WebSDK_doc.md",
|
|
21
22
|
"build-docConf": "npm run build-docMd && cd ./documentation && python convert_to_confluence_md.py",
|
|
22
23
|
"build-docAll": "npm run build-doc && npm run build-docConf",
|
|
23
24
|
"test": "node node_modules/karma/bin/karma start",
|
|
@@ -28,14 +29,15 @@
|
|
|
28
29
|
"test-watch": "npm run test -- --browsers=Chrome --single-run=false --auto-watch"
|
|
29
30
|
},
|
|
30
31
|
"devDependencies": {
|
|
31
|
-
"@babel/core": "^7.
|
|
32
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
32
|
+
"@babel/core": "^7.19.1",
|
|
33
|
+
"@babel/plugin-transform-runtime": "^7.19.1",
|
|
33
34
|
"@babel/polyfill": "^7.8.7",
|
|
34
|
-
"@babel/preset-env": "^7.
|
|
35
|
-
"@babel/runtime": "^7.
|
|
35
|
+
"@babel/preset-env": "^7.19.1",
|
|
36
|
+
"@babel/runtime": "^7.19.0",
|
|
36
37
|
"babel-loader": "^8.2.5",
|
|
37
38
|
"clean-webpack-plugin": "^4.0.0",
|
|
38
|
-
"
|
|
39
|
+
"documentation": "^14.0.0",
|
|
40
|
+
"eslint": "^8.23.1",
|
|
39
41
|
"host-environment": "^2.1.2",
|
|
40
42
|
"istanbul-instrumenter-loader": "^3.0.1",
|
|
41
43
|
"karma": "^6.4.0",
|
|
@@ -47,12 +49,12 @@
|
|
|
47
49
|
"karma-qunit": "^4.1.1",
|
|
48
50
|
"karma-webpack": "^5.0.0",
|
|
49
51
|
"qunit": "^2.19.1",
|
|
50
|
-
"terser-webpack-plugin": "^5.3.
|
|
52
|
+
"terser-webpack-plugin": "^5.3.6",
|
|
51
53
|
"webpack": "^5.74.0",
|
|
52
54
|
"webpack-cli": "^4.10.0"
|
|
53
55
|
},
|
|
54
56
|
"dependencies": {
|
|
55
57
|
"dexie": "3.2.2",
|
|
56
|
-
"jquery": "3.6.
|
|
58
|
+
"jquery": "3.6.1"
|
|
57
59
|
}
|
|
58
60
|
}
|