This commit is contained in:
Philipp Kunz 2024-05-09 00:05:17 +02:00
parent 73187eb20e
commit 6aa7d1ecc9

View File

@ -1,6 +1,6 @@
{ {
"name": "@servezone_private/coreflow", "name": "@servezone_private/coreflow",
"version": "1.0.130", "version": "1.0.131",
"description": "A comprehensive solution for managing Docker and scaling applications across servers, handling tasks from service provisioning to network traffic management.", "description": "A comprehensive solution for managing Docker and scaling applications across servers, handling tasks from service provisioning to network traffic management.",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts", "typings": "dist_ts/index.d.ts",
@ -92,4 +92,4 @@
"browserslist": [ "browserslist": [
"last 1 chrome versions" "last 1 chrome versions"
] ]
} }