@things-factory/shell 6.0.24 → 6.0.25
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": "@things-factory/shell",
|
3
|
-
"version": "6.0.
|
3
|
+
"version": "6.0.25",
|
4
4
|
"description": "Core module for framework",
|
5
5
|
"bin": {
|
6
6
|
"things-factory": "bin/things-factory",
|
@@ -31,7 +31,10 @@
|
|
31
31
|
},
|
32
32
|
"dependencies": {
|
33
33
|
"@apollo/client": "^3.6.9",
|
34
|
+
"@apollo/federation": "^0.38.1",
|
35
|
+
"@apollo/gateway": "^2.4.0",
|
34
36
|
"@apollo/server": "^4.5.0",
|
37
|
+
"@apollo/subgraph": "^2.4.0",
|
35
38
|
"@as-integrations/koa": "^0.3.0",
|
36
39
|
"@graphql-codegen/cli": "^3.2.2",
|
37
40
|
"@graphql-codegen/typescript": "^3.0.2",
|
@@ -134,5 +137,5 @@
|
|
134
137
|
"pg": "^8.7.3",
|
135
138
|
"sqlite3": "^5.0.8"
|
136
139
|
},
|
137
|
-
"gitHead": "
|
140
|
+
"gitHead": "8a987a42de944dc915b8cfddb047eb7bc0d4ba41"
|
138
141
|
}
|