@shopify/create-app 1.0.4 → 1.0.7

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,23 @@
1
1
  # @shopify/create-app
2
2
 
3
+ ## 1.0.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Remove php from the list
8
+
9
+ ## 1.0.6
10
+
11
+ ### Patch Changes
12
+
13
+ - Add deploy command
14
+
15
+ ## 1.0.5
16
+
17
+ ### Patch Changes
18
+
19
+ - Import ngrok dynamically
20
+
3
21
  ## 1.0.4
4
22
 
5
23
  ### Patch Changes
@@ -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.4";
45180
+ var version$2 = "1.0.6";
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.4";
45281
+ var version$1 = "1.0.6";
45283
45282
 
45284
- var version = "1.0.4";
45283
+ var version = "1.0.6";
45285
45284
 
45286
45285
  const constants = {
45287
45286
  environmentVariables: {
@@ -158055,7 +158054,7 @@ const init$1 = async (options, prompt$1 = prompt) => {
158055
158054
  questions.push({
158056
158055
  type: "select",
158057
158056
  name: "template",
158058
- choices: ["php", "node", "rails"],
158057
+ choices: ["node", "rails"],
158059
158058
  message: "Which template would you like to use?",
158060
158059
  default: "https://github.com/Shopify/shopify-app-node#cli-next"
158061
158060
  });