@backstage/plugin-scaffolder-backend-module-github 0.0.0-nightly-20250316023558 → 0.0.0-nightly-20250317023705

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-github
2
2
 
3
- ## 0.0.0-nightly-20250316023558
3
+ ## 0.0.0-nightly-20250317023705
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 09cf038: Got rid of most `@backstage/backend-common` usages
8
8
  - 9391f58: Pass `undefined` to some parameters for `createOrUpdateEnvironment` as these values are not always supported in different plans of GitHub
9
9
  - Updated dependencies
10
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20250316023558
11
- - @backstage/integration@0.0.0-nightly-20250316023558
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20250316023558
10
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20250317023705
11
+ - @backstage/integration@0.0.0-nightly-20250317023705
12
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250317023705
13
13
  - @backstage/catalog-client@1.9.1
14
14
  - @backstage/catalog-model@1.7.3
15
15
  - @backstage/config@1.3.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-github",
3
- "version": "0.0.0-nightly-20250316023558",
3
+ "version": "0.0.0-nightly-20250317023705",
4
4
  "description": "The github module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -43,13 +43,13 @@
43
43
  "test": "backstage-cli package test"
44
44
  },
45
45
  "dependencies": {
46
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250316023558",
46
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250317023705",
47
47
  "@backstage/catalog-client": "1.9.1",
48
48
  "@backstage/catalog-model": "1.7.3",
49
49
  "@backstage/config": "1.3.2",
50
50
  "@backstage/errors": "1.2.7",
51
- "@backstage/integration": "0.0.0-nightly-20250316023558",
52
- "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20250316023558",
51
+ "@backstage/integration": "0.0.0-nightly-20250317023705",
52
+ "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20250317023705",
53
53
  "@octokit/webhooks": "^10.9.2",
54
54
  "libsodium-wrappers": "^0.7.11",
55
55
  "octokit": "^3.0.0",
@@ -57,9 +57,9 @@
57
57
  "yaml": "^2.0.0"
58
58
  },
59
59
  "devDependencies": {
60
- "@backstage/backend-test-utils": "0.0.0-nightly-20250316023558",
61
- "@backstage/cli": "0.0.0-nightly-20250316023558",
62
- "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20250316023558",
60
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250317023705",
61
+ "@backstage/cli": "0.0.0-nightly-20250317023705",
62
+ "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20250317023705",
63
63
  "@types/libsodium-wrappers": "^0.7.10",
64
64
  "fs-extra": "^11.2.0",
65
65
  "jsonschema": "^1.2.6"