@backstage/plugin-events-backend-module-gitlab 0.1.1-next.3 → 0.1.2-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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @backstage/plugin-events-backend-module-gitlab
2
2
 
3
+ ## 0.1.2-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@0.2.1-next.0
9
+ - @backstage/config@1.0.6-next.0
10
+ - @backstage/plugin-events-node@0.2.1-next.0
11
+
12
+ ## 0.1.1
13
+
14
+ ### Patch Changes
15
+
16
+ - 884d749b14: Refactored to use `coreServices` from `@backstage/backend-plugin-api`.
17
+ - 31fe8f256a: Add `createGitlabTokenValidator(config)` which can be used
18
+ to create a validator used at an ingress for topic `gitlab`.
19
+
20
+ On top, there is a new `gitlabWebhookEventsModule` for the new backend plugin API
21
+ which auto-registers the `HttpPostIngress` for topic `gitlab` incl. the validator.
22
+
23
+ Please find more information at
24
+ https://github.com/backstage/backstage/tree/master/plugins/events-backend-module-gitlab/README.md.
25
+
26
+ - Updated dependencies
27
+ - @backstage/backend-plugin-api@0.2.0
28
+ - @backstage/plugin-events-node@0.2.0
29
+ - @backstage/config@1.0.5
30
+
3
31
  ## 0.1.1-next.3
4
32
 
5
33
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend-module-gitlab",
3
- "version": "0.1.1-next.3",
3
+ "version": "0.1.2-next.0",
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.1.1-next.3",
3
+ "version": "0.1.2-next.0",
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.2.0-next.3",
27
- "@backstage/config": "^1.0.5-next.1",
28
- "@backstage/plugin-events-node": "^0.2.0-next.3",
26
+ "@backstage/backend-plugin-api": "^0.2.1-next.0",
27
+ "@backstage/config": "^1.0.6-next.0",
28
+ "@backstage/plugin-events-node": "^0.2.1-next.0",
29
29
  "winston": "^3.2.1"
30
30
  },
31
31
  "devDependencies": {
32
- "@backstage/backend-test-utils": "^0.1.31-next.4",
33
- "@backstage/cli": "^0.22.0-next.4",
34
- "@backstage/plugin-events-backend-test-utils": "^0.1.1-next.3",
32
+ "@backstage/backend-test-utils": "^0.1.32-next.1",
33
+ "@backstage/cli": "^0.22.1-next.1",
34
+ "@backstage/plugin-events-backend-test-utils": "^0.1.2-next.0",
35
35
  "supertest": "^6.1.3"
36
36
  },
37
37
  "files": [