@shopify/create-app 0.33.4 → 0.33.5

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/create-app
2
2
 
3
+ ## 0.33.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Some fixes with external packages
8
+
3
9
  ## 0.33.4
4
10
 
5
11
  ### Patch Changes
@@ -16,7 +16,6 @@ import url$1, { fileURLToPath } from 'node:url';
16
16
  import os$6, { userInfo } from 'node:os';
17
17
  import require$$0$a from 'buffer';
18
18
  import require$$0$9, { promisify as promisify$6 } from 'util';
19
- import 'open';
20
19
  import fs$H, { promises } from 'node:fs';
21
20
  import require$$0$b from 'constants';
22
21
  import Stream$4 from 'node:stream';
@@ -30,7 +29,6 @@ import zlib$1 from 'zlib';
30
29
  import require$$0$d from 'http2';
31
30
  import require$$1$3 from 'tls';
32
31
  import require$$0$e from 'net';
33
- import 'keytar';
34
32
  import require$$0$f from 'punycode';
35
33
  import { Flags, Command } from '@oclif/core';
36
34
 
@@ -40340,7 +40338,7 @@ const username = async (platform = platform$1) => {
40340
40338
  };
40341
40339
 
40342
40340
  var name = "@shopify/cli-kit";
40343
- var version$1 = "0.33.3";
40341
+ var version$1 = "0.33.5";
40344
40342
  var description$1 = "A set of utilities, interfaces, and models that are common across all the platform features";
40345
40343
  var keywords = [
40346
40344
  "shopify",
@@ -40388,6 +40386,8 @@ var os$1 = [
40388
40386
  "win32"
40389
40387
  ];
40390
40388
  var dependencies$1 = {
40389
+ open: "^8.4.0",
40390
+ keytar: "^7.9.0"
40391
40391
  };
40392
40392
  var devDependencies = {
40393
40393
  "ansi-colors": "^4.1.1",
@@ -40402,8 +40402,6 @@ var devDependencies = {
40402
40402
  "fs-extra": "^10.0.0",
40403
40403
  graphql: "^16.3.0",
40404
40404
  "graphql-request": "^4.0.0",
40405
- keytar: "^7.9.0",
40406
- open: "^8.4.0",
40407
40405
  "latest-version": "^6.0.0",
40408
40406
  liquidjs: "^9.35.1",
40409
40407
  listr2: "^4.0.2",