@remotion/rive 4.0.154 → 4.0.155

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @remotion/rive@4.0.153 build /Users/jonathanburger/remotion/packages/rive
2
+ > @remotion/rive@4.0.154 build /Users/jonathanburger/remotion/packages/rive
3
3
  > bun --env-file=../.env.bundle bundle.ts
4
4
 
5
5
  warn: Remotion currently uses a fork of Bun to bundle.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/rive",
3
- "version": "4.0.154",
3
+ "version": "4.0.155",
4
4
  "description": "Remotion Rive",
5
5
  "main": "dist/cjs/index.js",
6
6
  "types": "dist/cjs/index.d.ts",
@@ -16,7 +16,7 @@
16
16
  "license": "See LICENSE.md",
17
17
  "dependencies": {
18
18
  "@rive-app/canvas-advanced": "2.3.0",
19
- "remotion": "4.0.154"
19
+ "remotion": "4.0.155"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "react": "^18.2.0",