@things-factory/operato-board 6.2.104 → 6.2.106
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 +4 -5
- package/schema.graphql +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-board",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.106",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -65,7 +65,6 @@
|
|
|
65
65
|
"@operato/scene-gauge": "^1.0.0",
|
|
66
66
|
"@operato/scene-google-map": "^1.0.0",
|
|
67
67
|
"@operato/scene-graphql": "^1.0.0",
|
|
68
|
-
"@operato/scene-grist": "^1.0.0",
|
|
69
68
|
"@operato/scene-half-roundrect": "^1.0.0",
|
|
70
69
|
"@operato/scene-i18n": "^1.0.0",
|
|
71
70
|
"@operato/scene-image-slider": "^1.0.0",
|
|
@@ -93,7 +92,7 @@
|
|
|
93
92
|
"@things-factory/auth-azure-ad": "^6.2.103",
|
|
94
93
|
"@things-factory/auth-google": "^6.2.103",
|
|
95
94
|
"@things-factory/auth-ui": "^6.2.103",
|
|
96
|
-
"@things-factory/board-service": "^6.2.
|
|
95
|
+
"@things-factory/board-service": "^6.2.105",
|
|
97
96
|
"@things-factory/board-ui": "^6.2.103",
|
|
98
97
|
"@things-factory/context-ui": "^6.2.103",
|
|
99
98
|
"@things-factory/export-ui": "^6.2.103",
|
|
@@ -121,8 +120,8 @@
|
|
|
121
120
|
"@things-factory/system": "^6.2.103"
|
|
122
121
|
},
|
|
123
122
|
"devDependencies": {
|
|
124
|
-
"@things-factory/board-test": "^6.2.
|
|
123
|
+
"@things-factory/board-test": "^6.2.105",
|
|
125
124
|
"@things-factory/builder": "^6.2.103"
|
|
126
125
|
},
|
|
127
|
-
"gitHead": "
|
|
126
|
+
"gitHead": "ba066af02c7ed7f2ad7eb39f34616b8df3956377"
|
|
128
127
|
}
|
package/schema.graphql
CHANGED
|
@@ -3791,7 +3791,7 @@ type Step {
|
|
|
3791
3791
|
params: String
|
|
3792
3792
|
|
|
3793
3793
|
"""
|
|
3794
|
-
|
|
3794
|
+
A boolean attribute indicating the inclusion status of an element in the result
|
|
3795
3795
|
"""
|
|
3796
3796
|
result: Boolean
|
|
3797
3797
|
scenario: Scenario
|