1.2.3
This commit is contained in:
		
							
								
								
									
										10
									
								
								deno.json
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								deno.json
									
									
									
									
									
								
							| @@ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "@serve.zone/spark", |   "name": "@serve.zone/spark", | ||||||
|   "version": "1.2.2", |   "version": "1.2.3", | ||||||
|   "exports": "./mod.ts", |   "exports": "./mod.ts", | ||||||
|   "tasks": { |   "tasks": { | ||||||
|     "dev": "deno run --allow-all mod.ts", |     "dev": "deno run --allow-all mod.ts", | ||||||
| @@ -14,7 +14,9 @@ | |||||||
|   }, |   }, | ||||||
|   "lint": { |   "lint": { | ||||||
|     "rules": { |     "rules": { | ||||||
|       "tags": ["recommended"] |       "tags": [ | ||||||
|  |         "recommended" | ||||||
|  |       ] | ||||||
|     } |     } | ||||||
|   }, |   }, | ||||||
|   "fmt": { |   "fmt": { | ||||||
| @@ -25,7 +27,9 @@ | |||||||
|     "singleQuote": true |     "singleQuote": true | ||||||
|   }, |   }, | ||||||
|   "compilerOptions": { |   "compilerOptions": { | ||||||
|     "lib": ["deno.window"], |     "lib": [ | ||||||
|  |       "deno.window" | ||||||
|  |     ], | ||||||
|     "strict": true |     "strict": true | ||||||
|   }, |   }, | ||||||
|   "imports": { |   "imports": { | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "@serve.zone/spark", |   "name": "@serve.zone/spark", | ||||||
|   "version": "1.2.2", |   "version": "1.2.3", | ||||||
|   "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", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user