@norskvideo/ctl-dev-kit 0.1.25 → 0.1.26
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.
|
@@ -1135,6 +1135,10 @@ function testsPackageJson(ctx: ShapeContext): string {
|
|
|
1135
1135
|
type: "module",
|
|
1136
1136
|
devDependencies: {
|
|
1137
1137
|
"@norskvideo/ctl-dev-kit": "^0.1.10",
|
|
1138
|
+
// Same range the backend declares: the tests tree imports the schema
|
|
1139
|
+
// directly, and bun links a member's deps into its OWN node_modules —
|
|
1140
|
+
// the backend's copy is not reachable from here.
|
|
1141
|
+
"@norskvideo/ctl-product-template-schema": "^0.1.0",
|
|
1138
1142
|
"@norskvideo/ctl-test-harness": "^0.1.3",
|
|
1139
1143
|
"@types/bun": "latest",
|
|
1140
1144
|
"@types/node": "^22.10.0",
|