@backstage/plugin-events-backend-module-aws-sqs 0.0.0-nightly-20240909023012 → 0.0.0-nightly-20240911022723

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,17 +1,28 @@
1
1
  # @backstage/plugin-events-backend-module-aws-sqs
2
2
 
3
- ## 0.0.0-nightly-20240909023012
3
+ ## 0.0.0-nightly-20240911022723
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - d425fc4: Modules, plugins, and services are now `BackendFeature`, not a function that returns a feature.
8
8
  - Updated dependencies
9
- - @backstage/backend-common@0.0.0-nightly-20240909023012
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240909023012
11
- - @backstage/plugin-events-node@0.0.0-nightly-20240909023012
9
+ - @backstage/backend-common@0.0.0-nightly-20240911022723
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240911022723
11
+ - @backstage/plugin-events-node@0.0.0-nightly-20240911022723
12
12
  - @backstage/config@1.2.0
13
13
  - @backstage/types@1.1.1
14
14
 
15
+ ## 0.4.2-next.2
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/backend-common@0.25.0-next.2
21
+ - @backstage/backend-plugin-api@1.0.0-next.2
22
+ - @backstage/config@1.2.0
23
+ - @backstage/types@1.1.1
24
+ - @backstage/plugin-events-node@0.4.0-next.2
25
+
15
26
  ## 0.4.2-next.1
16
27
 
17
28
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend-module-aws-sqs__alpha",
3
- "version": "0.0.0-nightly-20240909023012",
3
+ "version": "0.0.0-nightly-20240911022723",
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-aws-sqs",
3
- "version": "0.0.0-nightly-20240909023012",
3
+ "version": "0.0.0-nightly-20240911022723",
4
4
  "backstage": {
5
5
  "role": "backend-plugin-module",
6
6
  "pluginId": "events",
@@ -47,19 +47,19 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "@aws-sdk/client-sqs": "^3.350.0",
50
- "@backstage/backend-common": "^0.0.0-nightly-20240909023012",
51
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240909023012",
50
+ "@backstage/backend-common": "^0.0.0-nightly-20240911022723",
51
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240911022723",
52
52
  "@backstage/config": "^1.2.0",
53
- "@backstage/plugin-events-node": "^0.0.0-nightly-20240909023012",
53
+ "@backstage/plugin-events-node": "^0.0.0-nightly-20240911022723",
54
54
  "@backstage/types": "^1.1.1",
55
55
  "luxon": "^3.0.0"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@aws-sdk/types": "^3.347.0",
59
- "@backstage/backend-common": "^0.0.0-nightly-20240909023012",
60
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240909023012",
61
- "@backstage/cli": "^0.0.0-nightly-20240909023012",
62
- "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20240909023012",
59
+ "@backstage/backend-common": "^0.0.0-nightly-20240911022723",
60
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240911022723",
61
+ "@backstage/cli": "^0.0.0-nightly-20240911022723",
62
+ "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20240911022723",
63
63
  "aws-sdk-client-mock": "^4.0.0"
64
64
  },
65
65
  "configSchema": "config.d.ts"