@backstage/plugin-events-backend-module-aws-sqs 0.2.0-next.2 → 0.2.0

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,5 +1,22 @@
1
1
  # @backstage/plugin-events-backend-module-aws-sqs
2
2
 
3
+ ## 0.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 2c5661f3899: Allow endpoint configuration for sqs, enabling use of localstack for testing.
8
+
9
+ ### Patch Changes
10
+
11
+ - 3659c71c5d9: Standardize `@aws-sdk` v3 versions
12
+ - Updated dependencies
13
+ - @backstage/backend-common@0.18.5
14
+ - @backstage/backend-tasks@0.5.2
15
+ - @backstage/backend-plugin-api@0.5.2
16
+ - @backstage/config@1.0.7
17
+ - @backstage/types@1.0.2
18
+ - @backstage/plugin-events-node@0.2.6
19
+
3
20
  ## 0.2.0-next.2
4
21
 
5
22
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend-module-aws-sqs",
3
- "version": "0.2.0-next.2",
3
+ "version": "0.2.0",
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.2.0-next.2",
3
+ "version": "0.2.0",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -33,22 +33,22 @@
33
33
  "postpack": "backstage-cli package postpack"
34
34
  },
35
35
  "dependencies": {
36
- "@aws-sdk/client-sqs": "^3.208.0",
37
- "@backstage/backend-common": "^0.18.5-next.1",
38
- "@backstage/backend-plugin-api": "^0.5.2-next.1",
39
- "@backstage/backend-tasks": "^0.5.2-next.1",
36
+ "@aws-sdk/client-sqs": "^3.310.0",
37
+ "@backstage/backend-common": "^0.18.5",
38
+ "@backstage/backend-plugin-api": "^0.5.2",
39
+ "@backstage/backend-tasks": "^0.5.2",
40
40
  "@backstage/config": "^1.0.7",
41
- "@backstage/plugin-events-node": "^0.2.6-next.1",
41
+ "@backstage/plugin-events-node": "^0.2.6",
42
42
  "@backstage/types": "^1.0.2",
43
43
  "luxon": "^3.0.0",
44
44
  "winston": "^3.2.1"
45
45
  },
46
46
  "devDependencies": {
47
- "@aws-sdk/types": "^3.208.0",
48
- "@backstage/backend-common": "^0.18.5-next.1",
49
- "@backstage/backend-test-utils": "^0.1.37-next.1",
50
- "@backstage/cli": "^0.22.7-next.0",
51
- "@backstage/plugin-events-backend-test-utils": "^0.1.7-next.1",
47
+ "@aws-sdk/types": "^3.310.0",
48
+ "@backstage/backend-common": "^0.18.5",
49
+ "@backstage/backend-test-utils": "^0.1.37",
50
+ "@backstage/cli": "^0.22.7",
51
+ "@backstage/plugin-events-backend-test-utils": "^0.1.7",
52
52
  "aws-sdk-client-mock": "^2.0.0"
53
53
  },
54
54
  "files": [