@hatiolab/things-scene 9.0.0-beta.13 → 9.0.0-beta.15
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/db.sqlite +0 -0
- package/package.json +4 -2
- package/things-scene-ie.js +1 -1
- package/things-scene-ie.js.LICENSE.txt +22 -0
- package/things-scene-min.js +1 -1
- package/things-scene-min.js.LICENSE.txt +22 -0
- package/things-scene.mjs +34 -13
package/db.sqlite
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hatiolab/things-scene",
|
|
3
|
-
"version": "9.0.0-beta.
|
|
3
|
+
"version": "9.0.0-beta.15",
|
|
4
4
|
"description": "2D graphic library",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"module": "things-scene.mjs",
|
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
"serve:dev": "things-factory-dev",
|
|
29
29
|
"serve:simple-http-server": "webpack-dev-server --config webpack.config.dev.js --hot --inline --host 0.0.0.0",
|
|
30
30
|
"build": "webpack && rollup -c",
|
|
31
|
+
"build:clean": "rm yarn.lock || echo 'yarn.lock not found.' && yarn install && yarn build",
|
|
31
32
|
"build:client": "npm run clean:client && webpack --config node_modules/@things-factory/shell/webpack.config.js",
|
|
32
33
|
"clean:client": "rm -rf dist-client",
|
|
33
34
|
"prepublish": "webpack && rollup -c",
|
|
@@ -85,7 +86,8 @@
|
|
|
85
86
|
"canvas-roundrect-polyfill": "^0.0.1",
|
|
86
87
|
"core-js": "^3.26.0",
|
|
87
88
|
"jsonata": "^1.8.6",
|
|
88
|
-
"lodash-es": "^4.17.20"
|
|
89
|
+
"lodash-es": "^4.17.20",
|
|
90
|
+
"pdfjs-dist": "^4.10.38"
|
|
89
91
|
},
|
|
90
92
|
"resolutions": {
|
|
91
93
|
"@azure/storage-blob": "12.18.0",
|