6.0.0 - initial release as @push.rocks/smartconfig

This commit is contained in:
2026-03-24 14:56:43 +00:00
parent 22a9aa9f3e
commit 488e78659c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@push.rocks/smartconfig",
"version": "5.3.3",
"version": "6.0.0",
"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: '5.3.3',
version: '6.0.0',
description: 'A comprehensive configuration management library providing key-value storage, environment variable mapping, and tool configuration.'
}