From 03529bc140b6476888b0ecefab85f2fe557a8769 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sat, 21 Mar 2026 11:00:24 +0000 Subject: [PATCH] fix(deps): replace local catalog dependency with published version and simplify npm fixture auth config --- changelog.md | 6 ++++++ package.json | 2 +- pnpm-lock.yaml | 10 +++++----- test/fixtures/npm/@stack-test/demo-package/.npmrc | 4 +--- ts/00_commitinfo_data.ts | 2 +- ts_web/00_commitinfo_data.ts | 2 +- 6 files changed, 15 insertions(+), 11 deletions(-) diff --git a/changelog.md b/changelog.md index c1b66a3..223add7 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2026-03-21 - 1.8.2 - fix(deps) +replace local catalog dependency with published version and simplify npm fixture auth config + +- switch @stack.gallery/catalog from a local file reference to the published ^1.0.1 release +- update the npm test fixture .npmrc to use only an auth token entry + ## 2026-03-21 - 1.8.1 - fix(release,test) streamline release UI bundling and add npm fixture registry configuration diff --git a/package.json b/package.json index 44de8a8..9431fd0 100644 --- a/package.json +++ b/package.json @@ -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": "file:../catalog" + "@stack.gallery/catalog": "^1.0.1" }, "devDependencies": { "@git.zone/tsbundle": "^2.8.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c464b4e..44e76e0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,8 +27,8 @@ importers: specifier: ^3.1.0 version: 3.1.0 '@stack.gallery/catalog': - specifier: file:../catalog - version: file:../catalog(@tiptap/pm@2.27.2) + specifier: ^1.0.1 + version: 1.0.1(@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@file:../catalog': - resolution: {directory: ../catalog, type: directory} + '@stack.gallery/catalog@1.0.1': + resolution: {integrity: sha512-9wlSACeahEVWKTqcLKQq/kbjOz7p0v5l5NQ0UbhFMYcpFtcGx2mZMHGdSUNrHUHQh7zUDiU5qW6E8GlLJBP43A==} '@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@file:../catalog(@tiptap/pm@2.27.2)': + '@stack.gallery/catalog@1.0.1(@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 diff --git a/test/fixtures/npm/@stack-test/demo-package/.npmrc b/test/fixtures/npm/@stack-test/demo-package/.npmrc index 4486307..4a228d4 100644 --- a/test/fixtures/npm/@stack-test/demo-package/.npmrc +++ b/test/fixtures/npm/@stack-test/demo-package/.npmrc @@ -1,3 +1 @@ - -//localhost:3000/-/npm/npm-test/:_authToken=srg_4d1e0c21cc8413427aa26b0228e3ccea1b664a01c324b5878d8a4474d7107e2a -@stack-test:registry=http://localhost:3000/-/npm/npm-test/ +//localhost:3000/-/npm/npm-test/:_authToken=srg_e0b7410154fdbcbbe077cfead50538438f3b11da136b801099d0c66bb410db22 \ No newline at end of file diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 42f4f34..d64bd0a 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.1', + version: '1.8.2', description: 'Enterprise-grade multi-protocol package registry' } diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 42f4f34..d64bd0a 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.1', + version: '1.8.2', description: 'Enterprise-grade multi-protocol package registry' }