@backstage/plugin-events-backend-module-gitlab 0.0.0-nightly-20260422031853 → 0.0.0-nightly-20260424031925

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 +4 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @backstage/plugin-events-backend-module-gitlab
2
2
 
3
- ## 0.0.0-nightly-20260422031853
3
+ ## 0.0.0-nightly-20260424031925
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-plugin-api@0.0.0-nightly-20260422031853
9
- - @backstage/config@0.0.0-nightly-20260422031853
10
- - @backstage/plugin-events-node@0.0.0-nightly-20260422031853
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260424031925
9
+ - @backstage/config@0.0.0-nightly-20260424031925
10
+ - @backstage/plugin-events-node@0.0.0-nightly-20260424031925
11
11
 
12
12
  ## 0.3.12-next.0
13
13
 
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-20260422031853",
3
+ "version": "0.0.0-nightly-20260424031925",
4
4
  "backstage": {
5
5
  "role": "backend-plugin-module",
6
6
  "pluginId": "events",
@@ -51,14 +51,14 @@
51
51
  "test": "backstage-cli package test"
52
52
  },
53
53
  "dependencies": {
54
- "@backstage/backend-plugin-api": "0.0.0-nightly-20260422031853",
55
- "@backstage/config": "0.0.0-nightly-20260422031853",
56
- "@backstage/plugin-events-node": "0.0.0-nightly-20260422031853"
54
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260424031925",
55
+ "@backstage/config": "0.0.0-nightly-20260424031925",
56
+ "@backstage/plugin-events-node": "0.0.0-nightly-20260424031925"
57
57
  },
58
58
  "devDependencies": {
59
- "@backstage/backend-test-utils": "0.0.0-nightly-20260422031853",
60
- "@backstage/cli": "0.0.0-nightly-20260422031853",
61
- "@backstage/plugin-events-backend-test-utils": "0.0.0-nightly-20260422031853"
59
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260424031925",
60
+ "@backstage/cli": "0.0.0-nightly-20260424031925",
61
+ "@backstage/plugin-events-backend-test-utils": "0.0.0-nightly-20260424031925"
62
62
  },
63
63
  "configSchema": "config.d.ts"
64
64
  }