@shopify/cli 1.0.1 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/package.json +8 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @shopify/cli
2
2
 
3
+ ## 1.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @shopify/cli-kit@1.0.5
9
+
10
+ ## 1.0.4
11
+
12
+ ### Patch Changes
13
+
14
+ - e2e working
15
+ - Updated dependencies
16
+ - @shopify/cli-kit@1.0.4
17
+
18
+ ## 1.0.3
19
+
20
+ ### Patch Changes
21
+
22
+ - Add support for plugins
23
+
3
24
  ## 1.0.1
4
25
 
5
26
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopify/cli",
3
- "version": "1.0.1",
3
+ "version": "1.0.5",
4
4
  "private": false,
5
5
  "description": "A CLI tool to build for the Shopify platform",
6
6
  "type": "module",
@@ -48,12 +48,13 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@bugsnag/js": "^7.16.2",
51
- "@oclif/core": "1.3.6",
52
- "@oclif/plugin-help": "^5.1.11",
53
- "@shopify/cli-kit": "1.0.1"
51
+ "@oclif/core": "1.6.4",
52
+ "@oclif/plugin-help": "^5.1.12",
53
+ "@oclif/plugin-plugins": "^2.1.0",
54
+ "@shopify/cli-kit": "1.0.5"
54
55
  },
55
56
  "devDependencies": {
56
- "vitest": "0.7.9"
57
+ "vitest": "0.8.1"
57
58
  },
58
59
  "engine-strict": true,
59
60
  "engines": {
@@ -70,7 +71,8 @@
70
71
  "plugins": [
71
72
  "@oclif/plugin-help",
72
73
  "@shopify/app",
73
- "@shopify/cli-hydrogen"
74
+ "@shopify/cli-hydrogen",
75
+ "@oclif/plugin-plugins"
74
76
  ],
75
77
  "topicSeparator": " ",
76
78
  "topics": {