@backstage/cli-module-github 0.0.0-nightly-20260317031259 → 0.0.0-nightly-20260321030622

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,6 +1,14 @@
1
1
  # @backstage/cli-module-github
2
2
 
3
- ## 0.0.0-nightly-20260317031259
3
+ ## 0.0.0-nightly-20260321030622
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/cli-common@0.0.0-nightly-20260321030622
9
+ - @backstage/cli-node@0.0.0-nightly-20260321030622
10
+
11
+ ## 0.1.0
4
12
 
5
13
  ### Minor Changes
6
14
 
@@ -9,5 +17,5 @@
9
17
  ### Patch Changes
10
18
 
11
19
  - Updated dependencies
12
- - @backstage/cli-node@0.0.0-nightly-20260317031259
13
- - @backstage/cli-common@0.0.0-nightly-20260317031259
20
+ - @backstage/cli-node@0.3.0
21
+ - @backstage/cli-common@0.2.0
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var name = "@backstage/cli-module-github";
6
- var version = "0.0.0-nightly-20260317031259";
6
+ var version = "0.0.0-nightly-20260321030622";
7
7
  var description = "CLI module for Backstage CLI";
8
8
  var backstage = {
9
9
  role: "cli-module"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/cli-module-github",
3
- "version": "0.0.0-nightly-20260317031259",
3
+ "version": "0.0.0-nightly-20260321030622",
4
4
  "description": "CLI module for Backstage CLI",
5
5
  "backstage": {
6
6
  "role": "cli-module"
@@ -32,8 +32,8 @@
32
32
  "test": "backstage-cli package test"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/cli-common": "0.0.0-nightly-20260317031259",
36
- "@backstage/cli-node": "0.0.0-nightly-20260317031259",
35
+ "@backstage/cli-common": "0.0.0-nightly-20260321030622",
36
+ "@backstage/cli-node": "0.0.0-nightly-20260321030622",
37
37
  "@octokit/request": "^8.0.0",
38
38
  "chalk": "^4.0.0",
39
39
  "cleye": "^2.3.0",
@@ -44,7 +44,7 @@
44
44
  "yaml": "^2.0.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@backstage/cli": "0.0.0-nightly-20260317031259",
47
+ "@backstage/cli": "0.0.0-nightly-20260321030622",
48
48
  "@types/express": "^4.17.6",
49
49
  "@types/fs-extra": "^11.0.0"
50
50
  },