@remotion/three 3.0.0-lambda.456 → 3.0.0-lambda.467

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
- @remotion/three:build: cache hit, replaying output 419ea5725af234ba
2
- @remotion/three:build: 
3
- @remotion/three:build: > @remotion/three@2.6.14 build /Users/jonathanburger/remotion/packages/three
4
- @remotion/three:build: > tsc -d
5
- @remotion/three:build: 
1
+ @remotion/three:build: cache hit, replaying output f8a6f913068431db
2
+ @remotion/three:build: 
3
+ @remotion/three:build: > @remotion/three@2.6.14 build /Users/jonathanburger/remotion/packages/three
4
+ @remotion/three:build: > tsc -d
5
+ @remotion/three:build: 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/three",
3
- "version": "3.0.0-lambda.456+b29678d67",
3
+ "version": "3.0.0-lambda.467+9e364b5a3",
4
4
  "description": "Utility functions for using react-three-fiber with remotion",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -20,7 +20,7 @@
20
20
  "url": "https://github.com/remotion-dev/remotion/issues"
21
21
  },
22
22
  "dependencies": {
23
- "remotion": "3.0.0-lambda.456+b29678d67"
23
+ "remotion": "3.0.0-lambda.467+9e364b5a3"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "@react-three/fiber": ">=7.0.19",
@@ -52,5 +52,5 @@
52
52
  "publishConfig": {
53
53
  "access": "public"
54
54
  },
55
- "gitHead": "b29678d6788a08578cc412f3aeee4de96a315bd7"
55
+ "gitHead": "9e364b5a3a21e3ccb3704330c0ddffb480906d58"
56
56
  }