@backstage/repo-tools 0.16.1-next.2 → 0.16.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.
- package/CHANGELOG.md +21 -0
- package/dist/package.json.cjs.js +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @backstage/repo-tools
|
|
2
2
|
|
|
3
|
+
## 0.16.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 688f070: Updated to use new utilities from `@backstage/cli-common`.
|
|
8
|
+
- 85895f9: Updates OpenAPI generator templates to preserve original property names (like 'group-name', 'user-id') from OpenAPI specs when propertyNaming=original is specified. Previously, these were always converted to camelCase regardless of the propertyNaming setting.
|
|
9
|
+
|
|
10
|
+
- Updates modelGeneric.mustache templates in both client and server generators
|
|
11
|
+
- Updates modelTaggedUnion.mustache templates in both client and server generators
|
|
12
|
+
- Uses {{baseName}} when available, falls back to {{name}} for backward compatibility
|
|
13
|
+
- Maintains backward compatibility - no changes when propertyNaming=original is not used
|
|
14
|
+
|
|
15
|
+
- 2bae83a: Bump `@microsoft/api-documenter` and `@microsoft/api-extractor` to latest versions.
|
|
16
|
+
- d1e38a7: Properly create workspace in OS temporary directory for `generate-patch` command
|
|
17
|
+
- 2bae83a: Bumped dev dependencies `@types/node`
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
- @backstage/cli-node@0.2.16
|
|
20
|
+
- @backstage/backend-plugin-api@1.6.0
|
|
21
|
+
- @backstage/cli-common@0.1.16
|
|
22
|
+
- @backstage/config-loader@1.10.7
|
|
23
|
+
|
|
3
24
|
## 0.16.1-next.2
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
package/dist/package.json.cjs.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/repo-tools",
|
|
3
|
-
"version": "0.16.1
|
|
3
|
+
"version": "0.16.1",
|
|
4
4
|
"description": "CLI for Backstage repo tooling ",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "cli"
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@apidevtools/swagger-parser": "^10.1.0",
|
|
45
45
|
"@apisyouwonthate/style-guide": "^1.4.0",
|
|
46
|
-
"@backstage/backend-plugin-api": "1.6.0
|
|
47
|
-
"@backstage/catalog-model": "1.7.6",
|
|
48
|
-
"@backstage/cli-common": "0.1.16
|
|
49
|
-
"@backstage/cli-node": "0.2.16
|
|
50
|
-
"@backstage/config-loader": "1.10.7
|
|
51
|
-
"@backstage/errors": "1.2.7",
|
|
46
|
+
"@backstage/backend-plugin-api": "^1.6.0",
|
|
47
|
+
"@backstage/catalog-model": "^1.7.6",
|
|
48
|
+
"@backstage/cli-common": "^0.1.16",
|
|
49
|
+
"@backstage/cli-node": "^0.2.16",
|
|
50
|
+
"@backstage/config-loader": "^1.10.7",
|
|
51
|
+
"@backstage/errors": "^1.2.7",
|
|
52
52
|
"@electric-sql/pglite": "^0.3.0",
|
|
53
53
|
"@manypkg/get-packages": "^1.1.3",
|
|
54
54
|
"@microsoft/api-documenter": "^7.28.1",
|
|
@@ -86,9 +86,9 @@
|
|
|
86
86
|
"zod": "^3.22.4"
|
|
87
87
|
},
|
|
88
88
|
"devDependencies": {
|
|
89
|
-
"@backstage/backend-test-utils": "1.10.2
|
|
90
|
-
"@backstage/cli": "0.35.0
|
|
91
|
-
"@backstage/types": "1.2.2",
|
|
89
|
+
"@backstage/backend-test-utils": "^1.10.2",
|
|
90
|
+
"@backstage/cli": "^0.35.0",
|
|
91
|
+
"@backstage/types": "^1.2.2",
|
|
92
92
|
"@types/is-glob": "^4.0.2",
|
|
93
93
|
"@types/node": "^22.13.14",
|
|
94
94
|
"@types/prettier": "^2.0.0",
|