@things-factory/operato-ecs 6.2.54 → 6.2.57
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 +9 -9
- package/schema.graphql +0 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@things-factory/operato-ecs",
|
3
|
-
"version": "6.2.
|
3
|
+
"version": "6.2.57",
|
4
4
|
"main": "dist-server/index.js",
|
5
5
|
"browser": "client/index.js",
|
6
6
|
"things-factory": true,
|
@@ -57,18 +57,18 @@
|
|
57
57
|
"@things-factory/api": "^6.2.54",
|
58
58
|
"@things-factory/apptool-ui": "^6.2.54",
|
59
59
|
"@things-factory/auth-ui": "^6.2.54",
|
60
|
-
"@things-factory/board-service": "^6.2.
|
60
|
+
"@things-factory/board-service": "^6.2.57",
|
61
61
|
"@things-factory/board-ui": "^6.2.54",
|
62
62
|
"@things-factory/context-ui": "^6.2.52",
|
63
|
-
"@things-factory/dashboard": "^6.2.
|
63
|
+
"@things-factory/dashboard": "^6.2.57",
|
64
64
|
"@things-factory/export-ui": "^6.2.52",
|
65
65
|
"@things-factory/help": "^6.2.52",
|
66
66
|
"@things-factory/i18n-base": "^6.2.52",
|
67
|
-
"@things-factory/integration-melsec": "^6.2.
|
68
|
-
"@things-factory/integration-modbus": "^6.2.
|
69
|
-
"@things-factory/integration-opc": "^6.2.
|
70
|
-
"@things-factory/integration-ui": "^6.2.
|
71
|
-
"@things-factory/lite-menu": "^6.2.
|
67
|
+
"@things-factory/integration-melsec": "^6.2.57",
|
68
|
+
"@things-factory/integration-modbus": "^6.2.57",
|
69
|
+
"@things-factory/integration-opc": "^6.2.57",
|
70
|
+
"@things-factory/integration-ui": "^6.2.57",
|
71
|
+
"@things-factory/lite-menu": "^6.2.57",
|
72
72
|
"@things-factory/more-ui": "^6.2.52",
|
73
73
|
"@things-factory/notification": "^6.2.54",
|
74
74
|
"@things-factory/oauth2-client": "^6.2.54",
|
@@ -82,5 +82,5 @@
|
|
82
82
|
"devDependencies": {
|
83
83
|
"@things-factory/builder": "^6.2.33"
|
84
84
|
},
|
85
|
-
"gitHead": "
|
85
|
+
"gitHead": "de09b15757a2bad601a2e23dc52f16b0d816a420"
|
86
86
|
}
|
package/schema.graphql
CHANGED
@@ -3277,9 +3277,6 @@ type Query {
|
|
3277
3277
|
"""To fetch a Board Model by name"""
|
3278
3278
|
boardByName(name: String!): Board
|
3279
3279
|
|
3280
|
-
"""Board Usage Permissions"""
|
3281
|
-
boardPermissions: [String!]!
|
3282
|
-
|
3283
3280
|
"""To fetch the latest Board published"""
|
3284
3281
|
boardPublished(id: String!): BoardHistory!
|
3285
3282
|
|