@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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. 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
- [![npm version](https://img.shields.io/npm/v/%40site-index%2Fvite-runtime)](https://www.npmjs.com/package/%40site-index%2Fvite-runtime)
5
+ [![npm version](https://img.shields.io/npm/v/@site-index/vite-runtime)](https://www.npmjs.com/package/@site-index/vite-runtime)
6
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=%40site-index%2Fvite-runtime)](https://codecov.io/gh/Deasilsoft/site-index)
8
- [![Socket](https://badge.socket.dev/npm/package/%40site-index%2Fvite-runtime)](https://socket.dev/npm/package/%40site-index%2Fvite-runtime)
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
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.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.1"
46
+ "@site-index/core": "0.1.2"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@vitest/coverage-v8": "^4.1.6",