@harperfast/vite 1.0.0 → 1.1.1
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 +0 -2
- package/package.json +2 -2
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.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "Plugin for running Vite applications inside Harper",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@commitlint/cli": "^20.0.0",
|
|
62
62
|
"@commitlint/config-conventional": "^20.0.0",
|
|
63
63
|
"@harperdb/code-guidelines": "^0.0.6",
|
|
64
|
-
"@harperfast/integration-testing": "^0.4
|
|
64
|
+
"@harperfast/integration-testing": "^0.5.4",
|
|
65
65
|
"@semantic-release/commit-analyzer": "^13.0.1",
|
|
66
66
|
"@semantic-release/git": "^10.0.1",
|
|
67
67
|
"@semantic-release/github": "^12.0.2",
|