@site-index/observability 0.1.0 → 0.1.1
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 +10 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,7 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Observability and logging utilities for site-index packages.
|
|
4
4
|
|
|
5
|
-
[
|
|
5
|
+
[](https://www.npmjs.com/package/%40site-index%2Fobservability)
|
|
6
|
+
[](https://github.com/Deasilsoft/site-index/actions/workflows/code-quality.yml)
|
|
7
|
+
[](https://codecov.io/gh/Deasilsoft/site-index)
|
|
8
|
+
[](https://socket.dev/npm/package/%40site-index%2Fobservability)
|
|
9
|
+
|
|
10
|
+
[Repository README](../../../)
|
|
6
11
|
|
|
7
12
|
## Install
|
|
8
13
|
|
|
@@ -90,7 +95,7 @@ logger.error(new Error("Build failed"));
|
|
|
90
95
|
|
|
91
96
|
## Related packages
|
|
92
97
|
|
|
93
|
-
- [`site-index`](../../site-index/
|
|
94
|
-
- [`@site-index/core`](../core/
|
|
95
|
-
- [`@site-index/vite-runtime`](../vite-runtime/
|
|
96
|
-
- [`@site-index/vite-plugin`](../vite-plugin/
|
|
98
|
+
- [`site-index`](../../site-index/)
|
|
99
|
+
- [`@site-index/core`](../core/)
|
|
100
|
+
- [`@site-index/vite-runtime`](../vite-runtime/)
|
|
101
|
+
- [`@site-index/vite-plugin`](../vite-plugin/)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@site-index/observability",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Observability utilities for site-index.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"site-index",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"typecheck": "tsc --noEmit -p tsconfig.json && tsc --noEmit -p tsconfig.test.json"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@site-index/core": "0.1.
|
|
47
|
+
"@site-index/core": "0.1.1",
|
|
48
48
|
"zod": "^4.4.3"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|