@site-index/vite-runtime 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
  Vite-backed runtime for executing site-index pipelines through Vite SSR module loading.
4
4
 
5
- [Repository README](../../../README.md)
5
+ [![npm version](https://img.shields.io/npm/v/@site-index/vite-runtime)](https://www.npmjs.com/package/@site-index/vite-runtime)
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-runtime)](https://codecov.io/gh/Deasilsoft/site-index)
8
+ [![Socket](https://badge.socket.dev/npm/package/@site-index/vite-runtime)](https://socket.dev/npm/package/@site-index/vite-runtime)
9
+
10
+ [Repository README](../../../)
6
11
 
7
12
  ## Install
8
13
 
@@ -21,7 +26,7 @@ Use this package when building adapters or integrations that need direct Vite-ba
21
26
 
22
27
  ## When not to use
23
28
 
24
- - Most users should use [`site-index`](../../site-index/README.md) or [`@site-index/vite-plugin`](../vite-plugin/README.md) directly.
29
+ - Most users should use [`site-index`](../../site-index/) or [`@site-index/vite-plugin`](../vite-plugin/) directly.
25
30
 
26
31
  ## Public exports
27
32
 
@@ -114,6 +119,6 @@ try {
114
119
 
115
120
  ## Related packages
116
121
 
117
- - [`@site-index/core`](../core/README.md)
118
- - [`@site-index/vite-plugin`](../vite-plugin/README.md)
119
- - [`site-index`](../../site-index/README.md)
122
+ - [`@site-index/core`](../core/)
123
+ - [`@site-index/vite-plugin`](../vite-plugin/)
124
+ - [`site-index`](../../site-index/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@site-index/vite-runtime",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Vite-backed runtime for executing site-index pipelines.",
5
5
  "keywords": [
6
6
  "site-index",
@@ -43,7 +43,7 @@
43
43
  "typecheck": "tsc --noEmit -p tsconfig.json && tsc --noEmit -p tsconfig.test.json"
44
44
  },
45
45
  "dependencies": {
46
- "@site-index/core": "0.1.0"
46
+ "@site-index/core": "0.1.2"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@vitest/coverage-v8": "^4.1.6",