@backstage/plugin-events-backend-module-github 0.0.0-nightly-20240116021644 → 0.0.0-nightly-20240118021622

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,14 +1,23 @@
1
1
  # @backstage/plugin-events-backend-module-github
2
2
 
3
- ## 0.0.0-nightly-20240116021644
3
+ ## 0.0.0-nightly-20240118021622
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/config@1.1.1
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240118021622
10
+ - @backstage/plugin-events-node@0.0.0-nightly-20240118021622
11
+
12
+ ## 0.1.19
4
13
 
5
14
  ### Patch Changes
6
15
 
7
16
  - 4016f21: Remove some unused dependencies
8
17
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240116021644
18
+ - @backstage/backend-plugin-api@0.6.9
10
19
  - @backstage/config@1.1.1
11
- - @backstage/plugin-events-node@0.0.0-nightly-20240116021644
20
+ - @backstage/plugin-events-node@0.2.18
12
21
 
13
22
  ## 0.1.19-next.2
14
23
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend-module-github",
3
- "version": "0.0.0-nightly-20240116021644",
3
+ "version": "0.0.0-nightly-20240118021622",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
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-20240116021644",
3
+ "version": "0.0.0-nightly-20240118021622",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -39,16 +39,16 @@
39
39
  "postpack": "backstage-cli package postpack"
40
40
  },
41
41
  "dependencies": {
42
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240116021644",
42
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240118021622",
43
43
  "@backstage/config": "^1.1.1",
44
- "@backstage/plugin-events-node": "^0.0.0-nightly-20240116021644",
44
+ "@backstage/plugin-events-node": "^0.0.0-nightly-20240118021622",
45
45
  "@octokit/webhooks-methods": "^3.0.0",
46
46
  "winston": "^3.2.1"
47
47
  },
48
48
  "devDependencies": {
49
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240116021644",
50
- "@backstage/cli": "^0.0.0-nightly-20240116021644",
51
- "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20240116021644"
49
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240118021622",
50
+ "@backstage/cli": "^0.0.0-nightly-20240118021622",
51
+ "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20240118021622"
52
52
  },
53
53
  "files": [
54
54
  "config.d.ts",