@backstage/plugin-events-backend-module-github 0.0.0-nightly-20260510031943 → 0.0.0-nightly-20260511032212

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 +5 -5
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @backstage/plugin-events-backend-module-github
2
2
 
3
- ## 0.0.0-nightly-20260510031943
3
+ ## 0.0.0-nightly-20260511032212
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/integration@0.0.0-nightly-20260510031943
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20260510031943
10
- - @backstage/config@0.0.0-nightly-20260510031943
11
- - @backstage/plugin-events-node@0.0.0-nightly-20260510031943
8
+ - @backstage/integration@0.0.0-nightly-20260511032212
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260511032212
10
+ - @backstage/config@0.0.0-nightly-20260511032212
11
+ - @backstage/plugin-events-node@0.0.0-nightly-20260511032212
12
12
  - @backstage/types@1.2.2
13
13
 
14
14
  ## 0.4.12-next.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend-module-github",
3
- "version": "0.0.0-nightly-20260510031943",
3
+ "version": "0.0.0-nightly-20260511032212",
4
4
  "backstage": {
5
5
  "role": "backend-plugin-module",
6
6
  "pluginId": "events",
@@ -51,10 +51,10 @@
51
51
  "test": "backstage-cli package test"
52
52
  },
53
53
  "dependencies": {
54
- "@backstage/backend-plugin-api": "0.0.0-nightly-20260510031943",
55
- "@backstage/config": "0.0.0-nightly-20260510031943",
56
- "@backstage/integration": "0.0.0-nightly-20260510031943",
57
- "@backstage/plugin-events-node": "0.0.0-nightly-20260510031943",
54
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260511032212",
55
+ "@backstage/config": "0.0.0-nightly-20260511032212",
56
+ "@backstage/integration": "0.0.0-nightly-20260511032212",
57
+ "@backstage/plugin-events-node": "0.0.0-nightly-20260511032212",
58
58
  "@backstage/types": "1.2.2",
59
59
  "@octokit/auth-callback": "^5.0.0",
60
60
  "@octokit/webhooks-methods": "^3.0.0",
@@ -62,9 +62,9 @@
62
62
  "octokit": "^3.0.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@backstage/backend-test-utils": "0.0.0-nightly-20260510031943",
66
- "@backstage/cli": "0.0.0-nightly-20260510031943",
67
- "@backstage/plugin-events-backend-test-utils": "0.0.0-nightly-20260510031943"
65
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260511032212",
66
+ "@backstage/cli": "0.0.0-nightly-20260511032212",
67
+ "@backstage/plugin-events-backend-test-utils": "0.0.0-nightly-20260511032212"
68
68
  },
69
69
  "configSchema": "config.d.ts"
70
70
  }