Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6961ac7e27 | |||
| fae8147414 | |||
| c589476590 | |||
| 03529bc140 |
12
changelog.md
12
changelog.md
@@ -1,5 +1,17 @@
|
||||
# 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
|
||||
|
||||
- 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
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stack.gallery/registry",
|
||||
"version": "1.8.1",
|
||||
"version": "1.8.3",
|
||||
"exports": "./mod.ts",
|
||||
"nodeModulesDir": "auto",
|
||||
"tasks": {
|
||||
|
||||
14
deno.lock
generated
14
deno.lock
generated
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stack.gallery/registry",
|
||||
"version": "1.8.1",
|
||||
"version": "1.8.3",
|
||||
"private": true,
|
||||
"description": "Enterprise-grade multi-protocol package registry",
|
||||
"type": "module",
|
||||
@@ -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",
|
||||
|
||||
10
pnpm-lock.yaml
generated
10
pnpm-lock.yaml
generated
@@ -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
|
||||
|
||||
@@ -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_4d6637c5ad6bad7c1ce2433baffeaf6dd642c6ff07f87ebee2adbeaa088cfa6d
|
||||
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@stack.gallery/registry',
|
||||
version: '1.8.1',
|
||||
version: '1.8.3',
|
||||
description: 'Enterprise-grade multi-protocol package registry'
|
||||
}
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@stack.gallery/registry',
|
||||
version: '1.8.1',
|
||||
version: '1.8.3',
|
||||
description: 'Enterprise-grade multi-protocol package registry'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user