@site-index/observability 0.1.0 → 0.1.2

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.
Files changed (2) hide show
  1. package/README.md +10 -5
  2. 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
- [Repository README](../../../README.md)
5
+ [![npm version](https://img.shields.io/npm/v/@site-index/observability)](https://www.npmjs.com/package/@site-index/observability)
6
+ [![Code Quality](https://github.com/Deasilsoft/site-index/actions/workflows/code-quality.yml/badge.svg?branch=main)](https://github.com/Deasilsoft/site-index/actions/workflows/code-quality.yml)
7
+ [![Code Coverage](https://codecov.io/gh/Deasilsoft/site-index/graph/badge.svg?flag=@site-index/observability)](https://codecov.io/gh/Deasilsoft/site-index)
8
+ [![Socket](https://badge.socket.dev/npm/package/@site-index/observability)](https://socket.dev/npm/package/@site-index/observability)
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/README.md)
94
- - [`@site-index/core`](../core/README.md)
95
- - [`@site-index/vite-runtime`](../vite-runtime/README.md)
96
- - [`@site-index/vite-plugin`](../vite-plugin/README.md)
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.0",
3
+ "version": "0.1.2",
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.0",
47
+ "@site-index/core": "0.1.2",
48
48
  "zod": "^4.4.3"
49
49
  },
50
50
  "devDependencies": {