ng-openapi 0.0.14 → 0.0.15

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 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  <p align="center">
8
8
  <a href="https://stackblitz.com/@Mr-Jami/collections/ng-openapi-examples">⚡Examples</a>
9
9
  <span>&nbsp;•&nbsp;</span>
10
- <a href="https://ng-openapi.netlify.app/">📝Documentation</a>
10
+ <a href="https://ng-openapi.dev/">📝Documentation</a>
11
11
  <span>&nbsp;•&nbsp;</span>
12
12
  <a href="https://github.com/ng-openapi/ng-openapi/issues">🐛Issues</a>
13
13
  </p>
@@ -18,7 +18,7 @@
18
18
  <a href="https://github.com/ng-openapi/ng-openapi/actions?query=branch%3Amain"><img src="https://img.shields.io/github/last-commit/ng-openapi/ng-openapi" alt="Last commit" /></a>
19
19
  <a href="https://github.com/ng-openapi/ng-openapi/actions?query=branch%3Amain"><img src="https://github.com/ng-openapi/ng-openapi/actions/workflows/release.yml/badge.svg?event=push&branch=main" alt="CI status" /></a>
20
20
  <a href="https://github.com/ng-openapi/ng-openapi/issues" rel="nofollow"><img src="https://img.shields.io/github/issues/ng-openapi/ng-openapi" alt="Number of open issues"></a>
21
- <a href="https://ng-openapi.netlify.app/" rel="nofollow"><img src="https://img.shields.io/netlify/cb7a0f09-de25-40bb-960c-d8bc95b34c5e" alt="Netlify"></a>
21
+ <a href="https://ng-openapi.dev/" rel="nofollow"><img src="https://img.shields.io/netlify/cb7a0f09-de25-40bb-960c-d8bc95b34c5e" alt="Netlify"></a>
22
22
  </p>
23
23
  <br/>
24
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-openapi",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "description": "Generate Angular services and TypeScript types from OpenAPI/Swagger specifications",
5
5
  "keywords": [
6
6
  "angular",
@@ -21,7 +21,7 @@
21
21
  "url": "http://tareqjami.de"
22
22
  },
23
23
  "license": "MIT",
24
- "homepage": "https://ng-openapi.netlify.app/",
24
+ "homepage": "https://ng-openapi.dev/",
25
25
  "bugs": {
26
26
  "url": "https://github.com/ng-openapi/ng-openapi/issues"
27
27
  },
@@ -64,8 +64,8 @@
64
64
  "@types/swagger-schema-official": "^2.0.25"
65
65
  },
66
66
  "peerDependencies": {
67
- "@angular/core": ">=20",
68
- "@angular/common": ">=20"
67
+ "@angular/core": ">=14",
68
+ "@angular/common": ">=14"
69
69
  },
70
70
  "peerDependenciesMeta": {
71
71
  "@angular/core": {