@site-index/vite-runtime 0.1.1 → 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 +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Vite-backed runtime for executing site-index pipelines through Vite SSR module loading.
|
|
4
4
|
|
|
5
|
-
[](https://www.npmjs.com/package/@site-index/vite-runtime)
|
|
6
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
9
|
|
|
10
10
|
[Repository README](../../../)
|
|
11
11
|
|
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",
|