@things-factory/shell 6.1.180 → 6.1.182

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.180",
3
+ "version": "6.1.182",
4
4
  "description": "Core module for framework",
5
5
  "bin": {
6
6
  "things-factory": "bin/things-factory",
@@ -62,7 +62,7 @@
62
62
  "@things-factory/ejs-remote": "^6.1.175",
63
63
  "@things-factory/env": "^6.1.175",
64
64
  "@things-factory/styles": "^6.1.175",
65
- "@things-factory/utils": "^6.1.175",
65
+ "@things-factory/utils": "^6.1.181",
66
66
  "@webcomponents/webcomponentsjs": "^2.6.0",
67
67
  "args": "^5.0.0",
68
68
  "broadcastchannel-polyfill": "^1.0.1",
@@ -132,5 +132,5 @@
132
132
  "pg": "^8.7.3",
133
133
  "sqlite3": "^5.0.8"
134
134
  },
135
- "gitHead": "b4d716cf67de9e105cf0feb18f75849745b09f8e"
135
+ "gitHead": "b24537d122e9723f03c05e2feb027eeda151b410"
136
136
  }
package/server/schema.ts CHANGED
@@ -144,7 +144,6 @@ export async function schema() {
144
144
  schemas: [
145
145
  await buildSchema({
146
146
  resolvers: schemas.resolverClasses,
147
- // dateScalarMode: 'timestamp',
148
147
  // automatically create `schema.gql` file with schema definition
149
148
  // in project's working directory
150
149
  // or create the file with schema in selected path