@richapps/ong 0.1.0 → 0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -159,7 +159,7 @@ const viteConfig = createViteConfig(opts)
159
159
 
160
160
  - Node.js 18+
161
161
  - Angular 17+ (standalone components recommended)
162
- - Vite 6+
162
+ - Vite 8+ (beta)
163
163
 
164
164
  ## License
165
165
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@richapps/ong",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Angular CLI powered by Vite + OXC — blazing fast drop-in replacement for ng serve/build",
5
5
  "keywords": [
6
6
  "angular",
@@ -38,7 +38,7 @@
38
38
  "@oxc-angular/vite": "^0.0.15"
39
39
  },
40
40
  "peerDependencies": {
41
- "vite": ">=6.0.0"
41
+ "vite": ">=8.0.0-beta.10"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/node": "^22.0.0",
@@ -47,6 +47,6 @@
47
47
  },
48
48
  "repository": {
49
49
  "type": "git",
50
- "url": "https://github.com/nicoss/ong"
50
+ "url": "https://github.com/BenjaminDobler/ong"
51
51
  }
52
52
  }