@rxap/plugin-open-api 20.2.0 → 20.2.1-dev.0
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 +4 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
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
|
+
## [20.2.1-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/plugin-open-api@20.2.0...@rxap/plugin-open-api@20.2.1-dev.0) (2026-01-29)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rxap/plugin-open-api
|
|
9
|
+
|
|
6
10
|
# [20.2.0](https://gitlab.com/rxap/packages/compare/@rxap/plugin-open-api@20.2.0-dev.3...@rxap/plugin-open-api@20.2.0) (2026-01-23)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @rxap/plugin-open-api
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "20.2.0",
|
|
2
|
+
"version": "20.2.1-dev.0",
|
|
3
3
|
"name": "@rxap/plugin-open-api",
|
|
4
4
|
"description": "This plugin provides generators and executors for generating code from OpenAPI specifications within an Nx workspace. It allows you to initialize libraries, generate code for Angular and NestJS, and copy OpenAPI SDKs. The plugin simplifies the process of integrating OpenAPI definitions into your projects.\n",
|
|
5
5
|
"license": "GPL-3.0-or-later",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@nx/devkit": "20.5.0",
|
|
8
|
-
"@rxap/node-utilities": "^1.3.
|
|
9
|
-
"@rxap/plugin-library": "^20.3.0",
|
|
10
|
-
"@rxap/plugin-utilities": "^20.0.
|
|
11
|
-
"@rxap/utilities": "^16.5.0",
|
|
12
|
-
"@rxap/workspace-open-api": "^19.1.
|
|
13
|
-
"@rxap/workspace-ts-morph": "^19.1.
|
|
14
|
-
"@rxap/workspace-utilities": "^19.9.0",
|
|
8
|
+
"@rxap/node-utilities": "^1.3.12-dev.0",
|
|
9
|
+
"@rxap/plugin-library": "^20.3.1-dev.0",
|
|
10
|
+
"@rxap/plugin-utilities": "^20.0.6-dev.0",
|
|
11
|
+
"@rxap/utilities": "^16.5.1-dev.0",
|
|
12
|
+
"@rxap/workspace-open-api": "^19.1.2-dev.0",
|
|
13
|
+
"@rxap/workspace-ts-morph": "^19.1.14-dev.0",
|
|
14
|
+
"@rxap/workspace-utilities": "^19.9.1-dev.0",
|
|
15
15
|
"tslib": "2.6.2",
|
|
16
16
|
"yaml": "2.3.1"
|
|
17
17
|
},
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
},
|
|
46
46
|
"schematics": "./generators.json",
|
|
47
47
|
"type": "commonjs",
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "c7d69b5331aace8f6e17874db92377b5ab82422b",
|
|
49
49
|
"exports": {
|
|
50
50
|
"./package.json": "./package.json",
|
|
51
51
|
".": {
|