@shopify/create-app 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 +6 -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 +2 -2
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
|
|
|
@@ -45178,7 +45177,7 @@ const username = async (platform = platform$1) => {
|
|
|
45178
45177
|
};
|
|
45179
45178
|
|
|
45180
45179
|
var name = "@shopify/cli-kit";
|
|
45181
|
-
var version$2 = "1.0.
|
|
45180
|
+
var version$2 = "1.0.5";
|
|
45182
45181
|
var description$1 = "A set of utilities, interfaces, and models that are common across all the platform features";
|
|
45183
45182
|
var keywords = [
|
|
45184
45183
|
"shopify",
|
|
@@ -45279,9 +45278,9 @@ var cliKitPackageJson = {
|
|
|
45279
45278
|
devDependencies: devDependencies
|
|
45280
45279
|
};
|
|
45281
45280
|
|
|
45282
|
-
var version$1 = "1.0.
|
|
45281
|
+
var version$1 = "1.0.5";
|
|
45283
45282
|
|
|
45284
|
-
var version = "1.0.
|
|
45283
|
+
var version = "1.0.5";
|
|
45285
45284
|
|
|
45286
45285
|
const constants = {
|
|
45287
45286
|
environmentVariables: {
|