@hatiolab/things-scene 2.7.32 → 2.8.0
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/assets/images/spinner.png +0 -0
- package/db.sqlite +0 -0
- package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +15 -4
- package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +17 -21
- package/logs/application-2022-04-09-23.log +7 -0
- package/logs/application-2022-04-10-00.log +16 -0
- package/logs/application-2022-04-10-09.log +4 -0
- package/logs/connections-2022-04-07-21.log +35 -0
- package/logs/connections-2022-04-07-22.log +140 -0
- package/logs/connections-2022-04-09-23.log +35 -0
- package/logs/connections-2022-04-10-00.log +140 -0
- package/logs/connections-2022-04-10-09.log +35 -0
- package/logs/system/.c10a3bd7d0dfee88aa5b10e24258cfbf17025885-audit.json +15 -0
- package/logs/system/.dc10c8966d98b261adf39f74ea3f0647108ad3b6-audit.json +20 -0
- package/logs/system/scenario-abc tag-2022-04-10-00.log +12091 -0
- package/logs/system/scenario-abc tag-2022-04-10-09.log +4204 -0
- package/package.json +25 -17
- package/things-scene-ie.js +1 -1
- package/things-scene-min.js +1 -1
- package/things-scene.d.ts +28 -5
- package/things-scene.mjs +1 -1
- package/logs/application-2021-11-18-10.log +0 -4
- package/logs/connections-2021-11-08-12.log +0 -0
- package/logs/connections-2021-11-08-14.log +0 -32
- package/logs/connections-2021-11-11-16.log +0 -64
- package/logs/connections-2021-11-15-16.log +0 -32
- package/logs/connections-2021-11-16-09.log +0 -32
- package/logs/connections-2021-11-18-10.log +0 -32
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hatiolab/things-scene",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.0",
|
|
4
4
|
"description": "2D graphic library",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"module": "things-scene.mjs",
|
|
@@ -36,38 +36,41 @@
|
|
|
36
36
|
"author": "heartyoh@hatiolab.com",
|
|
37
37
|
"license": "SEE LICENSE IN http://things-scene.hatiolab.com/EULA/",
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@babel/cli": "^7.
|
|
40
|
-
"@babel/core": "^7.
|
|
41
|
-
"@babel/plugin-proposal-class-properties": "^7.
|
|
42
|
-
"@babel/plugin-proposal-decorators": "^7.
|
|
43
|
-
"@babel/plugin-proposal-object-rest-spread": "^7.
|
|
39
|
+
"@babel/cli": "^7.14.8",
|
|
40
|
+
"@babel/core": "^7.15.0",
|
|
41
|
+
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
|
42
|
+
"@babel/plugin-proposal-decorators": "^7.14.5",
|
|
43
|
+
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
|
|
44
44
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
45
|
-
"@babel/preset-env": "^7.
|
|
46
|
-
"@babel/register": "^7.
|
|
45
|
+
"@babel/preset-env": "^7.15.0",
|
|
46
|
+
"@babel/register": "^7.14.5",
|
|
47
47
|
"@rollup/plugin-commonjs": "^17.0.0",
|
|
48
48
|
"@rollup/plugin-node-resolve": "^11.0.1",
|
|
49
|
-
"@things-factory/builder": "
|
|
50
|
-
"@things-factory/operato-board": "
|
|
49
|
+
"@things-factory/builder": "5.0.0-alpha.28",
|
|
50
|
+
"@things-factory/operato-board": "5.0.0-alpha.28",
|
|
51
51
|
"atob": "^2.1.2",
|
|
52
52
|
"babel-eslint": "^10.1.0",
|
|
53
|
-
"babel-jest": "^
|
|
54
|
-
"babel-loader": "^8.
|
|
53
|
+
"babel-jest": "^27.4.5",
|
|
54
|
+
"babel-loader": "^8.2.3",
|
|
55
55
|
"chai": "^4.2.0",
|
|
56
56
|
"chai-dom": "^1.8.0",
|
|
57
57
|
"gulp": "^4.0.0",
|
|
58
58
|
"gulp-header-license": "^1.0.9",
|
|
59
59
|
"mocha": "^8.2.1",
|
|
60
|
-
"prettier": "^2.
|
|
60
|
+
"prettier": "^2.5.1",
|
|
61
61
|
"rollup": "^2.36.1",
|
|
62
62
|
"rollup-plugin-babel": "^4.3.2",
|
|
63
63
|
"rollup-plugin-input-array": "^1.0.1",
|
|
64
64
|
"rollup-plugin-terser": "^7.0.2",
|
|
65
65
|
"should": "^13.2.3",
|
|
66
|
-
"
|
|
66
|
+
"ts-node": "^10.4.0",
|
|
67
|
+
"tsconfig-paths": "^3.12.0",
|
|
67
68
|
"typescript": "^4.5.2",
|
|
68
|
-
"webpack": "^
|
|
69
|
-
"webpack-
|
|
70
|
-
"webpack-
|
|
69
|
+
"webpack": "^5.65.0",
|
|
70
|
+
"webpack-cleanup-plugin": "^0.5.1",
|
|
71
|
+
"webpack-cli": "^4.9.1",
|
|
72
|
+
"webpack-dev-server": "^4.7.1",
|
|
73
|
+
"workbox-webpack-plugin": "^6.4.2"
|
|
71
74
|
},
|
|
72
75
|
"bugs": {
|
|
73
76
|
"url": "https://github.com/hatiolab/things-scene/issues"
|
|
@@ -79,5 +82,10 @@
|
|
|
79
82
|
},
|
|
80
83
|
"optionalDependencies": {
|
|
81
84
|
"canvas": "^2.4.1"
|
|
85
|
+
},
|
|
86
|
+
"peerDependencies": {
|
|
87
|
+
"@lit/reactive-element": "^1.3.1",
|
|
88
|
+
"lit": "^2.2.2",
|
|
89
|
+
"lit-element": "^3.2.0"
|
|
82
90
|
}
|
|
83
91
|
}
|