@shopify/oxygen-cli 4.0.2-unstable.202401291537.0 → 4.0.2-unstable.202401291540.0

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,8 @@
7
7
  - ff77445: Update @types/node from 20.11.5 to 20.11.6
8
8
  - 8edfc63: Update @types/node from 20.11.6 to 20.11.7
9
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
10
12
  - a91c7ef: Update @types/node from 20.11.7 to 20.11.10
11
13
 
12
14
  ## 4.0.0
@@ -174,5 +174,5 @@
174
174
  ]
175
175
  }
176
176
  },
177
- "version": "4.0.2-unstable.202401291537.0"
177
+ "version": "4.0.2-unstable.202401291540.0"
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.2-unstable.202401291537.0",
8
+ "version": "4.0.2-unstable.202401291540.0",
9
9
  "type": "module",
10
10
  "scripts": {
11
11
  "build": "tsup --sourcemap --clean --config ./tsup.config.ts && oclif manifest",
@@ -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": {