Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9265670e63 | |||
| 9341b9cd16 |
@@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2025-10-28 - 1.3.3 - fix(deno.json)
|
||||||
|
Bump @push.rocks/smartcli to ^4.0.15 and add local Claude settings
|
||||||
|
|
||||||
|
- Updated deno.json: @push.rocks/smartcli ^4.0.14 → ^4.0.15
|
||||||
|
- Added .claude/settings.local.json with local permissions for development/CI
|
||||||
|
- No runtime source changes; dependency update only — recommend a patch release
|
||||||
|
|
||||||
## 2025-10-28 - 1.3.2 - fix(cli)
|
## 2025-10-28 - 1.3.2 - fix(cli)
|
||||||
Correct scripts subcommand argument parsing and bump smartcli dependency
|
Correct scripts subcommand argument parsing and bump smartcli dependency
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@serve.zone/moxytool",
|
"name": "@serve.zone/moxytool",
|
||||||
"version": "1.3.2",
|
"version": "1.3.3",
|
||||||
"exports": "./mod.ts",
|
"exports": "./mod.ts",
|
||||||
"nodeModulesDir": "auto",
|
"nodeModulesDir": "auto",
|
||||||
"tasks": {
|
"tasks": {
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
"@push.rocks/npmextra": "npm:@push.rocks/npmextra@^5.1.2",
|
"@push.rocks/npmextra": "npm:@push.rocks/npmextra@^5.1.2",
|
||||||
"@push.rocks/projectinfo": "npm:@push.rocks/projectinfo@^5.0.1",
|
"@push.rocks/projectinfo": "npm:@push.rocks/projectinfo@^5.0.1",
|
||||||
"@push.rocks/qenv": "npm:@push.rocks/qenv@^6.1.0",
|
"@push.rocks/qenv": "npm:@push.rocks/qenv@^6.1.0",
|
||||||
"@push.rocks/smartcli": "npm:@push.rocks/smartcli@^4.0.14",
|
"@push.rocks/smartcli": "npm:@push.rocks/smartcli@^4.0.15",
|
||||||
"@push.rocks/smartdelay": "npm:@push.rocks/smartdelay@^3.0.5",
|
"@push.rocks/smartdelay": "npm:@push.rocks/smartdelay@^3.0.5",
|
||||||
"@push.rocks/smartfile": "npm:@push.rocks/smartfile@^11.0.23",
|
"@push.rocks/smartfile": "npm:@push.rocks/smartfile@^11.0.23",
|
||||||
"@push.rocks/smartjson": "npm:@push.rocks/smartjson@^5.0.20",
|
"@push.rocks/smartjson": "npm:@push.rocks/smartjson@^5.0.20",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@serve.zone/moxytool",
|
"name": "@serve.zone/moxytool",
|
||||||
"version": "1.3.2",
|
"version": "1.3.3",
|
||||||
"description": "Proxmox administration tool for vGPU setup, VM management, and cluster configuration",
|
"description": "Proxmox administration tool for vGPU setup, VM management, and cluster configuration",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"proxmox",
|
"proxmox",
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@serve.zone/moxytool',
|
name: '@serve.zone/moxytool',
|
||||||
version: '1.3.2',
|
version: '1.3.3',
|
||||||
description: 'Proxmox administration tool for vGPU setup, VM management, and cluster configuration'
|
description: 'Proxmox administration tool for vGPU setup, VM management, and cluster configuration'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user