@things-factory/shell 4.0.12 → 4.0.16
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/client/scene/scene-viewer.js +3 -3
- package/package.json +8 -7
- package/db.test.sqlite +0 -0
@@ -1,10 +1,10 @@
|
|
1
1
|
import './scene-components'
|
2
2
|
|
3
|
-
import
|
4
|
-
|
5
|
-
import { create, error, ReferenceMap } from '@hatiolab/things-scene'
|
3
|
+
import { ReferenceMap, create, error } from '@hatiolab/things-scene'
|
6
4
|
import { client, gqlContext } from '@things-factory/shell'
|
7
5
|
|
6
|
+
import gql from 'graphql-tag'
|
7
|
+
|
8
8
|
export { BoardViewer } from '@operato/board'
|
9
9
|
|
10
10
|
export const provider = new ReferenceMap(
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@things-factory/shell",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.16",
|
4
4
|
"description": "Core module for framework",
|
5
5
|
"bin": {
|
6
6
|
"things-factory": "bin/things-factory",
|
@@ -35,7 +35,7 @@
|
|
35
35
|
"@graphql-tools/merge": "^7.0.0",
|
36
36
|
"@graphql-tools/schema": "^8.2.0",
|
37
37
|
"@graphql-tools/utils": "^8.3.0",
|
38
|
-
"@hatiolab/things-scene": "^2.7.
|
38
|
+
"@hatiolab/things-scene": "^2.7.27",
|
39
39
|
"@koa/cors": "^3.1.0",
|
40
40
|
"@material/mwc-button": "^0.25.3",
|
41
41
|
"@material/mwc-fab": "^0.25.3",
|
@@ -43,10 +43,11 @@
|
|
43
43
|
"@material/mwc-icon-button": "^0.25.3",
|
44
44
|
"@material/mwc-slider": "^0.25.3",
|
45
45
|
"@material/mwc-textfield": "^0.25.3",
|
46
|
-
"@
|
47
|
-
"@things-factory/
|
48
|
-
"@things-factory/
|
49
|
-
"@things-factory/
|
46
|
+
"@operato/board": "^0.2.47",
|
47
|
+
"@things-factory/ejs-remote": "^4.0.16",
|
48
|
+
"@things-factory/env": "^4.0.16",
|
49
|
+
"@things-factory/styles": "^4.0.16",
|
50
|
+
"@things-factory/utils": "^4.0.16",
|
50
51
|
"@webcomponents/webcomponentsjs": "^2.6.0",
|
51
52
|
"apollo-server-core": "^3.5.0",
|
52
53
|
"apollo-server-koa": "^3.5.0",
|
@@ -119,5 +120,5 @@
|
|
119
120
|
"resolutions": {
|
120
121
|
"core-js": "^3.16.0"
|
121
122
|
},
|
122
|
-
"gitHead": "
|
123
|
+
"gitHead": "5a56e53e09d5b0a47b7446dbb2fa696232ad5414"
|
123
124
|
}
|
package/db.test.sqlite
DELETED
Binary file
|