fix(test-fixtures): update npm fixture registry configuration for scoped package installs

This commit is contained in:
2026-03-21 11:01:14 +00:00
parent c589476590
commit fae8147414
5 changed files with 22 additions and 4 deletions

View File

@@ -1,5 +1,11 @@
# Changelog # 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) ## 2026-03-21 - 1.8.2 - fix(deps)
replace local catalog dependency with published version and simplify npm fixture auth config replace local catalog dependency with published version and simplify npm fixture auth config

14
deno.lock generated
View File

@@ -43,6 +43,7 @@
"npm:@push.rocks/smartrx@^3.0.10": "3.0.10", "npm:@push.rocks/smartrx@^3.0.10": "3.0.10",
"npm:@push.rocks/smartstring@^4.1.0": "4.1.0", "npm:@push.rocks/smartstring@^4.1.0": "4.1.0",
"npm:@push.rocks/smartunique@^3.0.9": "3.0.9", "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" "npm:@tsclass/tsclass@^9.5.0": "9.5.0"
}, },
"jsr": { "jsr": {
@@ -3036,6 +3037,16 @@
"integrity": "sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA==", "integrity": "sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA==",
"tarball": "https://verdaccio.lossless.digital/@socket.io/component-emitter/-/component-emitter-3.1.2.tgz" "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": { "@tempfix/idb@8.0.3": {
"integrity": "sha512-hPJQKO7+oAIY+pDNImrZ9QAINbz9KmwT+yO4iRVwdPanok2YKpaUxdJzIvCUwY0YgAawlvYdffbLvRLV5hbs2g==", "integrity": "sha512-hPJQKO7+oAIY+pDNImrZ9QAINbz9KmwT+yO4iRVwdPanok2YKpaUxdJzIvCUwY0YgAawlvYdffbLvRLV5hbs2g==",
"tarball": "https://verdaccio.lossless.digital/@tempfix/idb/-/idb-8.0.3.tgz" "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/tsbundle@^2.8.3",
"npm:@git.zone/tsdeno@^1.2.0", "npm:@git.zone/tsdeno@^1.2.0",
"npm:@git.zone/tswatch@^3.1.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"
] ]
} }
} }

View File

@@ -1 +1 @@
//localhost:3000/-/npm/npm-test/:_authToken=srg_e0b7410154fdbcbbe077cfead50538438f3b11da136b801099d0c66bb410db22 //localhost:3000/-/npm/npm-test/:_authToken=srg_4d6637c5ad6bad7c1ce2433baffeaf6dd642c6ff07f87ebee2adbeaa088cfa6d

View File

@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@stack.gallery/registry', name: '@stack.gallery/registry',
version: '1.8.2', version: '1.8.3',
description: 'Enterprise-grade multi-protocol package registry' description: 'Enterprise-grade multi-protocol package registry'
} }

View File

@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@stack.gallery/registry', name: '@stack.gallery/registry',
version: '1.8.2', version: '1.8.3',
description: 'Enterprise-grade multi-protocol package registry' description: 'Enterprise-grade multi-protocol package registry'
} }