@pneuma-craft/video 0.5.0 → 0.5.1

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 +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - eecee02: Republish to fix stale internal dependency refs. The previous publish (`@pneuma-craft/video@0.5.0`) declared `@pneuma-craft/timeline@0.3.0` instead of `@pneuma-craft/timeline@0.4.0`, because `bun pm pack` rewrote `workspace:*` against a lockfile that `bun install --no-frozen-lockfile` had not refreshed. The CI release script now nukes `bun.lock` before re-installing, so the lockfile mirrors the bumped versions and `bun pm pack` resolves to the correct ones.
8
+
9
+ `@pneuma-craft/react` is auto-patched by changesets because it depends on `@pneuma-craft/video`; the same fix flows through to its own published deps (`timeline@0.4.0`, `video@0.5.1`).
10
+
3
11
  ## 0.5.0
4
12
 
5
13
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pneuma-craft/video",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Video engine — decode, composite, preview, export (built on MediaBunny)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@pneuma-craft/core": "0.1.0",
35
- "@pneuma-craft/timeline": "0.3.0",
35
+ "@pneuma-craft/timeline": "0.4.0",
36
36
  "mediabunny": "^1.40.0"
37
37
  },
38
38
  "devDependencies": {