@backstage/repo-tools 0.13.3-next.3 → 0.13.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 CHANGED
@@ -1,5 +1,26 @@
1
1
  # @backstage/repo-tools
2
2
 
3
+ ## 0.13.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 209c679: Add missing highlight language for the `package-docs` command.
8
+
9
+ ## 0.13.3
10
+
11
+ ### Patch Changes
12
+
13
+ - b229476: Support passing additional properties to OpenAPI server generator
14
+ - 659f2ce: Updated dependency `typedoc` to `^0.28.0`.
15
+ - 72d019d: Removed various typos
16
+ - Updated dependencies
17
+ - @backstage/catalog-model@1.7.4
18
+ - @backstage/backend-plugin-api@1.3.1
19
+ - @backstage/config-loader@1.10.1
20
+ - @backstage/cli-node@0.2.13
21
+ - @backstage/cli-common@0.1.15
22
+ - @backstage/errors@1.2.7
23
+
3
24
  ## 0.13.3-next.3
4
25
 
5
26
  ### Patch Changes
@@ -41,7 +41,8 @@ const HIGHLIGHT_LANGUAGES = [
41
41
  "jsx",
42
42
  "diff",
43
43
  "js",
44
- "json"
44
+ "json",
45
+ "docker"
45
46
  ];
46
47
  function getExports(packageJson) {
47
48
  if (packageJson.exports) {
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "0.13.3-next.3";
3
+ var version = "0.13.4";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.cjs.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/repo-tools",
3
- "version": "0.13.3-next.3",
3
+ "version": "0.13.4",
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.3.1-next.2",
47
- "@backstage/catalog-model": "1.7.3",
48
- "@backstage/cli-common": "0.1.15",
49
- "@backstage/cli-node": "0.2.13",
50
- "@backstage/config-loader": "1.10.1-next.0",
51
- "@backstage/errors": "1.2.7",
46
+ "@backstage/backend-plugin-api": "^1.3.1",
47
+ "@backstage/catalog-model": "^1.7.4",
48
+ "@backstage/cli-common": "^0.1.15",
49
+ "@backstage/cli-node": "^0.2.13",
50
+ "@backstage/config-loader": "^1.10.1",
51
+ "@backstage/errors": "^1.2.7",
52
52
  "@electric-sql/pglite": "^0.2.15",
53
53
  "@manypkg/get-packages": "^1.1.3",
54
54
  "@microsoft/api-documenter": "^7.25.7",
@@ -84,9 +84,9 @@
84
84
  "yaml-diff-patch": "^2.0.0"
85
85
  },
86
86
  "devDependencies": {
87
- "@backstage/backend-test-utils": "1.5.0-next.3",
88
- "@backstage/cli": "0.32.1-next.3",
89
- "@backstage/types": "1.2.1",
87
+ "@backstage/backend-test-utils": "^1.5.0",
88
+ "@backstage/cli": "^0.32.1",
89
+ "@backstage/types": "^1.2.1",
90
90
  "@types/is-glob": "^4.0.2",
91
91
  "@types/node": "^20.16.0",
92
92
  "@types/prettier": "^2.0.0",