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 +1 -1
- package/wasm/config/prod.yml +2 -2
- package/wasm/graphjin.wasm +0 -0
package/package.json
CHANGED
package/wasm/config/prod.yml
CHANGED
|
@@ -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
|
-
#
|
|
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
|
package/wasm/graphjin.wasm
CHANGED
|
Binary file
|