@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.
- package/README.md +10 -5
- 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
|
-
[
|
|
5
|
+
[](https://www.npmjs.com/package/@site-index/vite-runtime)
|
|
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/@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/
|
|
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/
|
|
118
|
-
- [`@site-index/vite-plugin`](../vite-plugin/
|
|
119
|
-
- [`site-index`](../../site-index/
|
|
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.
|
|
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.
|
|
46
|
+
"@site-index/core": "0.1.2"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@vitest/coverage-v8": "^4.1.6",
|