@rxap/schematics-open-api 16.0.0-dev.21 → 16.0.0-dev.23
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 +31 -0
- package/README.md +1 -1
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,37 @@
|
|
|
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
|
+
# [16.0.0-dev.23](https://gitlab.com/rxap/packages/compare/@rxap/schematics-open-api@16.0.0-dev.22...@rxap/schematics-open-api@16.0.0-dev.23) (2023-10-11)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rxap/schematics-open-api
|
|
9
|
+
|
|
10
|
+
# [16.0.0-dev.22](https://gitlab.com/rxap/packages/compare/@rxap/schematics-open-api@16.0.0-dev.22...@rxap/schematics-open-api@16.0.0-dev.22) (2023-10-11)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @rxap/schematics-open-api
|
|
13
|
+
|
|
14
|
+
# [16.0.0-dev.22](https://gitlab.com/rxap/packages/compare/@rxap/schematics-open-api@16.0.0-dev.5...@rxap/schematics-open-api@16.0.0-dev.22) (2023-10-11)
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
- add licence file to publishable packages ([d7de1cb](https://gitlab.com/rxap/packages/commit/d7de1cb9db1bd1628f37084e3b0ffd1755aa75f6))
|
|
19
|
+
- change from commonjs to es2022 ([cf675a7](https://gitlab.com/rxap/packages/commit/cf675a7254de9ce4b269264df59794dd42fcbd8b))
|
|
20
|
+
- change inline option to default ([6596722](https://gitlab.com/rxap/packages/commit/65967226b5760744b8a6ecf7920120ad914cc197))
|
|
21
|
+
- ensure the project name is not included in the project tag list ([46d4479](https://gitlab.com/rxap/packages/commit/46d44798258ea1b20df9d4408b9c0809f55027b2))
|
|
22
|
+
- generate readme with peer dependencies to install ([27c2cd7](https://gitlab.com/rxap/packages/commit/27c2cd7d98f0c8a499b8c30719f49d69e4970ae9))
|
|
23
|
+
- peer dependency issue ([ee95415](https://gitlab.com/rxap/packages/commit/ee95415370d9ef2396916d6c25061a0df791034a))
|
|
24
|
+
- set inline option to true if not defined ([cb3a248](https://gitlab.com/rxap/packages/commit/cb3a2486126e3b29b9d96388dcee5d2f8371d638))
|
|
25
|
+
- support es2022 ([dbdef2d](https://gitlab.com/rxap/packages/commit/dbdef2dbfe47daec2c61094d82d589692a622268))
|
|
26
|
+
- use correct import paths ([76759ac](https://gitlab.com/rxap/packages/commit/76759acea65794aeeb0a56ffd9dbca9679549172))
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
- add data source generator ([31a877d](https://gitlab.com/rxap/packages/commit/31a877defd350c5ded899fd35f2cfb3c85ef6a87))
|
|
31
|
+
- change to sync execution and support nest command generators ([85a69bc](https://gitlab.com/rxap/packages/commit/85a69bc4d98c1da9f1987491bc25e2209c78c315))
|
|
32
|
+
|
|
33
|
+
### Reverts
|
|
34
|
+
|
|
35
|
+
- change from commonjs to es2022 ([50eca61](https://gitlab.com/rxap/packages/commit/50eca61e9a89388d1cfeefb8b1029b302b6f307e))
|
|
36
|
+
|
|
6
37
|
# [16.0.0-dev.21](https://gitlab.com/rxap/packages/compare/@rxap/schematics-open-api@16.0.0-dev.20...@rxap/schematics-open-api@16.0.0-dev.21) (2023-09-12)
|
|
7
38
|
|
|
8
39
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -17,5 +17,5 @@ yarn add @rxap/schematics-open-api
|
|
|
17
17
|
```
|
|
18
18
|
**Install peer dependencies:**
|
|
19
19
|
```bash
|
|
20
|
-
yarn add @angular-devkit/core@^16.1.4 @angular-devkit/schematics@^16.1.4 @rxap/json-schema-to-typescript
|
|
20
|
+
yarn add @angular-devkit/core@^16.1.4 @angular-devkit/schematics@^16.1.4 @rxap/json-schema-to-typescript@^16.0.0-dev.18 @rxap/schematics-ts-morph@^16.0.0-dev.28 @rxap/schematics-utilities@^16.0.0-dev.21 @rxap/utilities@^16.0.0-dev.23 openapi-types@10.0.0 ts-morph@^18.0.0 tslib@2.6.2
|
|
21
21
|
```
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "16.0.0-dev.
|
|
2
|
+
"version": "16.0.0-dev.23",
|
|
3
3
|
"name": "@rxap/schematics-open-api",
|
|
4
4
|
"license": "GPL-3.0-or-later",
|
|
5
5
|
"dependencies": {
|
|
@@ -13,16 +13,16 @@
|
|
|
13
13
|
"peerDependencies": {
|
|
14
14
|
"@angular-devkit/core": "^16.1.4",
|
|
15
15
|
"@angular-devkit/schematics": "^16.1.4",
|
|
16
|
-
"@rxap/json-schema-to-typescript": "
|
|
17
|
-
"@rxap/schematics-ts-morph": "
|
|
18
|
-
"@rxap/schematics-utilities": "
|
|
19
|
-
"@rxap/utilities": "
|
|
16
|
+
"@rxap/json-schema-to-typescript": "^16.0.0-dev.18",
|
|
17
|
+
"@rxap/schematics-ts-morph": "^16.0.0-dev.28",
|
|
18
|
+
"@rxap/schematics-utilities": "^16.0.0-dev.21",
|
|
19
|
+
"@rxap/utilities": "^16.0.0-dev.23",
|
|
20
20
|
"openapi-types": "10.0.0",
|
|
21
21
|
"ts-morph": "^18.0.0",
|
|
22
22
|
"tslib": "2.6.2",
|
|
23
|
-
"@rxap/node-utilities": "1.1.0-dev.
|
|
24
|
-
"@rxap/workspace-ts-morph": "0.1.0-dev.
|
|
25
|
-
"@rxap/workspace-utilities": "0.1.0-dev.
|
|
23
|
+
"@rxap/node-utilities": "1.1.0-dev.15",
|
|
24
|
+
"@rxap/workspace-ts-morph": "0.1.0-dev.11",
|
|
25
|
+
"@rxap/workspace-utilities": "0.1.0-dev.23"
|
|
26
26
|
},
|
|
27
27
|
"author": {
|
|
28
28
|
"name": "Merzough Münker",
|
|
@@ -44,19 +44,19 @@
|
|
|
44
44
|
"packageGroup": [
|
|
45
45
|
{
|
|
46
46
|
"package": "@rxap/json-schema-to-typescript",
|
|
47
|
-
"version": "16.0.0-dev.
|
|
47
|
+
"version": "16.0.0-dev.18"
|
|
48
48
|
},
|
|
49
49
|
{
|
|
50
50
|
"package": "@rxap/schematics-ts-morph",
|
|
51
|
-
"version": "16.0.0-dev.
|
|
51
|
+
"version": "16.0.0-dev.28"
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
54
|
"package": "@rxap/schematics-utilities",
|
|
55
|
-
"version": "16.0.0-dev.
|
|
55
|
+
"version": "16.0.0-dev.21"
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
58
|
"package": "@rxap/utilities",
|
|
59
|
-
"version": "16.0.0-dev.
|
|
59
|
+
"version": "16.0.0-dev.23"
|
|
60
60
|
}
|
|
61
61
|
]
|
|
62
62
|
},
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
},
|
|
72
72
|
"schematics": "./collection.json",
|
|
73
73
|
"type": "commonjs",
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "23b1e51dac262c69e7a4c016b7679e907337efcc",
|
|
75
75
|
"main": "./src/index.js",
|
|
76
76
|
"types": "./src/index.d.ts"
|
|
77
77
|
}
|