fix(deno): remove nodeModulesDir from Deno configuration

This commit is contained in:
2026-03-15 13:31:25 +00:00
parent 49998c4c32
commit 167df321f9
4 changed files with 8 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-15 - 1.13.1 - fix(deno)
remove nodeModulesDir from Deno configuration
- Drops the explicit nodeModulesDir setting from deno.json.
- Keeps the package version unchanged at 1.13.0 while simplifying runtime configuration.
## 2026-03-15 - 1.13.0 - feat(install)
improve installer with version selection, service restart handling, and upgrade documentation

View File

@@ -2,7 +2,6 @@
"name": "@serve.zone/onebox",
"version": "1.13.0",
"exports": "./mod.ts",
"nodeModulesDir": "auto",
"tasks": {
"test": "deno test --allow-all test/",
"test:watch": "deno test --allow-all --watch test/",

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/onebox',
version: '1.13.0',
version: '1.13.1',
description: 'Self-hosted container platform with automatic SSL and DNS - a mini Heroku for single servers'
}

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/onebox',
version: '1.13.0',
version: '1.13.1',
description: 'Self-hosted container platform with automatic SSL and DNS - a mini Heroku for single servers'
}