@things-factory/shell 6.1.175 → 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.175",
3
+ "version": "6.1.178",
4
4
  "description": "Core module for framework",
5
5
  "bin": {
6
6
  "things-factory": "bin/things-factory",
@@ -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.2",
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": "900294945217294940700e0a2ed718b06476a865"
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