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