fix(deps): bump @stack.gallery/catalog to ^1.0.2 and remove committed test fixture auth token

This commit is contained in:
2026-03-21 11:06:14 +00:00
parent 6961ac7e27
commit 883fc1d22b
6 changed files with 14 additions and 9 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-21 - 1.8.4 - fix(deps)
bump @stack.gallery/catalog to ^1.0.2 and remove committed test fixture auth token
- Updates the @stack.gallery/catalog dependency from ^1.0.1 to ^1.0.2.
- Removes the .npmrc auth token from the npm test fixture package to avoid keeping credentials in the repository.
## 2026-03-21 - 1.8.3 - fix(test-fixtures)
update npm fixture registry configuration for scoped package installs

View File

@@ -33,7 +33,7 @@
"@design.estate/dees-catalog": "^3.43.0",
"@design.estate/dees-element": "^2.1.6",
"@push.rocks/smartguard": "^3.1.0",
"@stack.gallery/catalog": "^1.0.1"
"@stack.gallery/catalog": "^1.0.2"
},
"devDependencies": {
"@git.zone/tsbundle": "^2.8.3",

10
pnpm-lock.yaml generated
View File

@@ -27,8 +27,8 @@ importers:
specifier: ^3.1.0
version: 3.1.0
'@stack.gallery/catalog':
specifier: ^1.0.1
version: 1.0.1(@tiptap/pm@2.27.2)
specifier: ^1.0.2
version: 1.0.2(@tiptap/pm@2.27.2)
devDependencies:
'@git.zone/tsbundle':
specifier: ^2.8.3
@@ -845,8 +845,8 @@ packages:
'@sec-ant/readable-stream@0.4.1':
resolution: {integrity: sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==}
'@stack.gallery/catalog@1.0.1':
resolution: {integrity: sha512-9wlSACeahEVWKTqcLKQq/kbjOz7p0v5l5NQ0UbhFMYcpFtcGx2mZMHGdSUNrHUHQh7zUDiU5qW6E8GlLJBP43A==}
'@stack.gallery/catalog@1.0.2':
resolution: {integrity: sha512-alPyu2YwpIwaM0hYcLnW05PcCYishWDitYVWDkk7+HDcy3q32LGizkS0eUu/l7Za6w/to06OXGgEmZMhZY4nuQ==}
'@tempfix/idb@8.0.3':
resolution: {integrity: sha512-hPJQKO7+oAIY+pDNImrZ9QAINbz9KmwT+yO4iRVwdPanok2YKpaUxdJzIvCUwY0YgAawlvYdffbLvRLV5hbs2g==}
@@ -3483,7 +3483,7 @@ snapshots:
'@sec-ant/readable-stream@0.4.1': {}
'@stack.gallery/catalog@1.0.1(@tiptap/pm@2.27.2)':
'@stack.gallery/catalog@1.0.2(@tiptap/pm@2.27.2)':
dependencies:
'@design.estate/dees-catalog': 3.49.0(@tiptap/pm@2.27.2)
'@design.estate/dees-domtools': 2.5.1

View File

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

View File

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

View File

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