@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @shopify/cli-kit
2
2
 
3
+ ## 2.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - f7e74d33: Retrieve only non-archived stores
8
+
3
9
  ## 2.0.5
4
10
 
5
11
  ### Patch Changes
@@ -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.5";
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.5";
12427
+ var version$3 = "2.0.6";
12428
12428
 
12429
- var version$2 = "2.0.5";
12429
+ var version$2 = "2.0.6";
12430
12430
 
12431
- var version$1 = "2.0.5";
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-a9785137.js');
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-731964a3.js.map
172656
+ //# sourceMappingURL=index-aeb7f234.js.map