@things-factory/shell 6.4.1 → 6.4.7

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.4.1",
3
+ "version": "6.4.7",
4
4
  "description": "Core module for framework",
5
5
  "bin": {
6
6
  "things-factory": "bin/things-factory",
@@ -131,5 +131,5 @@
131
131
  "pg": "^8.7.3",
132
132
  "sqlite3": "^5.0.8"
133
133
  },
134
- "gitHead": "47ea4ab312b1d23a146e4d2048972b39af6592fa"
134
+ "gitHead": "62f53151fc9d182969416f07f91ed47ee03d67ce"
135
135
  }
package/server/server.ts CHANGED
@@ -168,7 +168,7 @@ const bootstrap = async () => {
168
168
  logger.error(error)
169
169
  return error
170
170
  },
171
- introspection: true,
171
+ introspection: false,
172
172
  csrfPrevention: true,
173
173
  plugins: [
174
174
  // Proper shutdown for the HTTP server.