@snowtop/ent 0.1.0-alpha98-dd4b3a20-9958-11ed-b8bd-fb8b6537b3bc → 0.1.0-alpha98-5dd3b3b0-9b44-11ed-83bb-45feb44f884b

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.
Files changed (2) hide show
  1. package/core/config.d.ts +1 -1
  2. package/package.json +1 -1
package/core/config.d.ts CHANGED
@@ -21,7 +21,7 @@ export interface Config {
21
21
  codegen?: CodegenConfig;
22
22
  logQueryWithError?: boolean;
23
23
  customGraphQLJSONPath?: string;
24
- customScriptGraphQLJSONPath?: string;
24
+ dynamicScriptCustomGraphQLJSONPath?: string;
25
25
  globalSchemaPath?: string;
26
26
  }
27
27
  interface CodegenConfig {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snowtop/ent",
3
- "version": "0.1.0-alpha98-dd4b3a20-9958-11ed-b8bd-fb8b6537b3bc",
3
+ "version": "0.1.0-alpha98-5dd3b3b0-9b44-11ed-83bb-45feb44f884b",
4
4
  "description": "snowtop ent framework",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",