8 Commits

Author SHA1 Message Date
d832343b38 1.3.6
Some checks failed
Publish to npm / npm-publish (push) Failing after 4s
CI / Type Check & Lint (push) Successful in 40s
Release / build-and-release (push) Successful in 2m8s
CI / Build All Platforms (push) Successful in 2m21s
CI / Build Test (Current Platform) (push) Successful in 2m26s
2025-10-28 18:39:51 +00:00
b38c99aaa0 fix(deps): Bump smartcli dependency and add local settings file 2025-10-28 18:39:51 +00:00
e379d60c65 1.3.5
Some checks failed
CI / Type Check & Lint (push) Failing after 5s
CI / Build Test (Current Platform) (push) Failing after 4s
CI / Build All Platforms (push) Failing after 4s
Publish to npm / npm-publish (push) Failing after 5s
Release / build-and-release (push) Failing after 3s
2025-10-28 18:36:25 +00:00
99b68c9bb0 fix(smartcli): Bump @push.rocks/smartcli to ^4.0.18 and add local settings file for tooling permissions 2025-10-28 18:36:24 +00:00
32d38975ec 1.3.4
Some checks failed
CI / Type Check & Lint (push) Successful in 17s
Publish to npm / npm-publish (push) Failing after 43s
CI / Build Test (Current Platform) (push) Successful in 55s
CI / Build All Platforms (push) Successful in 1m36s
Release / build-and-release (push) Successful in 1m38s
2025-10-28 15:06:39 +00:00
4ac2d99c32 fix(smartcli): Update @push.rocks/smartcli to ^4.0.16 and add local Claude settings 2025-10-28 15:06:39 +00:00
9265670e63 1.3.3
Some checks failed
CI / Type Check & Lint (push) Successful in 38s
Publish to npm / npm-publish (push) Failing after 58s
CI / Build Test (Current Platform) (push) Successful in 1m10s
CI / Build All Platforms (push) Successful in 1m57s
Release / build-and-release (push) Successful in 1m57s
2025-10-28 14:06:15 +00:00
9341b9cd16 fix(deno.json): Bump @push.rocks/smartcli to ^4.0.15 2025-10-28 14:06:15 +00:00
4 changed files with 30 additions and 4 deletions

View File

@@ -1,5 +1,31 @@
# Changelog
## 2025-10-28 - 1.3.6 - fix(deps)
Bump smartcli dependency and add local settings file
- Bumped @push.rocks/smartcli from ^4.0.18 to ^4.0.19 in deno.json
- Added .claude/settings.local.json (development/local settings file)
## 2025-10-28 - 1.3.5 - fix(smartcli)
Bump @push.rocks/smartcli to ^4.0.18 and add local settings file for tooling permissions
- Updated dependency @push.rocks/smartcli from ^4.0.16 to ^4.0.18 in deno.json
- Added a local settings file (.claude/settings.local.json) to configure runtime/tooling permissions (web fetch domains, bash/deno/npm command allowances, and local read access)
- No code API changes; this is a dependency/infra update — incrementing patch version
## 2025-10-28 - 1.3.4 - fix(smartcli)
Update @push.rocks/smartcli to ^4.0.16 and add local Claude settings
- Bump dependency in deno.json: @push.rocks/smartcli from ^4.0.15 to ^4.0.16
- Add .claude/settings.local.json containing local permissions/configuration (development/local-only file)
## 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)
Correct scripts subcommand argument parsing and bump smartcli dependency

View File

@@ -1,6 +1,6 @@
{
"name": "@serve.zone/moxytool",
"version": "1.3.2",
"version": "1.3.6",
"exports": "./mod.ts",
"nodeModulesDir": "auto",
"tasks": {
@@ -40,7 +40,7 @@
"@push.rocks/npmextra": "npm:@push.rocks/npmextra@^5.1.2",
"@push.rocks/projectinfo": "npm:@push.rocks/projectinfo@^5.0.1",
"@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.19",
"@push.rocks/smartdelay": "npm:@push.rocks/smartdelay@^3.0.5",
"@push.rocks/smartfile": "npm:@push.rocks/smartfile@^11.0.23",
"@push.rocks/smartjson": "npm:@push.rocks/smartjson@^5.0.20",

View File

@@ -1,6 +1,6 @@
{
"name": "@serve.zone/moxytool",
"version": "1.3.2",
"version": "1.3.6",
"description": "Proxmox administration tool for vGPU setup, VM management, and cluster configuration",
"keywords": [
"proxmox",

View File

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