@things-factory/shell 6.1.174 → 6.1.178
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.1.
|
3
|
+
"version": "6.1.178",
|
4
4
|
"description": "Core module for framework",
|
5
5
|
"bin": {
|
6
6
|
"things-factory": "bin/things-factory",
|
@@ -59,10 +59,10 @@
|
|
59
59
|
"@operato/shell": "^1.0.1",
|
60
60
|
"@operato/typeorm-history": "^1.1.65",
|
61
61
|
"@operato/utils": "^1.0.1",
|
62
|
-
"@things-factory/ejs-remote": "^6.1.
|
63
|
-
"@things-factory/env": "^6.1.
|
64
|
-
"@things-factory/styles": "^6.1.
|
65
|
-
"@things-factory/utils": "^6.1.
|
62
|
+
"@things-factory/ejs-remote": "^6.1.175",
|
63
|
+
"@things-factory/env": "^6.1.175",
|
64
|
+
"@things-factory/styles": "^6.1.175",
|
65
|
+
"@things-factory/utils": "^6.1.175",
|
66
66
|
"@webcomponents/webcomponentsjs": "^2.6.0",
|
67
67
|
"args": "^5.0.0",
|
68
68
|
"broadcastchannel-polyfill": "^1.0.1",
|
@@ -76,6 +76,7 @@
|
|
76
76
|
"graphql": "^16.5.0",
|
77
77
|
"graphql-mqtt-subscriptions": "^1.2.0",
|
78
78
|
"graphql-redis-subscriptions": "^2.5.0",
|
79
|
+
"graphql-scalars": "^1.22.2",
|
79
80
|
"graphql-subscriptions": "^2.0.0",
|
80
81
|
"graphql-tag": "^2.12.6",
|
81
82
|
"graphql-upload": "^15.0.2",
|
@@ -116,7 +117,7 @@
|
|
116
117
|
"sass": "^1.50.1",
|
117
118
|
"scrollbooster": "^3.0.2",
|
118
119
|
"sweetalert2": "^11.7.3",
|
119
|
-
"type-graphql": "2.0.0-beta.
|
120
|
+
"type-graphql": "2.0.0-beta.3",
|
120
121
|
"typeorm": "^0.3.9",
|
121
122
|
"uuid": "^3.4.0",
|
122
123
|
"web-animations-js": "^2.3.2",
|
@@ -131,5 +132,5 @@
|
|
131
132
|
"pg": "^8.7.3",
|
132
133
|
"sqlite3": "^5.0.8"
|
133
134
|
},
|
134
|
-
"gitHead": "
|
135
|
+
"gitHead": "6384b7142eb42ae4267a2c8cf2fda2074facef83"
|
135
136
|
}
|
package/server/schema.ts
CHANGED
@@ -144,7 +144,7 @@ export async function schema() {
|
|
144
144
|
schemas: [
|
145
145
|
await buildSchema({
|
146
146
|
resolvers: schemas.resolverClasses,
|
147
|
-
dateScalarMode: 'timestamp',
|
147
|
+
// dateScalarMode: 'timestamp',
|
148
148
|
// automatically create `schema.gql` file with schema definition
|
149
149
|
// in project's working directory
|
150
150
|
// or create the file with schema in selected path
|