@backstage/plugin-events-backend-module-aws-sqs 0.0.0-nightly-20240729022006 → 0.0.0-nightly-20240731020649

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-20240729022006
3
+ ## 0.0.0-nightly-20240731020649
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-20240729022006
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240729022006
11
- - @backstage/backend-tasks@0.0.0-nightly-20240729022006
9
+ - @backstage/backend-common@0.0.0-nightly-20240731020649
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240731020649
11
+ - @backstage/backend-tasks@0.0.0-nightly-20240731020649
12
12
  - @backstage/config@1.2.0
13
13
  - @backstage/types@1.1.1
14
- - @backstage/plugin-events-node@0.0.0-nightly-20240729022006
14
+ - @backstage/plugin-events-node@0.0.0-nightly-20240731020649
15
+
16
+ ## 0.3.9-next.1
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/backend-plugin-api@0.7.1-next.1
22
+ - @backstage/backend-common@0.23.4-next.1
23
+ - @backstage/backend-tasks@0.5.28-next.1
24
+ - @backstage/config@1.2.0
25
+ - @backstage/types@1.1.1
26
+ - @backstage/plugin-events-node@0.3.9-next.1
15
27
 
16
28
  ## 0.3.9-next.0
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-20240729022006",
3
+ "version": "0.0.0-nightly-20240731020649",
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-20240729022006",
3
+ "version": "0.0.0-nightly-20240731020649",
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-20240729022006",
51
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240729022006",
52
- "@backstage/backend-tasks": "^0.0.0-nightly-20240729022006",
50
+ "@backstage/backend-common": "^0.0.0-nightly-20240731020649",
51
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240731020649",
52
+ "@backstage/backend-tasks": "^0.0.0-nightly-20240731020649",
53
53
  "@backstage/config": "^1.2.0",
54
- "@backstage/plugin-events-node": "^0.0.0-nightly-20240729022006",
54
+ "@backstage/plugin-events-node": "^0.0.0-nightly-20240731020649",
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-20240729022006",
61
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240729022006",
62
- "@backstage/cli": "^0.0.0-nightly-20240729022006",
63
- "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20240729022006",
60
+ "@backstage/backend-common": "^0.0.0-nightly-20240731020649",
61
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240731020649",
62
+ "@backstage/cli": "^0.0.0-nightly-20240731020649",
63
+ "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20240731020649",
64
64
  "aws-sdk-client-mock": "^4.0.0"
65
65
  },
66
66
  "configSchema": "config.d.ts"