@backstage/plugin-events-backend-module-aws-sqs 0.2.0-next.2 → 0.2.1-next.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,34 @@
1
1
  # @backstage/plugin-events-backend-module-aws-sqs
2
2
 
3
+ ## 0.2.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.18.6-next.0
9
+ - @backstage/config@1.0.7
10
+ - @backstage/backend-plugin-api@0.5.3-next.0
11
+ - @backstage/backend-tasks@0.5.3-next.0
12
+ - @backstage/types@1.0.2
13
+ - @backstage/plugin-events-node@0.2.7-next.0
14
+
15
+ ## 0.2.0
16
+
17
+ ### Minor Changes
18
+
19
+ - 2c5661f3899: Allow endpoint configuration for sqs, enabling use of localstack for testing.
20
+
21
+ ### Patch Changes
22
+
23
+ - 3659c71c5d9: Standardize `@aws-sdk` v3 versions
24
+ - Updated dependencies
25
+ - @backstage/backend-common@0.18.5
26
+ - @backstage/backend-tasks@0.5.2
27
+ - @backstage/backend-plugin-api@0.5.2
28
+ - @backstage/config@1.0.7
29
+ - @backstage/types@1.0.2
30
+ - @backstage/plugin-events-node@0.2.6
31
+
3
32
  ## 0.2.0-next.2
4
33
 
5
34
  ### 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.1-next.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.1-next.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.6-next.0",
38
+ "@backstage/backend-plugin-api": "^0.5.3-next.0",
39
+ "@backstage/backend-tasks": "^0.5.3-next.0",
40
40
  "@backstage/config": "^1.0.7",
41
- "@backstage/plugin-events-node": "^0.2.6-next.1",
41
+ "@backstage/plugin-events-node": "^0.2.7-next.0",
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.6-next.0",
49
+ "@backstage/backend-test-utils": "^0.1.38-next.0",
50
+ "@backstage/cli": "^0.22.8-next.0",
51
+ "@backstage/plugin-events-backend-test-utils": "^0.1.8-next.0",
52
52
  "aws-sdk-client-mock": "^2.0.0"
53
53
  },
54
54
  "files": [