@shopify/cli-kit 3.9.2 → 3.10.0
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.
- package/CHANGELOG.md +6 -0
- package/dist/api/graphql/index.d.ts +0 -5
- package/dist/api/graphql/index.js +0 -5
- package/dist/api/graphql/index.js.map +1 -1
- package/dist/array.d.ts +2 -0
- package/dist/array.js +6 -0
- package/dist/array.js.map +1 -1
- package/dist/node/cli.js +0 -12
- package/dist/node/cli.js.map +1 -1
- package/dist/node/error-handler.js +16 -0
- package/dist/node/error-handler.js.map +1 -1
- package/dist/node/hooks/init.js +0 -2
- package/dist/node/hooks/init.js.map +1 -1
- package/dist/node/ruby.js +0 -10
- package/dist/node/ruby.js.map +1 -1
- package/dist/plugins.d.ts +25 -8
- package/dist/plugins.js +33 -11
- package/dist/plugins.js.map +1 -1
- package/dist/store.d.ts +0 -1
- package/dist/store.js +1 -10
- package/dist/store.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +8 -1
- package/dist/api/graphql/functions/get_app_functions.d.ts +0 -1
- package/dist/api/graphql/functions/get_app_functions.js +0 -10
- package/dist/api/graphql/functions/get_app_functions.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shopify/cli-kit",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.10.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A set of utilities, interfaces, and models that are common across all the platform features",
|
|
6
6
|
"keywords": [
|
|
@@ -134,5 +134,12 @@
|
|
|
134
134
|
"@types/semver": "^7.3.9",
|
|
135
135
|
"node-stream-zip": "^1.15.0",
|
|
136
136
|
"vitest": "^0.22.1"
|
|
137
|
+
},
|
|
138
|
+
"repository": {
|
|
139
|
+
"type": "git",
|
|
140
|
+
"url": "https://github.com/Shopify/cli/edit/main/packages/cli-kit"
|
|
141
|
+
},
|
|
142
|
+
"bugs": {
|
|
143
|
+
"url": "https://github.com/Shopify/cli/issues/new/choose"
|
|
137
144
|
}
|
|
138
145
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const GetAppFunctionsQuery: string;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { gql } from 'graphql-request';
|
|
2
|
-
export const GetAppFunctionsQuery = gql `
|
|
3
|
-
query GetAppScripts($appKey: String!, $extensionPointName: ExtensionPointName!) {
|
|
4
|
-
appScripts(appKeys: [$appKey], extensionPointName: $extensionPointName) {
|
|
5
|
-
uuid
|
|
6
|
-
title
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
`;
|
|
10
|
-
//# sourceMappingURL=get_app_functions.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get_app_functions.js","sourceRoot":"","sources":["../../../../src/api/graphql/functions/get_app_functions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,GAAG,EAAC,MAAM,iBAAiB,CAAA;AAEnC,MAAM,CAAC,MAAM,oBAAoB,GAAG,GAAG,CAAA;;;;;;;CAOtC,CAAA","sourcesContent":["import {gql} from 'graphql-request'\n\nexport const GetAppFunctionsQuery = gql`\n query GetAppScripts($appKey: String!, $extensionPointName: ExtensionPointName!) {\n appScripts(appKeys: [$appKey], extensionPointName: $extensionPointName) {\n uuid\n title\n }\n }\n`\n"]}
|