@shopify/oxygen-cli 4.3.1 → 4.3.2

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,13 @@
1
1
  # @shopify/oxygen-cli
2
2
 
3
+ ## 4.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 1768a15: Update oclif from 4.4.19 to 4.4.21
8
+ - 1961fbe: Update @bugsnag/source-maps from 2.3.1 to 2.3.2
9
+ - cdc4947: Update vite from 5.1.4 to 5.1.5
10
+
3
11
  ## 4.3.1
4
12
 
5
13
  ### Patch Changes
@@ -183,5 +183,5 @@
183
183
  ]
184
184
  }
185
185
  },
186
- "version": "4.3.1"
186
+ "version": "4.3.2"
187
187
  }
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "@shopify:registry": "https://registry.npmjs.org"
6
6
  },
7
7
  "license": "MIT",
8
- "version": "4.3.1",
8
+ "version": "4.3.2",
9
9
  "type": "module",
10
10
  "scripts": {
11
11
  "build": "tsup --sourcemap --clean --config ./tsup.config.ts && oclif manifest",
@@ -48,7 +48,7 @@
48
48
  "@shopify/cli-kit": "^3.56.2"
49
49
  },
50
50
  "devDependencies": {
51
- "@bugsnag/source-maps": "^2.3.1",
51
+ "@bugsnag/source-maps": "^2.3.2",
52
52
  "@changesets/cli": "^2.27.1",
53
53
  "@shopify/eslint-plugin": "^44.0.0",
54
54
  "@shopify/prettier-config": "^1.1.2",
@@ -60,7 +60,7 @@
60
60
  "oclif": "^4",
61
61
  "tsup": "^8.0.2",
62
62
  "typescript": "^5.3.3",
63
- "vite": "^5.1.4",
63
+ "vite": "^5.1.5",
64
64
  "vitest": "^1.3.1"
65
65
  },
66
66
  "prettier": "@shopify/prettier-config",