@things-factory/shell 6.0.58 → 6.0.60
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.60",
|
4
4
|
"description": "Core module for framework",
|
5
5
|
"bin": {
|
6
6
|
"things-factory": "bin/things-factory",
|
@@ -31,10 +31,7 @@
|
|
31
31
|
},
|
32
32
|
"dependencies": {
|
33
33
|
"@apollo/client": "^3.6.9",
|
34
|
-
"@apollo/federation": "^0.38.1",
|
35
|
-
"@apollo/gateway": "^2.4.0",
|
36
34
|
"@apollo/server": "^4.5.0",
|
37
|
-
"@apollo/subgraph": "^2.4.0",
|
38
35
|
"@as-integrations/koa": "^0.3.0",
|
39
36
|
"@graphql-codegen/cli": "^3.2.2",
|
40
37
|
"@graphql-codegen/typescript": "^3.0.2",
|
@@ -62,9 +59,8 @@
|
|
62
59
|
"@things-factory/ejs-remote": "^6.0.49",
|
63
60
|
"@things-factory/env": "^6.0.49",
|
64
61
|
"@things-factory/styles": "^6.0.49",
|
65
|
-
"@things-factory/utils": "^6.0.
|
62
|
+
"@things-factory/utils": "^6.0.59",
|
66
63
|
"@webcomponents/webcomponentsjs": "^2.6.0",
|
67
|
-
"@webpack-contrib/schema-utils": "^1.0.0-beta.0",
|
68
64
|
"args": "^5.0.0",
|
69
65
|
"broadcastchannel-polyfill": "^1.0.1",
|
70
66
|
"chalk": "^4.1.0",
|
@@ -76,9 +72,6 @@
|
|
76
72
|
"fs-extra": "^9.0.1",
|
77
73
|
"glob": "^7.1.6",
|
78
74
|
"graphql": "^16.5.0",
|
79
|
-
"graphql-language-service-interface": "^2.10.2",
|
80
|
-
"graphql-language-service-parser": "^1.10.4",
|
81
|
-
"graphql-language-service-utils": "^2.7.1",
|
82
75
|
"graphql-mqtt-subscriptions": "^1.2.0",
|
83
76
|
"graphql-redis-subscriptions": "^2.5.0",
|
84
77
|
"graphql-subscriptions": "^2.0.0",
|
@@ -88,7 +81,6 @@
|
|
88
81
|
"haunted": "^5.0.0",
|
89
82
|
"html-webpack-plugin": "^5.5.0",
|
90
83
|
"husky": "7.0.1",
|
91
|
-
"imports-loader": "^3.0.0",
|
92
84
|
"inquirer": "^8.2.0",
|
93
85
|
"ioredis": "^4.28.0",
|
94
86
|
"json-stringify-safe": "^5.0.1",
|
@@ -137,5 +129,5 @@
|
|
137
129
|
"pg": "^8.7.3",
|
138
130
|
"sqlite3": "^5.0.8"
|
139
131
|
},
|
140
|
-
"gitHead": "
|
132
|
+
"gitHead": "d9d824a2cfd93ac110f2c4acd67c4ffc175a8c87"
|
141
133
|
}
|