@motion-script/vite-plugin 0.2.5 → 1.0.0

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@motion-script/vite-plugin",
3
3
  "description": "Vite plugin that bootstraps a Motion Script project: it serves a preview app, resolves the user's scene as the entry point, and ships CanvasKit assets with the build.",
4
4
  "license": "Apache-2.0",
5
- "version": "0.2.5",
5
+ "version": "1.0.0",
6
6
  "type": "module",
7
7
  "main": "./dist/index.js",
8
8
  "types": "./dist/index.d.ts",
@@ -25,8 +25,8 @@
25
25
  "music-metadata": "^11.8.3",
26
26
  "react": "^19.2.3",
27
27
  "react-dom": "^19.2.3",
28
- "@motion-script/canvaskit": "0.2.5",
29
- "@motion-script/player": "0.2.5"
28
+ "@motion-script/canvaskit": "1.0.0",
29
+ "@motion-script/player": "1.0.0"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "vite": "^8.0.11"