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

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,6 @@
1
1
  # @backstage/cli-module-github
2
2
 
3
- ## 0.0.0-nightly-20260317031259
3
+ ## 0.1.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,5 +9,5 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies
12
- - @backstage/cli-node@0.0.0-nightly-20260317031259
13
- - @backstage/cli-common@0.0.0-nightly-20260317031259
12
+ - @backstage/cli-node@0.3.0
13
+ - @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.1.0";
7
7
  var description = "CLI module for Backstage CLI";
8
8
  var backstage = {
9
9
  role: "cli-module"
@@ -35,8 +35,8 @@ var scripts = {
35
35
  test: "backstage-cli package test"
36
36
  };
37
37
  var dependencies = {
38
- "@backstage/cli-common": "workspace:*",
39
- "@backstage/cli-node": "workspace:*",
38
+ "@backstage/cli-common": "workspace:^",
39
+ "@backstage/cli-node": "workspace:^",
40
40
  "@octokit/request": "^8.0.0",
41
41
  chalk: "^4.0.0",
42
42
  cleye: "^2.3.0",
@@ -47,7 +47,7 @@ var dependencies = {
47
47
  yaml: "^2.0.0"
48
48
  };
49
49
  var devDependencies = {
50
- "@backstage/cli": "workspace:*",
50
+ "@backstage/cli": "workspace:^",
51
51
  "@types/express": "^4.17.6",
52
52
  "@types/fs-extra": "^11.0.0"
53
53
  };
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.1.0",
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.2.0",
36
+ "@backstage/cli-node": "^0.3.0",
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.36.0",
48
48
  "@types/express": "^4.17.6",
49
49
  "@types/fs-extra": "^11.0.0"
50
50
  },