From fae8147414c4bdfa77f87f5b145b082c61819ae9 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sat, 21 Mar 2026 11:01:14 +0000 Subject: [PATCH] fix(test-fixtures): update npm fixture registry configuration for scoped package installs --- changelog.md | 6 ++++++ deno.lock | 14 +++++++++++++- test/fixtures/npm/@stack-test/demo-package/.npmrc | 2 +- ts/00_commitinfo_data.ts | 2 +- ts_web/00_commitinfo_data.ts | 2 +- 5 files changed, 22 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index 223add7..9697f4f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2026-03-21 - 1.8.3 - fix(test-fixtures) +update npm fixture registry configuration for scoped package installs + +- refreshes the test fixture auth token in .npmrc +- adds the @stack-test scoped registry mapping to the npm fixture configuration + ## 2026-03-21 - 1.8.2 - fix(deps) replace local catalog dependency with published version and simplify npm fixture auth config diff --git a/deno.lock b/deno.lock index 5385de5..7acdaa3 100644 --- a/deno.lock +++ b/deno.lock @@ -43,6 +43,7 @@ "npm:@push.rocks/smartrx@^3.0.10": "3.0.10", "npm:@push.rocks/smartstring@^4.1.0": "4.1.0", "npm:@push.rocks/smartunique@^3.0.9": "3.0.9", + "npm:@stack.gallery/catalog@^1.0.1": "1.0.1", "npm:@tsclass/tsclass@^9.5.0": "9.5.0" }, "jsr": { @@ -3036,6 +3037,16 @@ "integrity": "sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA==", "tarball": "https://verdaccio.lossless.digital/@socket.io/component-emitter/-/component-emitter-3.1.2.tgz" }, + "@stack.gallery/catalog@1.0.1": { + "integrity": "sha512-9wlSACeahEVWKTqcLKQq/kbjOz7p0v5l5NQ0UbhFMYcpFtcGx2mZMHGdSUNrHUHQh7zUDiU5qW6E8GlLJBP43A==", + "dependencies": [ + "@design.estate/dees-catalog", + "@design.estate/dees-domtools", + "@design.estate/dees-element", + "@design.estate/dees-wcctools" + ], + "tarball": "https://verdaccio.lossless.digital/@stack.gallery/catalog/-/catalog-1.0.1.tgz" + }, "@tempfix/idb@8.0.3": { "integrity": "sha512-hPJQKO7+oAIY+pDNImrZ9QAINbz9KmwT+yO4iRVwdPanok2YKpaUxdJzIvCUwY0YgAawlvYdffbLvRLV5hbs2g==", "tarball": "https://verdaccio.lossless.digital/@tempfix/idb/-/idb-8.0.3.tgz" @@ -6796,7 +6807,8 @@ "npm:@git.zone/tsbundle@^2.8.3", "npm:@git.zone/tsdeno@^1.2.0", "npm:@git.zone/tswatch@^3.1.0", - "npm:@push.rocks/smartguard@^3.1.0" + "npm:@push.rocks/smartguard@^3.1.0", + "npm:@stack.gallery/catalog@^1.0.1" ] } } diff --git a/test/fixtures/npm/@stack-test/demo-package/.npmrc b/test/fixtures/npm/@stack-test/demo-package/.npmrc index 4a228d4..7e75221 100644 --- a/test/fixtures/npm/@stack-test/demo-package/.npmrc +++ b/test/fixtures/npm/@stack-test/demo-package/.npmrc @@ -1 +1 @@ -//localhost:3000/-/npm/npm-test/:_authToken=srg_e0b7410154fdbcbbe077cfead50538438f3b11da136b801099d0c66bb410db22 \ No newline at end of file +//localhost:3000/-/npm/npm-test/:_authToken=srg_4d6637c5ad6bad7c1ce2433baffeaf6dd642c6ff07f87ebee2adbeaa088cfa6d \ No newline at end of file diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index d64bd0a..a71f989 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@stack.gallery/registry', - version: '1.8.2', + version: '1.8.3', description: 'Enterprise-grade multi-protocol package registry' } diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index d64bd0a..a71f989 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@stack.gallery/registry', - version: '1.8.2', + version: '1.8.3', description: 'Enterprise-grade multi-protocol package registry' }