Compare commits

...

2 Commits

Author SHA1 Message Date
jkunz 753aa29b26 v2.10.3
Default (tags) / security (push) Failing after 1s
Default (tags) / test (push) Failing after 1s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2026-05-09 12:39:13 +00:00
jkunz 65ca62f536 fix(release-config): update Verdaccio registry URL in smart config 2026-05-09 12:39:13 +00:00
4 changed files with 9 additions and 4 deletions
+2 -2
View File
@@ -12,7 +12,7 @@
},
"release": {
"registries": [
"https://verdaccio.lossless.one",
"https://verdaccio.lossless.digital",
"https://registry.npmjs.org"
],
"accessLevel": "public"
@@ -21,4 +21,4 @@
"@ship.zone/szci": {
"npmGlobalTools": []
}
}
}
+5
View File
@@ -1,5 +1,10 @@
# Changelog
## 2026-05-09 - 2.10.3 - fix(release-config)
update Verdaccio registry URL in smart config
- Changes the release registry from https://verdaccio.lossless.one to https://verdaccio.lossless.digital in .smartconfig.json
## 2026-05-09 - 2.10.2 - fix(config)
update .smartconfig.json handling and harden bundler runtime compatibility
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@git.zone/tsbundle",
"version": "2.10.2",
"version": "2.10.3",
"private": false,
"description": "a multi-bundler tool supporting esbuild, rolldown, and rspack for painless bundling of web projects",
"main": "dist_ts/index.js",
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tsbundle',
version: '2.10.2',
version: '2.10.3',
description: 'a multi-bundler tool supporting esbuild, rolldown, and rspack for painless bundling of web projects'
}