@norskvideo/ctl-dev-kit 0.1.39 → 0.1.40

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.
@@ -138,7 +138,7 @@ jobs:
138
138
  [ -s "$man" ] || { echo "::error::manual was not generated at $man"; exit 1; }
139
139
  # This asset is published ALONE, so it must carry its own images.
140
140
  # A manual referencing sidecars renders as a page of broken images
141
- # on the ctl docs site, and the only symptom is ctl's release
141
+ # on the ctl docs site, and the only symptom is a release
142
142
  # link-check going red days later -- fail here, where the cause is
143
143
  # visible. Every <img> chunk must carry a data: URI; the leading
144
144
  # dot matches the attribute quote so no escaping is needed here.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@norskvideo/ctl-dev-kit",
3
- "version": "0.1.39",
3
+ "version": "0.1.40",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./package.json": "./package.json",