@backstage/plugin-events-backend-module-github 0.4.0-next.3 → 0.4.1-next.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @backstage/plugin-events-backend-module-github
2
2
 
3
+ ## 0.4.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@1.4.0-next.0
9
+ - @backstage/plugin-events-node@0.4.12-next.0
10
+
11
+ ## 0.4.0
12
+
13
+ ### Minor Changes
14
+
15
+ - ae249fc: **BREAKING**: Removed the `createGithubSignatureValidator` export.
16
+
17
+ Added support webhook validation based on `integrations.github.[].apps.[].webhookSecret`.
18
+
19
+ ### Patch Changes
20
+
21
+ - c7ef81c: Correct README installation instructions.
22
+ - Updated dependencies
23
+ - @backstage/integration@1.17.0
24
+ - @backstage/backend-plugin-api@1.3.1
25
+ - @backstage/config@1.3.2
26
+ - @backstage/types@1.2.1
27
+ - @backstage/plugin-events-node@0.4.11
28
+
3
29
  ## 0.4.0-next.3
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend-module-github",
3
- "version": "0.4.0-next.3",
3
+ "version": "0.4.1-next.0",
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": "1.3.1-next.2",
54
+ "@backstage/backend-plugin-api": "1.4.0-next.0",
55
55
  "@backstage/config": "1.3.2",
56
- "@backstage/integration": "1.17.0-next.3",
57
- "@backstage/plugin-events-node": "0.4.11-next.2",
56
+ "@backstage/integration": "1.17.0",
57
+ "@backstage/plugin-events-node": "0.4.12-next.0",
58
58
  "@backstage/types": "1.2.1",
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": "1.5.0-next.3",
66
- "@backstage/cli": "0.32.1-next.3",
67
- "@backstage/plugin-events-backend-test-utils": "0.1.44-next.2"
65
+ "@backstage/backend-test-utils": "1.6.0-next.0",
66
+ "@backstage/cli": "0.32.1",
67
+ "@backstage/plugin-events-backend-test-utils": "0.1.45-next.0"
68
68
  },
69
69
  "configSchema": "config.d.ts"
70
70
  }