@vibeo/cli 0.3.1 → 0.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.
@@ -241,7 +241,7 @@ export async function createProject(name, template) {
241
241
  "@vibeo/extras": "^0.1.0",
242
242
  "@vibeo/player": "^0.1.0",
243
243
  "@vibeo/renderer": "^0.1.0",
244
- "@vibeo/cli": "^0.1.0",
244
+ "@vibeo/cli": "^0.3.0",
245
245
  react: "^19.0.0",
246
246
  "react-dom": "^19.0.0",
247
247
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibeo/cli",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -255,7 +255,7 @@ export async function createProject(
255
255
  "@vibeo/extras": "^0.1.0",
256
256
  "@vibeo/player": "^0.1.0",
257
257
  "@vibeo/renderer": "^0.1.0",
258
- "@vibeo/cli": "^0.1.0",
258
+ "@vibeo/cli": "^0.3.0",
259
259
  react: "^19.0.0",
260
260
  "react-dom": "^19.0.0",
261
261
  },