@microfox/remotion 1.1.0 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +3 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - ff1c0de: errors fixed
8
+
3
9
  ## 1.1.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microfox/remotion",
3
- "version": "1.1.0",
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",
@@ -29,6 +30,7 @@
29
30
  "@remotion/media": "^4.0.353",
30
31
  "@remotion/media-parser": "^4.0.347",
31
32
  "@remotion/media-utils": "4.0.347",
33
+ "@remotion/paths": "^4.0.347",
32
34
  "mediabunny": "^1.15.1",
33
35
  "react": "19.1.1",
34
36
  "remotion": "4.0.347",