@remotion/three 3.0.0-lambda.453 → 3.0.0-lambda.455

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 b70a9649cbf200ee
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 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,5 +1,5 @@
1
- @remotion/three:lint: cache hit, replaying output 90cc113c2a645c91
2
- @remotion/three:lint: 
3
- @remotion/three:lint: > @remotion/three@2.6.14 lint /Users/jonathanburger/remotion/packages/three
4
- @remotion/three:lint: > eslint src --ext ts,tsx
5
- @remotion/three:lint: 
1
+ @remotion/three:lint: cache hit, replaying output bed9ca56227bf225
2
+ @remotion/three:lint: 
3
+ @remotion/three:lint: > @remotion/three@2.6.14 lint /Users/jonathanburger/remotion/packages/three
4
+ @remotion/three:lint: > eslint src --ext ts,tsx
5
+ @remotion/three:lint: 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/three",
3
- "version": "3.0.0-lambda.453+8e814770e",
3
+ "version": "3.0.0-lambda.455+7fad20fae",
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.453+8e814770e"
23
+ "remotion": "3.0.0-lambda.455+7fad20fae"
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": "8e814770e1584660eb9165e51ada91628ca59ee7"
55
+ "gitHead": "7fad20fae1ad76d701c875e552f1f5b39a487473"
56
56
  }