@peekling/vite 0.1.2 → 0.1.3

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
@@ -8,13 +8,13 @@ plugin runs in Node and does not add code or assets to the browser bundle.
8
8
 
9
9
  - Node.js 22.14.0 or newer
10
10
  - Vite 8
11
- - `@peekling/runtime` 0.1.2 in the application
11
+ - `@peekling/runtime` 0.1.3 in the application
12
12
 
13
13
  Install the runtime and the development plugin:
14
14
 
15
15
  ```sh
16
- npm install @peekling/runtime@0.1.2
17
- npm install --save-dev @peekling/vite@0.1.2
16
+ npm install @peekling/runtime@0.1.3
17
+ npm install --save-dev @peekling/vite@0.1.3
18
18
  ```
19
19
 
20
20
  Vite is a peer dependency. `@peekling/vite` depends on `@peekling/preflight`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peekling/vite",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Development-time Peekling validation for Vite projects",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -42,7 +42,7 @@
42
42
  }
43
43
  },
44
44
  "dependencies": {
45
- "@peekling/preflight": "0.1.2"
45
+ "@peekling/preflight": "0.1.3"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "vite": "^8.0.0"