@backstage/plugin-events-backend-module-aws-sqs 0.0.0-nightly-20240805021931 → 0.0.0-nightly-20240807021931

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,29 @@
1
1
  # @backstage/plugin-events-backend-module-aws-sqs
2
2
 
3
- ## 0.0.0-nightly-20240805021931
3
+ ## 0.0.0-nightly-20240807021931
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - ba8571e: Setup user agent header for AWS sdk clients, this enables users to better track API calls made from Backstage to AWS APIs through things like CloudTrail.
8
8
  - Updated dependencies
9
- - @backstage/backend-common@0.0.0-nightly-20240805021931
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240805021931
11
- - @backstage/backend-tasks@0.0.0-nightly-20240805021931
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240807021931
10
+ - @backstage/backend-common@0.0.0-nightly-20240807021931
11
+ - @backstage/backend-tasks@0.0.0-nightly-20240807021931
12
+ - @backstage/config@1.2.0
13
+ - @backstage/types@1.1.1
14
+ - @backstage/plugin-events-node@0.0.0-nightly-20240807021931
15
+
16
+ ## 0.3.9-next.2
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/backend-plugin-api@0.8.0-next.2
22
+ - @backstage/backend-common@0.23.4-next.2
23
+ - @backstage/backend-tasks@0.5.28-next.2
24
+ - @backstage/plugin-events-node@0.3.9-next.2
12
25
  - @backstage/config@1.2.0
13
26
  - @backstage/types@1.1.1
14
- - @backstage/plugin-events-node@0.0.0-nightly-20240805021931
15
27
 
16
28
  ## 0.3.9-next.1
17
29
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend-module-aws-sqs__alpha",
3
- "version": "0.0.0-nightly-20240805021931",
3
+ "version": "0.0.0-nightly-20240807021931",
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-20240805021931",
3
+ "version": "0.0.0-nightly-20240807021931",
4
4
  "backstage": {
5
5
  "role": "backend-plugin-module",
6
6
  "pluginId": "events",
@@ -47,20 +47,20 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "@aws-sdk/client-sqs": "^3.350.0",
50
- "@backstage/backend-common": "^0.0.0-nightly-20240805021931",
51
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240805021931",
52
- "@backstage/backend-tasks": "^0.0.0-nightly-20240805021931",
50
+ "@backstage/backend-common": "^0.0.0-nightly-20240807021931",
51
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240807021931",
52
+ "@backstage/backend-tasks": "^0.0.0-nightly-20240807021931",
53
53
  "@backstage/config": "^1.2.0",
54
- "@backstage/plugin-events-node": "^0.0.0-nightly-20240805021931",
54
+ "@backstage/plugin-events-node": "^0.0.0-nightly-20240807021931",
55
55
  "@backstage/types": "^1.1.1",
56
56
  "luxon": "^3.0.0"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@aws-sdk/types": "^3.347.0",
60
- "@backstage/backend-common": "^0.0.0-nightly-20240805021931",
61
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240805021931",
62
- "@backstage/cli": "^0.0.0-nightly-20240805021931",
63
- "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20240805021931",
60
+ "@backstage/backend-common": "^0.0.0-nightly-20240807021931",
61
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240807021931",
62
+ "@backstage/cli": "^0.0.0-nightly-20240807021931",
63
+ "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20240807021931",
64
64
  "aws-sdk-client-mock": "^4.0.0"
65
65
  },
66
66
  "configSchema": "config.d.ts"