@backstage/plugin-events-backend-module-gitlab 0.0.0-nightly-20221128023335 → 0.0.0-nightly-20221130023322

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/plugin-events-backend-module-gitlab
2
2
 
3
- ## 0.0.0-nightly-20221128023335
3
+ ## 0.0.0-nightly-20221130023322
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -14,9 +14,27 @@
14
14
  https://github.com/backstage/backstage/tree/master/plugins/events-backend-module-gitlab/README.md.
15
15
 
16
16
  - Updated dependencies
17
- - @backstage/plugin-events-node@0.0.0-nightly-20221128023335
18
- - @backstage/backend-plugin-api@0.0.0-nightly-20221128023335
19
- - @backstage/config@0.0.0-nightly-20221128023335
17
+ - @backstage/plugin-events-node@0.0.0-nightly-20221130023322
18
+ - @backstage/backend-plugin-api@0.0.0-nightly-20221130023322
19
+ - @backstage/config@0.0.0-nightly-20221130023322
20
+
21
+ ## 0.1.1-next.1
22
+
23
+ ### Patch Changes
24
+
25
+ - 31fe8f256a: Add `createGitlabTokenValidator(config)` which can be used
26
+ to create a validator used at an ingress for topic `gitlab`.
27
+
28
+ On top, there is a new `gitlabWebhookEventsModule` for the new backend plugin API
29
+ which auto-registers the `HttpPostIngress` for topic `gitlab` incl. the validator.
30
+
31
+ Please find more information at
32
+ https://github.com/backstage/backstage/tree/master/plugins/events-backend-module-gitlab/README.md.
33
+
34
+ - Updated dependencies
35
+ - @backstage/backend-plugin-api@0.1.5-next.1
36
+ - @backstage/config@1.0.5-next.1
37
+ - @backstage/plugin-events-node@0.2.0-next.1
20
38
 
21
39
  ## 0.1.1-next.0
22
40
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend-module-gitlab",
3
- "version": "0.0.0-nightly-20221128023335",
3
+ "version": "0.0.0-nightly-20221130023322",
4
4
  "main": "../dist/index.cjs.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend-module-gitlab",
3
- "version": "0.0.0-nightly-20221128023335",
3
+ "version": "0.0.0-nightly-20221130023322",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -23,15 +23,15 @@
23
23
  "postpack": "backstage-cli package postpack"
24
24
  },
25
25
  "dependencies": {
26
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20221128023335",
27
- "@backstage/config": "^0.0.0-nightly-20221128023335",
28
- "@backstage/plugin-events-node": "^0.0.0-nightly-20221128023335",
26
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20221130023322",
27
+ "@backstage/config": "^0.0.0-nightly-20221130023322",
28
+ "@backstage/plugin-events-node": "^0.0.0-nightly-20221130023322",
29
29
  "winston": "^3.2.1"
30
30
  },
31
31
  "devDependencies": {
32
- "@backstage/backend-test-utils": "^0.0.0-nightly-20221128023335",
33
- "@backstage/cli": "^0.0.0-nightly-20221128023335",
34
- "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20221128023335",
32
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20221130023322",
33
+ "@backstage/cli": "^0.0.0-nightly-20221130023322",
34
+ "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20221130023322",
35
35
  "supertest": "^6.1.3"
36
36
  },
37
37
  "files": [