@shopify/shopify_function 0.0.0-snapshot-20250512155125 → 0.0.0-snapshot-20251111164106
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.
|
@@ -17,10 +17,10 @@ jobs:
|
|
|
17
17
|
with:
|
|
18
18
|
version: 10
|
|
19
19
|
- name: Create snapshot version
|
|
20
|
-
uses: Shopify/snapit@
|
|
20
|
+
uses: Shopify/snapit@v0.0.14
|
|
21
21
|
env:
|
|
22
22
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
23
23
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
|
24
24
|
with:
|
|
25
|
-
build_script:
|
|
26
|
-
working_directory: ./
|
|
25
|
+
build_script: echo "hello"
|
|
26
|
+
working_directory: ./
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -4,22 +4,22 @@
|
|
|
4
4
|
"access": "public",
|
|
5
5
|
"@shopify:registry": "https://registry.npmjs.org/"
|
|
6
6
|
},
|
|
7
|
-
"version": "0.0.0-snapshot-
|
|
7
|
+
"version": "0.0.0-snapshot-20251111164106",
|
|
8
8
|
"description": "",
|
|
9
9
|
"main": "index.ts",
|
|
10
10
|
"keywords": [],
|
|
11
11
|
"author": "Surma <surma@shopify.com>",
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@graphql-codegen/cli": "5.0.
|
|
14
|
+
"@graphql-codegen/cli": "5.0.6",
|
|
15
15
|
"@graphql-codegen/typescript": "4.1.6",
|
|
16
16
|
"graphql-config": "5.1.3",
|
|
17
|
-
"@graphql-codegen/typescript-operations": "4.6.
|
|
17
|
+
"@graphql-codegen/typescript-operations": "4.6.1",
|
|
18
18
|
"@graphql-tools/url-loader": "8.0.16",
|
|
19
|
-
"graphql": "16.
|
|
19
|
+
"graphql": "^16.10.0",
|
|
20
20
|
"typescript": "5.8.3"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@changesets/cli": "^2.28.1"
|
|
24
24
|
}
|
|
25
|
-
}
|
|
25
|
+
}
|
|
Binary file
|