bimplus-websdk 0.0.182 → 0.0.183

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 CHANGED
@@ -1,59 +1,59 @@
1
- {
2
- "name": "bimplus-websdk",
3
- "version": "0.0.182",
4
- "description": "bim+ websdk",
5
- "main": "dist/bimplus-websdk.js",
6
- "license": "MIT",
7
- "repository": {
8
- "type": "git",
9
- "url": "."
10
- },
11
- "scripts": {
12
- "eslint": "eslint src/**/*.js test/**/*.js",
13
- "build": "npm run eslint && webpack --config webpack.dev.js",
14
- "build-prod": "npm run eslint && webpack --config webpack.prod.js",
15
- "yarn-publish": "npm run build-prod && yarn publish",
16
- "yarn-publish-branch": "npm run build-prod && yarn publish --tag",
17
- "npm-pack": "npm run build-prod && npm pack",
18
- "install-documentation-package": "npm install -g documentation",
19
- "build-doc": "npm run install-documentation-package && documentation build ./src/Api/*.js --config doc_config.yml -f html -o ./documentation",
20
- "build-docMd": "npm run install-documentation-package && documentation build ./src/Api/*.js -f md -o ./documentation/Bimplus_WebSDK_doc.md",
21
- "build-docConf": "npm run build-docMd && cd ./documentation && python convert_to_confluence_md.py",
22
- "build-docAll": "npm run build-doc && npm run build-docConf",
23
- "test": "node node_modules/karma/bin/karma start",
24
- "test-chrome": "npm run test -- --single-run=true --browsers Chrome karma.conf.js",
25
- "test-chrome-headless": "npm run test -- --single-run=true --browsers ChromeHeadless karma.conf.js",
26
- "test-firefox": "npm run test -- --single-run=true --browsers Firefox karma.conf.js",
27
- "test-firefox-headless": "npm run test -- --single-run=true --browsers FirefoxHeadless karma.conf.js",
28
- "test-watch": "npm run test -- --browsers=Chrome --single-run=false --auto-watch"
29
- },
30
- "devDependencies": {
31
- "@babel/core": "^7.17.8",
32
- "@babel/plugin-transform-runtime": "^7.17.0",
33
- "@babel/polyfill": "^7.8.7",
34
- "@babel/preset-env": "^7.16.11",
35
- "@babel/runtime": "^7.17.8",
36
- "babel-loader": "^8.2.4",
37
- "clean-webpack-plugin": "^4.0.0",
38
- "eslint": "^8.12.0",
39
- "host-environment": "^2.1.2",
40
- "istanbul-instrumenter-loader": "^3.0.1",
41
- "karma": "^6.3.17",
42
- "karma-chrome-launcher": "^3.1.1",
43
- "karma-coverage-istanbul-reporter": "^3.0.2",
44
- "karma-eslint": "^2.2.0",
45
- "karma-firefox-launcher": "^2.1.2",
46
- "karma-host-environment": "^3.0.3",
47
- "karma-jquery": "^0.2.4",
48
- "karma-qunit": "^4.1.1",
49
- "karma-webpack": "^5.0.0",
50
- "qunit": "^2.18.0",
51
- "terser-webpack-plugin": "^5.3.1",
52
- "webpack": "^5.70.0",
53
- "webpack-cli": "^4.9.2"
54
- },
55
- "dependencies": {
56
- "dexie": "3.2.1",
57
- "jquery": "3.6.0"
58
- }
59
- }
1
+ {
2
+ "name": "bimplus-websdk",
3
+ "version": "0.0.183",
4
+ "description": "bim+ websdk",
5
+ "main": "dist/bimplus-websdk.js",
6
+ "license": "MIT",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "."
10
+ },
11
+ "scripts": {
12
+ "eslint": "eslint src/**/*.js test/**/*.js",
13
+ "build": "npm run eslint && webpack --config webpack.dev.js",
14
+ "build-prod": "npm run eslint && webpack --config webpack.prod.js",
15
+ "yarn-publish": "npm run build-prod && yarn publish",
16
+ "yarn-publish-branch": "npm run build-prod && yarn publish --tag",
17
+ "npm-pack": "npm run build-prod && npm pack",
18
+ "install-documentation-package": "npm install -g documentation",
19
+ "build-doc": "npm run install-documentation-package && documentation build ./src/Api/*.js --config doc_config.yml -f html -o ./documentation",
20
+ "build-docMd": "npm run install-documentation-package && documentation build ./src/Api/*.js -f md -o ./documentation/Bimplus_WebSDK_doc.md",
21
+ "build-docConf": "npm run build-docMd && cd ./documentation && python convert_to_confluence_md.py",
22
+ "build-docAll": "npm run build-doc && npm run build-docConf",
23
+ "test": "node node_modules/karma/bin/karma start",
24
+ "test-chrome": "npm run test -- --single-run=true --browsers Chrome karma.conf.js",
25
+ "test-chrome-headless": "npm run test -- --single-run=true --browsers ChromeHeadless karma.conf.js",
26
+ "test-firefox": "npm run test -- --single-run=true --browsers Firefox karma.conf.js",
27
+ "test-firefox-headless": "npm run test -- --single-run=true --browsers FirefoxHeadless karma.conf.js",
28
+ "test-watch": "npm run test -- --browsers=Chrome --single-run=false --auto-watch"
29
+ },
30
+ "devDependencies": {
31
+ "@babel/core": "^7.17.8",
32
+ "@babel/plugin-transform-runtime": "^7.17.0",
33
+ "@babel/polyfill": "^7.8.7",
34
+ "@babel/preset-env": "^7.16.11",
35
+ "@babel/runtime": "^7.17.8",
36
+ "babel-loader": "^8.2.4",
37
+ "clean-webpack-plugin": "^4.0.0",
38
+ "eslint": "^8.12.0",
39
+ "host-environment": "^2.1.2",
40
+ "istanbul-instrumenter-loader": "^3.0.1",
41
+ "karma": "^6.3.17",
42
+ "karma-chrome-launcher": "^3.1.1",
43
+ "karma-coverage-istanbul-reporter": "^3.0.2",
44
+ "karma-eslint": "^2.2.0",
45
+ "karma-firefox-launcher": "^2.1.2",
46
+ "karma-host-environment": "^3.0.3",
47
+ "karma-jquery": "^0.2.4",
48
+ "karma-qunit": "^4.1.1",
49
+ "karma-webpack": "^5.0.0",
50
+ "qunit": "^2.18.0",
51
+ "terser-webpack-plugin": "^5.3.1",
52
+ "webpack": "^5.70.0",
53
+ "webpack-cli": "^4.9.2"
54
+ },
55
+ "dependencies": {
56
+ "dexie": "3.2.1",
57
+ "jquery": "3.6.0"
58
+ }
59
+ }
package/debug.log DELETED
@@ -1,18 +0,0 @@
1
- [1113/080814.797:ERROR:directory_reader_win.cc(43)] FindFirstFile: Das System kann den angegebenen Pfad nicht finden. (0x3)
2
- [1113/082419.512:ERROR:directory_reader_win.cc(43)] FindFirstFile: Das System kann den angegebenen Pfad nicht finden. (0x3)
3
- [1130/081027.286:ERROR:directory_reader_win.cc(43)] FindFirstFile: Das System kann den angegebenen Pfad nicht finden. (0x3)
4
- [1130/082654.958:ERROR:directory_reader_win.cc(43)] FindFirstFile: Das System kann den angegebenen Pfad nicht finden. (0x3)
5
- [0113/104432.072:ERROR:directory_reader_win.cc(43)] FindFirstFile: Das System kann den angegebenen Pfad nicht finden. (0x3)
6
- [0113/110430.233:ERROR:directory_reader_win.cc(43)] FindFirstFile: Das System kann den angegebenen Pfad nicht finden. (0x3)
7
- [0113/111752.439:ERROR:directory_reader_win.cc(43)] FindFirstFile: Das System kann den angegebenen Pfad nicht finden. (0x3)
8
- [0113/114040.937:ERROR:directory_reader_win.cc(43)] FindFirstFile: Das System kann den angegebenen Pfad nicht finden. (0x3)
9
- [0113/115244.661:ERROR:directory_reader_win.cc(43)] FindFirstFile: Das System kann den angegebenen Pfad nicht finden. (0x3)
10
- [0113/120618.607:ERROR:directory_reader_win.cc(43)] FindFirstFile: Das System kann den angegebenen Pfad nicht finden. (0x3)
11
- [0113/130752.525:ERROR:directory_reader_win.cc(43)] FindFirstFile: Das System kann den angegebenen Pfad nicht finden. (0x3)
12
- [0113/132121.806:ERROR:directory_reader_win.cc(43)] FindFirstFile: Das System kann den angegebenen Pfad nicht finden. (0x3)
13
- [0115/091757.696:ERROR:directory_reader_win.cc(43)] FindFirstFile: Das System kann den angegebenen Pfad nicht finden. (0x3)
14
- [0115/111219.577:ERROR:directory_reader_win.cc(43)] FindFirstFile: Das System kann den angegebenen Pfad nicht finden. (0x3)
15
- [0118/072619.790:ERROR:directory_reader_win.cc(43)] FindFirstFile: Das System kann den angegebenen Pfad nicht finden. (0x3)
16
- [0118/074208.044:ERROR:directory_reader_win.cc(43)] FindFirstFile: Das System kann den angegebenen Pfad nicht finden. (0x3)
17
- [0118/102056.929:ERROR:directory_reader_win.cc(43)] FindFirstFile: Das System kann den angegebenen Pfad nicht finden. (0x3)
18
- [0128/085252.319:ERROR:directory_reader_win.cc(43)] FindFirstFile: Das System kann den angegebenen Pfad nicht finden. (0x3)