@norskvideo/ctl-dev-kit 0.1.33 → 0.1.34

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
@@ -92,6 +92,7 @@
92
92
  pkgs.git
93
93
  pkgs.ffmpeg # integration suites spawn a local ffmpeg (e.g. SRT egress capture)
94
94
  pkgs.imagemagick # doc-guide manual assembly shells out to `magick` to embed captures
95
+ pkgs.gh # publish-docs uploads the built manual via `gh release`; runners have no system gh
95
96
  ];
96
97
 
97
98
  # 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.33",
3
+ "version": "0.1.34",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./package.json": "./package.json",