@lad-tech/config
Advanced tools
Comparing version 1.0.0 to 1.0.2
@@ -1,2 +0,2 @@ | ||
# 1.0.0 (2023-07-13) | ||
## [1.0.2](https://github.com/lad-tech/config/compare/v1.0.1...v1.0.2) (2025-01-10) | ||
@@ -6,3 +6,2 @@ | ||
* npm publish ([17d01bc](https://github.com/lad-tech/config/commit/17d01bccc07dd984a1ccfc8f2262851163085e50)) | ||
* npm publish ([bf21be7](https://github.com/lad-tech/config/commit/bf21be71b4d6d104cab9b28520e53e6c6208763b)) | ||
* for release ([b4db7c5](https://github.com/lad-tech/config/commit/b4db7c541cc3534761f475317cb6f3b1009daa36)) |
@@ -48,2 +48,3 @@ const { ConfigItem } = require("./ConfigItem"); | ||
set: function() {}, | ||
configurable: true | ||
}) | ||
@@ -50,0 +51,0 @@ return item; |
{ | ||
"name": "@lad-tech/config", | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"description": "Система конфигурации", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
542
27286