@shopify/oxygen-cli 4.0.1-unstable.202401221555.0 → 4.0.1

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @shopify/oxygen-cli
2
2
 
3
+ ## 4.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - ff77445: Update @types/node from 20.11.5 to 20.11.6
8
+ - 8edfc63: Update @types/node from 20.11.6 to 20.11.7
9
+ - 21e7691: Update oclif from 4.3.9 to 4.3.10
10
+ - b831abb: Update oclif from 4.3.10 to 4.4.2
11
+ - 07a49b8: Update vitest from 1.2.1 to 1.2.2
12
+ - a91c7ef: Update @types/node from 20.11.7 to 20.11.10
13
+ - 92d12f9: Update @types/node from 20.11.10 to 20.11.13
14
+ - 0406431: Update @types/node from 20.11.13 to 20.11.15
15
+ - 2a15863: Update @types/node from 20.11.15 to 20.11.16
16
+ - 56c29ef: Update oclif from 4.4.2 to 4.4.4
17
+
3
18
  ## 4.0.0
4
19
 
5
20
  ### Major Changes
@@ -174,5 +174,5 @@
174
174
  ]
175
175
  }
176
176
  },
177
- "version": "4.0.1-unstable.202401221555.0"
177
+ "version": "4.0.1"
178
178
  }
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.0.1-unstable.202401221555.0",
8
+ "version": "4.0.1",
9
9
  "type": "module",
10
10
  "scripts": {
11
11
  "build": "tsup --sourcemap --clean --config ./tsup.config.ts && oclif manifest",
@@ -51,7 +51,7 @@
51
51
  "@shopify/eslint-plugin": "^44.0.0",
52
52
  "@shopify/prettier-config": "^1.1.2",
53
53
  "@types/async": "^3.2.24",
54
- "@types/node": "^20.11.5",
54
+ "@types/node": "^20.11.16",
55
55
  "eslint": "^8.55.0",
56
56
  "eslint-plugin-prettier": "^5.1.3",
57
57
  "node-fetch": "^3.3.2",
@@ -59,7 +59,7 @@
59
59
  "tsup": "^8.0.1",
60
60
  "typescript": "^5.3.3",
61
61
  "vite": "^5.0.12",
62
- "vitest": "^1.2.1"
62
+ "vitest": "^1.2.2"
63
63
  },
64
64
  "prettier": "@shopify/prettier-config",
65
65
  "oclif": {