@norskvideo/ctl-dev-kit 0.1.31 → 0.1.33

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/build/flake.nix +1 -0
  2. package/package.json +1 -1
package/build/flake.nix CHANGED
@@ -91,6 +91,7 @@
91
91
  pkgs.rustc
92
92
  pkgs.git
93
93
  pkgs.ffmpeg # integration suites spawn a local ffmpeg (e.g. SRT egress capture)
94
+ pkgs.imagemagick # doc-guide manual assembly shells out to `magick` to embed captures
94
95
  ];
95
96
 
96
97
  # Playwright doc-guide browser. nix-pinned headless Chromium needs a
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@norskvideo/ctl-dev-kit",
3
- "version": "0.1.31",
3
+ "version": "0.1.33",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./package.json": "./package.json",