@analogjs/vite-plugin-angular 2.5.0-beta.47 → 2.5.0-beta.49

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 +2 -0
  2. package/package.json +19 -2
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @analogjs/vite-plugin-angular
2
2
 
3
+ [![Vite Plugin Registry](https://img.shields.io/badge/vite-plugin--registry-blue?logo=vite)](https://registry.vite.dev/plugin/@analogjs/vite-plugin-angular)
4
+
3
5
  A Vite plugin for building Angular applications
4
6
 
5
7
  ## Install
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@analogjs/vite-plugin-angular",
3
- "version": "2.5.0-beta.47",
3
+ "version": "2.5.0-beta.49",
4
4
  "description": "Vite Plugin for Angular",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -25,7 +25,8 @@
25
25
  },
26
26
  "peerDependencies": {
27
27
  "@angular-devkit/build-angular": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0",
28
- "@angular/build": "^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0"
28
+ "@angular/build": "^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0",
29
+ "vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
29
30
  },
30
31
  "peerDependenciesMeta": {
31
32
  "@angular-devkit/build-angular": {
@@ -33,8 +34,24 @@
33
34
  },
34
35
  "@angular/build": {
35
36
  "optional": true
37
+ },
38
+ "vite": {
39
+ "optional": true
36
40
  }
37
41
  },
42
+ "compatiblePackages": {
43
+ "vite": [
44
+ "^6.0.0",
45
+ "^7.0.0",
46
+ "^8.0.0"
47
+ ],
48
+ "rollup": [
49
+ "^4.0.0"
50
+ ],
51
+ "rolldown": [
52
+ "^1.0.0"
53
+ ]
54
+ },
38
55
  "dependencies": {
39
56
  "magic-string": "^0.30.21",
40
57
  "obug": "^2.1.1",