@microfox/remotion 1.0.2 → 1.2.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 CHANGED
@@ -1,5 +1,29 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - ff1c0de: errors fixed
8
+
9
+ ## 1.1.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 4a75ab2: new features of remotion
14
+
15
+ ## 1.0.2
16
+
17
+ ### Patch Changes
18
+
19
+ - 5624da8: Triggered by issue #9: release @microfox/remotion
20
+
21
+ ## 1.0.1
22
+
23
+ ### Patch Changes
24
+
25
+ - b7b8bdf: Changes from PR #6: upgrades
26
+
3
27
  ## 1.0.2
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microfox/remotion",
3
- "version": "1.0.2",
3
+ "version": "1.2.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",
@@ -10,6 +10,7 @@
10
10
  "CHANGELOG.md"
11
11
  ],
12
12
  "scripts": {
13
+ "prebuild": "npm install --force",
13
14
  "build": "tsup",
14
15
  "build:watch": "tsup --watch",
15
16
  "clean": "rm -rf dist",
@@ -26,12 +27,14 @@
26
27
  }
27
28
  },
28
29
  "dependencies": {
30
+ "@remotion/media": "^4.0.353",
29
31
  "@remotion/media-parser": "^4.0.347",
30
32
  "@remotion/media-utils": "4.0.347",
33
+ "@remotion/paths": "^4.0.347",
31
34
  "mediabunny": "^1.15.1",
32
35
  "react": "19.1.1",
33
36
  "remotion": "4.0.347",
34
- "zod": "^4.1.11"
37
+ "zod": "^4.1.8"
35
38
  },
36
39
  "peerDependencies": {
37
40
  "@remotion/google-fonts": "4.0.347"
@@ -40,6 +43,7 @@
40
43
  "@eslint/eslintrc": "^3",
41
44
  "@eslint/js": "latest",
42
45
  "@remotion/eslint-plugin": "4.0.347",
46
+ "@remotion/google-fonts": "^4.0.347",
43
47
  "@swc/core": "^1.13.5",
44
48
  "@tailwindcss/postcss": "^4",
45
49
  "@types/node": "^20",