@norskvideo/ctl-test-harness 0.1.8 → 0.1.9

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/container-net.js +2 -4
  2. package/package.json +1 -1
package/container-net.js CHANGED
@@ -1,8 +1,6 @@
1
1
  // Reach launched product instances by their norsk-net service DNS instead of a
2
- // host-published port. Dissolves the cross-product host-port collision the
3
- // release gate trips on. Consumed by the playout, funke, and commentary
4
- // integration harnesses (studioApiBase / mediaHttpBase / srtEgressUrl /
5
- // studioBaseFrom); commentary's WHIP path already reaches media directly.
2
+ // host-published port. PROTOTYPE for dissolving the cross-product host-port
3
+ // collision the release gate trips on.
6
4
  //
7
5
  // WHY host ports collide: in the docker-outside-of-docker CI runner the test
8
6
  // process is itself a container and studio/media run as HOST-sibling containers,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@norskvideo/ctl-test-harness",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./daemon": {