2 Commits

Author SHA1 Message Date
ef7bab3e32 1.3.1
Some checks failed
CI / Type Check & Lint (push) Successful in 18s
Publish to npm / npm-publish (push) Failing after 39s
CI / Build Test (Current Platform) (push) Successful in 46s
CI / Build All Platforms (push) Successful in 1m35s
Release / build-and-release (push) Successful in 1m35s
2025-10-27 17:38:30 +00:00
723dca735f fix(publish): Switch publish registry to internal Verdaccio instance and add local CI settings 2025-10-27 17:38:29 +00:00
4 changed files with 10 additions and 4 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-10-27 - 1.3.1 - fix(publish)
Switch publish registry to internal Verdaccio instance and add local CI settings
- Update package.json publishConfig.registry from https://registry.npmjs.org/ to https://verdaccio.lossless.digital/ to publish packages to the internal Verdaccio registry.
- Add .claude/settings.local.json to include local CI/dev settings (local configuration only).
## 2025-10-27 - 1.3.0 - feat(cli)
Add automatic update command and documentation updates

View File

@@ -1,6 +1,6 @@
{
"name": "@serve.zone/moxytool",
"version": "1.3.0",
"version": "1.3.1",
"exports": "./mod.ts",
"nodeModulesDir": "auto",
"tasks": {

View File

@@ -1,6 +1,6 @@
{
"name": "@serve.zone/moxytool",
"version": "1.3.0",
"version": "1.3.1",
"description": "Proxmox administration tool for vGPU setup, VM management, and cluster configuration",
"keywords": [
"proxmox",
@@ -55,7 +55,7 @@
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
"registry": "https://verdaccio.lossless.digital/"
},
"packageManager": "pnpm@10.18.1+sha512.77a884a165cbba2d8d1c19e3b4880eee6d2fcabd0d879121e282196b80042351d5eb3ca0935fa599da1dc51265cc68816ad2bddd2a2de5ea9fdf92adbec7cd34"
}

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/moxytool',
version: '1.3.0',
version: '1.3.1',
description: 'Proxmox administration tool for vGPU setup, VM management, and cluster configuration'
}