2 Commits

Author SHA1 Message Date
8a8e901205 1.0.87 2024-06-13 15:15:42 +02:00
180f44345c fix(core): update 2024-06-13 15:15:41 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@serve.zone/spark", "name": "@serve.zone/spark",
"version": "1.0.86", "version": "1.0.87",
"private": false, "private": false,
"description": "A tool to maintain and configure servers on the base OS level for the Servezone infrastructure.", "description": "A tool to maintain and configure servers on the base OS level for the Servezone infrastructure.",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@serve.zone/spark', name: '@serve.zone/spark',
version: '1.0.86', version: '1.0.87',
description: 'A tool to maintain and configure servers on the base OS level for the Servezone infrastructure.' description: 'A tool to maintain and configure servers on the base OS level for the Servezone infrastructure.'
} }