graphjin 2.0.6 → 2.0.8

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": "graphjin",
3
- "version": "2.0.6",
3
+ "version": "2.0.8",
4
4
  "description": "GraphJin - Build APIs in 5 minutes with GraphQL",
5
5
  "type": "module",
6
6
  "main": "wasm/js/graphjin.js",
@@ -2,8 +2,8 @@
2
2
  # so I only need to overwrite some values
3
3
  inherits: dev
4
4
 
5
- # When production mode is 'true' only queries
6
- # from the allow list are permitted.
5
+ # When production mode is 'true' only queries from the queries
6
+ # folder can be used.
7
7
  production: true
8
8
 
9
9
  # Secret key for general encryption operations like
Binary file