kapix-graphql-prisma-client
Advanced tools
Comparing version 1.0.114 to 1.0.115
@@ -1,2 +0,2 @@ | ||
import { G as r, C as s, E as i, H as t, F as l, I as d } from "./index-f69e2e27.js"; | ||
import { G as r, C as s, E as i, H as t, F as l, I as d } from "./index-8cd7c128.js"; | ||
import "lodash-es"; | ||
@@ -3,0 +3,0 @@ export { |
@@ -538,2 +538,3 @@ | ||
values?: (field: IFieldConfig, fieldName: string) => Array<any> | ||
seed?: () => Promise<KeyValuePair<any>> | ||
} | ||
@@ -581,3 +582,3 @@ | ||
config?: { | ||
mock: IMockConfig | ||
mock: Omit<IMockConfig, 'seed'> | ||
mocks?: KeyValuePair<Partial<IMockConfig>> | ||
@@ -627,3 +628,3 @@ } | ||
service?: IGraphqlClientService | ||
mockData?: () => Promise<{ default: KeyValuePair<Partial<EntityType>> }> | ||
mockData?: () => Promise<KeyValuePair<Partial<EntityType>>> | ||
} | ||
@@ -630,0 +631,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"type": "module", | ||
"version": "1.0.114", | ||
"version": "1.0.115", | ||
"private": false, | ||
@@ -8,0 +8,0 @@ "author": "Sparda", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
3352606
17999