@site-index/vite-plugin 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 +4 -4
package/README.md CHANGED
@@ -2,7 +2,12 @@
2
2
 
3
3
  Vite integration layer for site-index serve and build pipelines.
4
4
 
5
- [Repository README](../../../README.md)
5
+ [![npm version](https://img.shields.io/npm/v/@site-index/vite-plugin)](https://www.npmjs.com/package/@site-index/vite-plugin)
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/vite-plugin)](https://codecov.io/gh/Deasilsoft/site-index)
8
+ [![Socket](https://badge.socket.dev/npm/package/@site-index/vite-plugin)](https://socket.dev/npm/package/@site-index/vite-plugin)
9
+
10
+ [Repository README](../../../)
6
11
 
7
12
  ## Install
8
13
 
@@ -90,7 +95,7 @@ export default defineConfig({
90
95
 
91
96
  ## Related packages
92
97
 
93
- - [`@site-index/core`](../core/README.md)
94
- - [`@site-index/vite-runtime`](../vite-runtime/README.md)
95
- - [`@site-index/observability`](../observability/README.md)
96
- - [`site-index`](../../site-index/README.md)
98
+ - [`@site-index/core`](../core/)
99
+ - [`@site-index/vite-runtime`](../vite-runtime/)
100
+ - [`@site-index/observability`](../observability/)
101
+ - [`site-index`](../../site-index/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@site-index/vite-plugin",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Vite integration layer for site-index serve/build pipelines.",
5
5
  "keywords": [
6
6
  "site-index",
@@ -44,9 +44,9 @@
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",
48
- "@site-index/observability": "0.1.0",
49
- "@site-index/vite-runtime": "0.1.0"
47
+ "@site-index/core": "0.1.2",
48
+ "@site-index/observability": "0.1.2",
49
+ "@site-index/vite-runtime": "0.1.2"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@vitest/coverage-v8": "^4.1.6",