@grest-ts/logger 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 +4 -4
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/logger
|
|
2
7
|
|
|
3
8
|
Async context-aware logging library for Grest Framework.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grest-ts/logger",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Basic logging library to standardize logging over GG projects",
|
|
@@ -53,10 +53,10 @@
|
|
|
53
53
|
"node": ">=22"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"@grest-ts/locator": "0.0.
|
|
56
|
+
"@grest-ts/locator": "0.0.6"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@grest-ts/testkit": "0.0.
|
|
60
|
-
"@grest-ts/x-packager": "0.0.
|
|
59
|
+
"@grest-ts/testkit": "0.0.6",
|
|
60
|
+
"@grest-ts/x-packager": "0.0.6"
|
|
61
61
|
}
|
|
62
62
|
}
|