@backstage/repo-tools 0.9.2 → 0.9.3

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,17 @@
1
1
  # @backstage/repo-tools
2
2
 
3
+ ## 0.9.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@0.6.21
9
+ - @backstage/catalog-model@1.5.0
10
+ - @backstage/cli-common@0.1.14
11
+ - @backstage/cli-node@0.2.6
12
+ - @backstage/config-loader@1.8.1
13
+ - @backstage/errors@1.2.4
14
+
3
15
  ## 0.9.2
4
16
 
5
17
  ### Patch Changes
package/dist/index.cjs.js CHANGED
@@ -176,7 +176,7 @@ function lazy(getActionFunc) {
176
176
  };
177
177
  }
178
178
 
179
- var version = "0.9.2";
179
+ var version = "0.9.3";
180
180
 
181
181
  const main = (argv) => {
182
182
  commander.program.name("backstage-repo-tools").version(version);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/repo-tools",
3
3
  "description": "CLI for Backstage repo tooling ",
4
- "version": "0.9.2",
4
+ "version": "0.9.3",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -43,7 +43,7 @@
43
43
  "dependencies": {
44
44
  "@apidevtools/swagger-parser": "^10.1.0",
45
45
  "@apisyouwonthate/style-guide": "^1.4.0",
46
- "@backstage/backend-plugin-api": "^0.6.20",
46
+ "@backstage/backend-plugin-api": "^0.6.21",
47
47
  "@backstage/catalog-model": "^1.5.0",
48
48
  "@backstage/cli-common": "^0.1.14",
49
49
  "@backstage/cli-node": "^0.2.6",
@@ -76,8 +76,8 @@
76
76
  "yaml-diff-patch": "^2.0.0"
77
77
  },
78
78
  "devDependencies": {
79
- "@backstage/backend-test-utils": "^0.4.1",
80
- "@backstage/cli": "^0.26.8",
79
+ "@backstage/backend-test-utils": "^0.4.3",
80
+ "@backstage/cli": "^0.26.10",
81
81
  "@backstage/types": "^1.1.1",
82
82
  "@types/is-glob": "^4.0.2",
83
83
  "@types/node": "^18.17.8",