@harperfast/vite 1.0.0 → 1.1.0

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 +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -286,8 +286,6 @@ This package was previously published as `@harperfast/vite-plugin` (through `0.3
286
286
  });
287
287
  ```
288
288
 
289
- `@harperfast/vite-plugin` is deprecated and will receive no further updates.
290
-
291
289
  ## Tools Used
292
290
 
293
291
  1. [TypeScript](https://www.typescriptlang.org/) for static typing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harperfast/vite",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "Plugin for running Vite applications inside Harper",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",