@backstage/plugin-events-backend-module-google-pubsub 0.0.0-nightly-20250915023933 → 0.0.0-nightly-20250925023741

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 +23 -5
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,15 +1,33 @@
1
1
  # @backstage/plugin-events-backend-module-google-pubsub
2
2
 
3
- ## 0.0.0-nightly-20250915023933
3
+ ## 0.0.0-nightly-20250925023741
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-plugin-api@0.0.0-nightly-20250915023933
9
- - @backstage/config@1.3.3
8
+ - @backstage/config@0.0.0-nightly-20250925023741
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250925023741
10
10
  - @backstage/errors@1.2.7
11
- - @backstage/types@1.2.1
12
- - @backstage/plugin-events-node@0.0.0-nightly-20250915023933
11
+ - @backstage/types@1.2.2
12
+ - @backstage/plugin-events-node@0.0.0-nightly-20250925023741
13
+
14
+ ## 0.1.5-next.0
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/config@1.3.4-next.0
20
+ - @backstage/backend-plugin-api@1.4.4-next.0
21
+ - @backstage/plugin-events-node@0.4.16-next.0
22
+
23
+ ## 0.1.4
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies
28
+ - @backstage/plugin-events-node@0.4.15
29
+ - @backstage/types@1.2.2
30
+ - @backstage/backend-plugin-api@1.4.3
13
31
 
14
32
  ## 0.1.4-next.0
15
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend-module-google-pubsub",
3
- "version": "0.0.0-nightly-20250915023933",
3
+ "version": "0.0.0-nightly-20250925023741",
4
4
  "description": "The google-pubsub backend module for the events plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -37,19 +37,19 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250915023933",
41
- "@backstage/config": "1.3.3",
40
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250925023741",
41
+ "@backstage/config": "0.0.0-nightly-20250925023741",
42
42
  "@backstage/errors": "1.2.7",
43
- "@backstage/plugin-events-node": "0.0.0-nightly-20250915023933",
44
- "@backstage/types": "1.2.1",
43
+ "@backstage/plugin-events-node": "0.0.0-nightly-20250925023741",
44
+ "@backstage/types": "1.2.2",
45
45
  "@google-cloud/pubsub": "^4.10.0",
46
46
  "@opentelemetry/api": "^1.9.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@backstage/backend-defaults": "0.0.0-nightly-20250915023933",
50
- "@backstage/backend-test-utils": "0.0.0-nightly-20250915023933",
51
- "@backstage/cli": "0.0.0-nightly-20250915023933",
52
- "@backstage/plugin-events-backend": "0.0.0-nightly-20250915023933",
49
+ "@backstage/backend-defaults": "0.0.0-nightly-20250925023741",
50
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250925023741",
51
+ "@backstage/cli": "0.0.0-nightly-20250925023741",
52
+ "@backstage/plugin-events-backend": "0.0.0-nightly-20250925023741",
53
53
  "wait-for-expect": "^3.0.2"
54
54
  },
55
55
  "configSchema": "config.d.ts",