@shopify/graphql-testing
Advanced tools
Comparing version 0.0.0-snapshot-20220819171812 to 0.0.0-snapshot-20220829233403
{ | ||
"name": "@shopify/graphql-testing", | ||
"version": "0.0.0-snapshot-20220819171812", | ||
"version": "0.0.0-snapshot-20220829233403", | ||
"license": "MIT", | ||
@@ -39,3 +39,3 @@ "description": "Utilities to create mock GraphQL factories", | ||
"devDependencies": { | ||
"graphql-typed": "^0.0.0-snapshot-20220819171812" | ||
"graphql-typed": "^0.0.0-snapshot-20220829233403" | ||
}, | ||
@@ -57,2 +57,3 @@ "files": [ | ||
"./matchers": { | ||
"types": "./build/ts/matchers/index.d.ts", | ||
"esnext": "./matchers.esnext", | ||
@@ -63,2 +64,3 @@ "import": "./matchers.mjs", | ||
".": { | ||
"types": "./build/ts/index.d.ts", | ||
"esnext": "./index.esnext", | ||
@@ -65,0 +67,0 @@ "import": "./index.mjs", |
57221