@site-index/core 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 +12 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,12 @@
2
2
 
3
3
  Deterministic site-index pipeline for config resolution, discovery, loading, validation, deduplication, and artifact generation.
4
4
 
5
- [Repository README](../../../README.md)
5
+ [![npm version](https://img.shields.io/npm/v/@site-index/core)](https://www.npmjs.com/package/@site-index/core)
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/core)](https://codecov.io/gh/Deasilsoft/site-index)
8
+ [![Socket](https://badge.socket.dev/npm/package/@site-index/core)](https://socket.dev/npm/package/@site-index/core)
9
+
10
+ [Repository README](../../../)
6
11
 
7
12
  ## Install
8
13
 
@@ -20,8 +25,8 @@ Use `@site-index/core` when you need programmatic control and can provide module
20
25
 
21
26
  ## When not to use
22
27
 
23
- - Use [`site-index`](../../site-index/README.md) for CLI-driven workflows.
24
- - Use [`@site-index/vite-plugin`](../vite-plugin/README.md) for Vite projects.
28
+ - Use [`site-index`](../../site-index/) for CLI-driven workflows.
29
+ - Use [`@site-index/vite-plugin`](../vite-plugin/) for Vite projects.
25
30
 
26
31
  ## Public exports
27
32
 
@@ -152,7 +157,7 @@ const result = await main({
152
157
 
153
158
  ## Related packages
154
159
 
155
- - [`site-index`](../../site-index/README.md)
156
- - [`@site-index/vite-plugin`](../vite-plugin/README.md)
157
- - [`@site-index/vite-runtime`](../vite-runtime/README.md)
158
- - [`@site-index/observability`](../observability/README.md)
160
+ - [`site-index`](../../site-index/)
161
+ - [`@site-index/vite-plugin`](../vite-plugin/)
162
+ - [`@site-index/vite-runtime`](../vite-runtime/)
163
+ - [`@site-index/observability`](../observability/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@site-index/core",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Deterministic site-index pipeline: config, discovery, loading, validation, and artifact generation.",
5
5
  "keywords": [
6
6
  "site-index",