@grest-ts/config 0.0.5 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
<!-- GREST-TS-BANNER-START -->
|
|
2
|
+
> Part of the [grest-ts](https://github.com/grest-ts/grest-ts) framework.
|
|
3
|
+
> [Documentation](https://github.com/grest-ts/grest-ts#readme) | [All packages](https://github.com/grest-ts/grest-ts#package-reference)
|
|
4
|
+
<!-- GREST-TS-BANNER-END -->
|
|
5
|
+
|
|
1
6
|
# @grest-ts/config
|
|
2
7
|
|
|
3
8
|
Type-safe configuration management for Grest Framework.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grest-ts/config",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Configuration management for Grest Framework - resources, secrets, and settings",
|
|
@@ -48,12 +48,12 @@
|
|
|
48
48
|
"node": ">=22"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@grest-ts/common": "0.0.
|
|
52
|
-
"@grest-ts/locator": "0.0.
|
|
53
|
-
"@grest-ts/schema": "0.0.
|
|
51
|
+
"@grest-ts/common": "0.0.6",
|
|
52
|
+
"@grest-ts/locator": "0.0.6",
|
|
53
|
+
"@grest-ts/schema": "0.0.6"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@grest-ts/testkit": "0.0.
|
|
57
|
-
"@grest-ts/x-packager": "0.0.
|
|
56
|
+
"@grest-ts/testkit": "0.0.6",
|
|
57
|
+
"@grest-ts/x-packager": "0.0.6"
|
|
58
58
|
}
|
|
59
59
|
}
|