@shopify/cli-kit 2.0.5 → 2.0.6
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/{index-731964a3.js → index-aeb7f234.js} +8 -8
- package/dist/{index-731964a3.js.map → index-aeb7f234.js.map} +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.js +1 -1
- package/dist/{multipart-parser-a9785137.js → multipart-parser-faf7ca10.js} +2 -2
- package/dist/{multipart-parser-a9785137.js.map → multipart-parser-faf7ca10.js.map} +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -12310,7 +12310,7 @@ var path$w = /*#__PURE__*/Object.freeze({
|
|
|
12310
12310
|
});
|
|
12311
12311
|
|
|
12312
12312
|
var name = "@shopify/cli-kit";
|
|
12313
|
-
var version$4 = "2.0.
|
|
12313
|
+
var version$4 = "2.0.6";
|
|
12314
12314
|
var description$1 = "A set of utilities, interfaces, and models that are common across all the platform features";
|
|
12315
12315
|
var keywords = [
|
|
12316
12316
|
"shopify",
|
|
@@ -12424,11 +12424,11 @@ var cliKitPackageJson = {
|
|
|
12424
12424
|
devDependencies: devDependencies
|
|
12425
12425
|
};
|
|
12426
12426
|
|
|
12427
|
-
var version$3 = "2.0.
|
|
12427
|
+
var version$3 = "2.0.6";
|
|
12428
12428
|
|
|
12429
|
-
var version$2 = "2.0.
|
|
12429
|
+
var version$2 = "2.0.6";
|
|
12430
12430
|
|
|
12431
|
-
var version$1 = "2.0.
|
|
12431
|
+
var version$1 = "2.0.6";
|
|
12432
12432
|
|
|
12433
12433
|
const homedir$1 = os$8.homedir();
|
|
12434
12434
|
const tmpdir$1 = os$8.tmpdir();
|
|
@@ -40572,7 +40572,7 @@ class Body$1 {
|
|
|
40572
40572
|
return formData;
|
|
40573
40573
|
}
|
|
40574
40574
|
|
|
40575
|
-
const {toFormData} = await import('./multipart-parser-
|
|
40575
|
+
const {toFormData} = await import('./multipart-parser-faf7ca10.js');
|
|
40576
40576
|
return toFormData(this.body, ct);
|
|
40577
40577
|
}
|
|
40578
40578
|
|
|
@@ -171983,7 +171983,7 @@ const AllStoresByOrganizationQuery = dist$1.gql`
|
|
|
171983
171983
|
organizations(id: $id, first: 1) {
|
|
171984
171984
|
nodes {
|
|
171985
171985
|
id
|
|
171986
|
-
stores(first: 500) {
|
|
171986
|
+
stores(first: 500, archived: false) {
|
|
171987
171987
|
nodes {
|
|
171988
171988
|
shopId
|
|
171989
171989
|
link
|
|
@@ -172322,7 +172322,7 @@ async function execCLI(args, adminSession) {
|
|
|
172322
172322
|
}
|
|
172323
172323
|
async function installDependencies() {
|
|
172324
172324
|
const exists = await exists$1(rubyCLIPath());
|
|
172325
|
-
const renderer = exists ? "silent" : "default";
|
|
172325
|
+
const renderer = isUnitTest() || exists ? "silent" : "default";
|
|
172326
172326
|
const list = new Listr([
|
|
172327
172327
|
{
|
|
172328
172328
|
title: "Installing theme dependencies",
|
|
@@ -172653,4 +172653,4 @@ var plugins = /*#__PURE__*/Object.freeze({
|
|
|
172653
172653
|
});
|
|
172654
172654
|
|
|
172655
172655
|
export { npm as A, port as B, cli as C, id as D, temporary as E, FormData$3 as F, constants$2 as G, plugins as H, File$1 as a, string as b, github as c, dependency as d, error$j as e, file$1 as f, git as g, os$2 as h, environment as i, session as j, schema$2 as k, toml as l, store as m, api as n, output as o, path$w as p, http$2 as q, archiver as r, system as s, template as t, ui as u, version as v, checksum as w, ruby as x, yaml as y, semver as z };
|
|
172656
|
-
//# sourceMappingURL=index-
|
|
172656
|
+
//# sourceMappingURL=index-aeb7f234.js.map
|