@shopify/create-hydrogen 1.0.4 → 1.0.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 +8 -0
- package/dist/commands/init.js +3 -4
- package/dist/commands/init.js.map +1 -1
- package/dist/index.js +3 -4
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/commands/init.js
CHANGED
|
@@ -29,7 +29,6 @@ import zlib$1 from 'zlib';
|
|
|
29
29
|
import require$$0$d from 'http2';
|
|
30
30
|
import require$$1$3 from 'tls';
|
|
31
31
|
import require$$0$e from 'net';
|
|
32
|
-
import 'ngrok';
|
|
33
32
|
import require$$0$f from 'punycode';
|
|
34
33
|
import { Flags, Command } from '@oclif/core';
|
|
35
34
|
|
|
@@ -44926,7 +44925,7 @@ const username = async (platform = platform$1) => {
|
|
|
44926
44925
|
};
|
|
44927
44926
|
|
|
44928
44927
|
var name = "@shopify/cli-kit";
|
|
44929
|
-
var version$2 = "1.0.
|
|
44928
|
+
var version$2 = "1.0.5";
|
|
44930
44929
|
var description$1 = "A set of utilities, interfaces, and models that are common across all the platform features";
|
|
44931
44930
|
var keywords = [
|
|
44932
44931
|
"shopify",
|
|
@@ -45027,9 +45026,9 @@ var cliKitPackageJson = {
|
|
|
45027
45026
|
devDependencies: devDependencies
|
|
45028
45027
|
};
|
|
45029
45028
|
|
|
45030
|
-
var version$1 = "1.0.
|
|
45029
|
+
var version$1 = "1.0.5";
|
|
45031
45030
|
|
|
45032
|
-
var version = "1.0.
|
|
45031
|
+
var version = "1.0.5";
|
|
45033
45032
|
|
|
45034
45033
|
const constants = {
|
|
45035
45034
|
environmentVariables: {
|