@microfox/remotion 1.0.2 → 1.1.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/CHANGELOG.md +18 -0
- package/package.json +4 -2
- package/dist/index.d.mts +0 -931
- package/dist/index.d.ts +0 -931
- package/dist/index.js +0 -3317
- package/dist/index.js.map +0 -1
- package/dist/index.mjs +0 -3215
- package/dist/index.mjs.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 4a75ab2: new features of remotion
|
|
8
|
+
|
|
9
|
+
## 1.0.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 5624da8: Triggered by issue #9: release @microfox/remotion
|
|
14
|
+
|
|
15
|
+
## 1.0.1
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- b7b8bdf: Changes from PR #6: upgrades
|
|
20
|
+
|
|
3
21
|
## 1.0.2
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microfox/remotion",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "A recursive composition system for Remotion with unified component architecture",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -26,12 +26,13 @@
|
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
+
"@remotion/media": "^4.0.353",
|
|
29
30
|
"@remotion/media-parser": "^4.0.347",
|
|
30
31
|
"@remotion/media-utils": "4.0.347",
|
|
31
32
|
"mediabunny": "^1.15.1",
|
|
32
33
|
"react": "19.1.1",
|
|
33
34
|
"remotion": "4.0.347",
|
|
34
|
-
"zod": "^4.1.
|
|
35
|
+
"zod": "^4.1.8"
|
|
35
36
|
},
|
|
36
37
|
"peerDependencies": {
|
|
37
38
|
"@remotion/google-fonts": "4.0.347"
|
|
@@ -40,6 +41,7 @@
|
|
|
40
41
|
"@eslint/eslintrc": "^3",
|
|
41
42
|
"@eslint/js": "latest",
|
|
42
43
|
"@remotion/eslint-plugin": "4.0.347",
|
|
44
|
+
"@remotion/google-fonts": "^4.0.347",
|
|
43
45
|
"@swc/core": "^1.13.5",
|
|
44
46
|
"@tailwindcss/postcss": "^4",
|
|
45
47
|
"@types/node": "^20",
|