This commit is contained in:
2026-03-24 15:55:15 +00:00
parent 4a2d625d79
commit d82e98cfa1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@push.rocks/smartconfig",
"version": "6.0.0",
"version": "6.0.1",
"private": false,
"description": "A comprehensive configuration management library providing key-value storage, environment variable mapping, and tool configuration.",
"main": "dist_ts/index.js",

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartconfig',
version: '6.0.0',
version: '6.0.1',
description: 'A comprehensive configuration management library providing key-value storage, environment variable mapping, and tool configuration.'
}