We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fdd18f commit d029deaCopy full SHA for d029dea
3 files changed
.changeset/real-paths-knock.md
@@ -0,0 +1,5 @@
1
+---
2
+"@shopify/shopify_function": patch
3
4
+
5
+fix pnpm graphql package duplication
CHANGELOG.md
package.json
@@ -4,12 +4,16 @@
"access": "public",
"@shopify:registry": "https://registry.npmjs.org/"
6
},
7
- "version": "2.0.1",
+ "version": "2.0.0",
8
"description": "",
9
"main": "index.ts",
10
"keywords": [],
11
"author": "Surma <surma@shopify.com>",
12
"license": "Apache-2.0",
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "https://github.com/Shopify/shopify-function-javascript.git"
16
+ },
17
"dependencies": {
18
"@graphql-codegen/cli": "5.0.6",
19
"@graphql-codegen/typescript": "4.1.6",
0 commit comments