@shopify/create-hydrogen 0.22.0 → 0.23.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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @shopify/create-hydrogen
2
2
 
3
+ ## 0.23.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Fix create-hydrogen
8
+
3
9
  ## 0.22.0
4
10
 
5
11
  ### Minor Changes
package/bin/run.js CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node --no-warnings
2
2
 
3
- import runCreateApp from "@shopify/create-hydrogen";
3
+ import runCreateHydrogen from "@shopify/create-hydrogen";
4
4
 
5
5
  runCreateHydrogen();
@@ -1,6 +1,6 @@
1
1
  import require$$0$c, { promises, constants as constants$2 } from 'fs';
2
2
  import require$$0$3, { dirname as dirname$3, resolve as resolve$1, relative, join, basename, parse as parse$7 } from 'path';
3
- import { e as enquirer, c as commonjsGlobal$1, a as commonjsRequire, b as ansiStyles$2, s as supportsColor_1$1, g as gracefulFs$1, o as out, d as ansiEscapes$1, t as through$1, f as cliCursor$3, h as stripAnsi$2, i as stringWidth$1, S as Storage } from '../store-2d7dd6c7.js';
3
+ import { e as enquirer, c as commonjsGlobal$1, a as commonjsRequire, b as ansiStyles$2, s as supportsColor_1$1, g as gracefulFs$1, o as out, d as ansiEscapes$1, t as through$1, f as cliCursor$3, h as stripAnsi$2, i as stringWidth$1, S as Storage } from '../store-d4bf0d46.js';
4
4
  import require$$0$4 from 'events';
5
5
  import require$$0$5 from 'stream';
6
6
  import require$$7$1 from 'string_decoder';
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { settings, run, flush, Errors } from '@oclif/core';
2
- import './store-2d7dd6c7.js';
2
+ import './store-d4bf0d46.js';
3
3
  import 'node:buffer';
4
4
  import 'node:path';
5
5
  import 'node:child_process';
@@ -48863,4 +48863,4 @@ new Storage({
48863
48863
  });
48864
48864
 
48865
48865
  export { Storage as S, commonjsRequire as a, ansiStyles$2 as b, commonjsGlobal as c, ansiEscapes$2 as d, enquirer as e, cliCursor$1 as f, gracefulFs$1 as g, stripAnsi$2 as h, stringWidth$2 as i, out as o, supportsColor_1 as s, through as t };
48866
- //# sourceMappingURL=store-2d7dd6c7.js.map
48866
+ //# sourceMappingURL=store-d4bf0d46.js.map