@backstage/repo-tools 0.6.2 → 0.6.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,13 @@
1
1
  # @backstage/repo-tools
2
2
 
3
+ ## 0.6.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.21.3
9
+ - @backstage/cli-node@0.2.3
10
+
3
11
  ## 0.6.2
4
12
 
5
13
  ### Patch Changes
package/dist/index.cjs.js CHANGED
@@ -151,7 +151,7 @@ function lazy(getActionFunc) {
151
151
  };
152
152
  }
153
153
 
154
- var version = "0.6.2";
154
+ var version = "0.6.3";
155
155
 
156
156
  const main = (argv) => {
157
157
  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.6.2",
4
+ "version": "0.6.3",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -32,7 +32,7 @@
32
32
  "dependencies": {
33
33
  "@apidevtools/swagger-parser": "^10.1.0",
34
34
  "@apisyouwonthate/style-guide": "^1.4.0",
35
- "@backstage/backend-common": "^0.21.2",
35
+ "@backstage/backend-common": "^0.21.3",
36
36
  "@backstage/catalog-model": "^1.4.4",
37
37
  "@backstage/cli-common": "^0.1.13",
38
38
  "@backstage/cli-node": "^0.2.3",
@@ -63,7 +63,7 @@
63
63
  "yaml-diff-patch": "^2.0.0"
64
64
  },
65
65
  "devDependencies": {
66
- "@backstage/backend-test-utils": "^0.3.2",
66
+ "@backstage/backend-test-utils": "^0.3.3",
67
67
  "@backstage/cli": "^0.25.2",
68
68
  "@backstage/types": "^1.1.1",
69
69
  "@types/is-glob": "^4.0.2",