Compare commits
	
		
			2 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 6117b20cc5 | |||
| a88b032597 | 
| @@ -1,5 +1,12 @@ | |||||||
| # Changelog | # Changelog | ||||||
|  |  | ||||||
|  | ## 2025-10-23 - 1.2.4 - fix(deno) | ||||||
|  | Update deno configuration and add local Claude settings | ||||||
|  |  | ||||||
|  | - deno.json: add exports pointing to ./mod.ts | ||||||
|  | - deno.json: enable nodeModulesDir = "auto" to improve compatibility with Node-style dependencies | ||||||
|  | - Add .claude/settings.local.json for local environment & tooling configuration | ||||||
|  |  | ||||||
| ## 2025-10-23 - 1.2.3 - fix(package) | ## 2025-10-23 - 1.2.3 - fix(package) | ||||||
| Add .claude local settings with development permissions | Add .claude local settings with development permissions | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,7 +1,8 @@ | |||||||
| { | { | ||||||
|   "name": "@serve.zone/spark", |   "name": "@serve.zone/spark", | ||||||
|   "version": "1.2.3", |   "version": "1.2.4", | ||||||
|   "exports": "./mod.ts", |   "exports": "./mod.ts", | ||||||
|  |   "nodeModulesDir": "auto", | ||||||
|   "tasks": { |   "tasks": { | ||||||
|     "dev": "deno run --allow-all mod.ts", |     "dev": "deno run --allow-all mod.ts", | ||||||
|     "compile": "deno task compile:all", |     "compile": "deno task compile:all", | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "@serve.zone/spark", |   "name": "@serve.zone/spark", | ||||||
|   "version": "1.2.3", |   "version": "1.2.4", | ||||||
|   "description": "A comprehensive tool for maintaining and configuring servers, integrating with Docker and supporting advanced task scheduling, targeted at the Servezone infrastructure and used by @serve.zone/cloudly as a cluster node server system manager.", |   "description": "A comprehensive tool for maintaining and configuring servers, integrating with Docker and supporting advanced task scheduling, targeted at the Servezone infrastructure and used by @serve.zone/cloudly as a cluster node server system manager.", | ||||||
|   "keywords": [ |   "keywords": [ | ||||||
|     "server management", |     "server management", | ||||||
|   | |||||||
| @@ -3,6 +3,6 @@ | |||||||
|  */ |  */ | ||||||
| export const commitinfo = { | export const commitinfo = { | ||||||
|   name: '@serve.zone/spark', |   name: '@serve.zone/spark', | ||||||
|   version: '1.2.3', |   version: '1.2.4', | ||||||
|   description: 'A comprehensive tool for maintaining and configuring servers, integrating with Docker and supporting advanced task scheduling, targeted at the Servezone infrastructure and used by @serve.zone/cloudly as a cluster node server system manager.' |   description: 'A comprehensive tool for maintaining and configuring servers, integrating with Docker and supporting advanced task scheduling, targeted at the Servezone infrastructure and used by @serve.zone/cloudly as a cluster node server system manager.' | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user