@backstage/plugin-events-backend-module-aws-sqs 0.1.2-next.1 → 0.1.2

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,19 @@
1
1
  # @backstage/plugin-events-backend-module-aws-sqs
2
2
 
3
+ ## 0.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 9f2b786fc9: Provide context for logged errors.
8
+ - 8e06f3cf00: Switched imports of `loggerToWinstonLogger` to `@backstage/backend-common`.
9
+ - Updated dependencies
10
+ - @backstage/backend-plugin-api@0.3.0
11
+ - @backstage/backend-common@0.18.0
12
+ - @backstage/backend-tasks@0.4.1
13
+ - @backstage/config@1.0.6
14
+ - @backstage/plugin-events-node@0.2.1
15
+ - @backstage/types@1.0.2
16
+
3
17
  ## 0.1.2-next.1
4
18
 
5
19
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend-module-aws-sqs",
3
- "version": "0.1.2-next.1",
3
+ "version": "0.1.2",
4
4
  "main": "../dist/index.cjs.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
@@ -48,6 +48,6 @@ export declare class AwsSqsConsumingEventPublisher implements EventPublisher {
48
48
  *
49
49
  * @alpha
50
50
  */
51
- export declare const awsSqsConsumingEventPublisherEventsModule: (options?: undefined) => BackendFeature;
51
+ export declare const awsSqsConsumingEventPublisherEventsModule: () => BackendFeature;
52
52
 
53
53
  export { }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend-module-aws-sqs",
3
- "version": "0.1.2-next.1",
3
+ "version": "0.1.2",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -24,21 +24,21 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@aws-sdk/client-sqs": "^3.208.0",
27
- "@backstage/backend-common": "^0.18.0-next.1",
28
- "@backstage/backend-plugin-api": "^0.3.0-next.1",
29
- "@backstage/backend-tasks": "^0.4.1-next.1",
30
- "@backstage/config": "^1.0.6-next.0",
31
- "@backstage/plugin-events-node": "^0.2.1-next.1",
27
+ "@backstage/backend-common": "^0.18.0",
28
+ "@backstage/backend-plugin-api": "^0.3.0",
29
+ "@backstage/backend-tasks": "^0.4.1",
30
+ "@backstage/config": "^1.0.6",
31
+ "@backstage/plugin-events-node": "^0.2.1",
32
32
  "@backstage/types": "^1.0.2",
33
33
  "luxon": "^3.0.0",
34
34
  "winston": "^3.2.1"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@aws-sdk/types": "^3.208.0",
38
- "@backstage/backend-common": "^0.18.0-next.1",
39
- "@backstage/backend-test-utils": "^0.1.32-next.2",
40
- "@backstage/cli": "^0.22.1-next.2",
41
- "@backstage/plugin-events-backend-test-utils": "^0.1.2-next.1",
38
+ "@backstage/backend-common": "^0.18.0",
39
+ "@backstage/backend-test-utils": "^0.1.32",
40
+ "@backstage/cli": "^0.22.1",
41
+ "@backstage/plugin-events-backend-test-utils": "^0.1.2",
42
42
  "aws-sdk-client-mock": "^2.0.0"
43
43
  },
44
44
  "files": [