@rxap/schematics-open-api 19.0.4-dev.4 → 19.0.4
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/CHANGELOG.md +8 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [19.0.4](https://gitlab.com/rxap/packages/compare/@rxap/schematics-open-api@19.0.4-dev.5...@rxap/schematics-open-api@19.0.4) (2025-05-16)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rxap/schematics-open-api
|
|
9
|
+
|
|
10
|
+
## [19.0.4-dev.5](https://gitlab.com/rxap/packages/compare/@rxap/schematics-open-api@19.0.4-dev.4...@rxap/schematics-open-api@19.0.4-dev.5) (2025-04-14)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @rxap/schematics-open-api
|
|
13
|
+
|
|
6
14
|
## [19.0.4-dev.4](https://gitlab.com/rxap/packages/compare/@rxap/schematics-open-api@19.0.4-dev.3...@rxap/schematics-open-api@19.0.4-dev.4) (2025-04-02)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @rxap/schematics-open-api
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "19.0.4
|
|
2
|
+
"version": "19.0.4",
|
|
3
3
|
"name": "@rxap/schematics-open-api",
|
|
4
4
|
"description": "This package provides schematics for generating code from OpenAPI specifications. It includes utilities for loading OpenAPI configurations, generating components, parameters, request bodies, and responses, as well as generating Angular directives and NestJS commands based on the OpenAPI schema. It simplifies the process of creating data access layers and UI components from API definitions.\n",
|
|
5
5
|
"license": "GPL-3.0-or-later",
|
|
@@ -7,12 +7,12 @@
|
|
|
7
7
|
"@angular-devkit/core": "19.2.1",
|
|
8
8
|
"@angular-devkit/schematics": "19.2.1",
|
|
9
9
|
"@nx/devkit": "20.5.0",
|
|
10
|
-
"@rxap/json-schema-to-typescript": "^16.1.2
|
|
11
|
-
"@rxap/schematics-ts-morph": "^19.1.0
|
|
12
|
-
"@rxap/schematics-utilities": "^19.0.4
|
|
13
|
-
"@rxap/ts-morph": "^1.5.5
|
|
14
|
-
"@rxap/utilities": "^16.4.4
|
|
15
|
-
"@rxap/workspace-utilities": "^19.8.0
|
|
10
|
+
"@rxap/json-schema-to-typescript": "^16.1.2",
|
|
11
|
+
"@rxap/schematics-ts-morph": "^19.1.0",
|
|
12
|
+
"@rxap/schematics-utilities": "^19.0.4",
|
|
13
|
+
"@rxap/ts-morph": "^1.5.5",
|
|
14
|
+
"@rxap/utilities": "^16.4.4",
|
|
15
|
+
"@rxap/workspace-utilities": "^19.8.0",
|
|
16
16
|
"openapi-types": "^10.0.0",
|
|
17
17
|
"ts-morph": "18.0.0",
|
|
18
18
|
"tslib": "2.6.2"
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
},
|
|
45
45
|
"schematics": "./collection.json",
|
|
46
46
|
"type": "commonjs",
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa",
|
|
48
48
|
"types": "./src/index.d.ts",
|
|
49
49
|
"main": "./src/index.js"
|
|
50
50
|
}
|