@fmsim/fmsim 2.0.0-beta.10 → 2.0.0-beta.11
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fmsim/fmsim",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.11",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"docker:push": "docker image push hatiolab/fmsim:latest && docker image push hatiolab/fmsim:$npm_package_version"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@fmsim/layout-view": "^2.0.0-beta.
|
|
43
|
+
"@fmsim/layout-view": "^2.0.0-beta.11",
|
|
44
44
|
"@fmsim/machine": "^2.0.0-beta.10",
|
|
45
45
|
"@operato/attachment": "^10.0.0-beta.1",
|
|
46
46
|
"@operato/font": "^10.0.0-beta.1",
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
"resolutions": {
|
|
79
79
|
"lit": "^3.0.0"
|
|
80
80
|
},
|
|
81
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "bac766182284faf3920bb00785a4a4c81f62cf40"
|
|
82
82
|
}
|
package/schema.graphql
CHANGED
|
@@ -4873,6 +4873,11 @@ type Query {
|
|
|
4873
4873
|
sortings: [Sorting!]
|
|
4874
4874
|
): BoardList!
|
|
4875
4875
|
|
|
4876
|
+
"""
|
|
4877
|
+
Retrieves boards that have been updated or soft-deleted since the given timestamp.
|
|
4878
|
+
"""
|
|
4879
|
+
boardsUpdatedSince(since: DateTimeISO!): [Board!]!
|
|
4880
|
+
|
|
4876
4881
|
"""
|
|
4877
4882
|
Checks if the system is configured to provide a default password for new users.
|
|
4878
4883
|
"""
|