@backstage/plugin-events-backend-module-aws-sqs 0.0.0-nightly-20230113023010 → 0.0.0-nightly-20230115022837

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,17 @@
1
1
  # @backstage/plugin-events-backend-module-aws-sqs
2
2
 
3
- ## 0.0.0-nightly-20230113023010
3
+ ## 0.0.0-nightly-20230115022837
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 9f2b786fc9: Provide context for logged errors.
8
8
  - 8e06f3cf00: Switched imports of `loggerToWinstonLogger` to `@backstage/backend-common`.
9
9
  - Updated dependencies
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20230113023010
11
- - @backstage/backend-common@0.0.0-nightly-20230113023010
12
- - @backstage/backend-tasks@0.0.0-nightly-20230113023010
13
- - @backstage/config@0.0.0-nightly-20230113023010
14
- - @backstage/plugin-events-node@0.0.0-nightly-20230113023010
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230115022837
11
+ - @backstage/backend-common@0.0.0-nightly-20230115022837
12
+ - @backstage/backend-tasks@0.0.0-nightly-20230115022837
13
+ - @backstage/config@0.0.0-nightly-20230115022837
14
+ - @backstage/plugin-events-node@0.0.0-nightly-20230115022837
15
15
  - @backstage/types@1.0.2
16
16
 
17
17
  ## 0.1.2-next.1
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend-module-aws-sqs",
3
- "version": "0.0.0-nightly-20230113023010",
3
+ "version": "0.0.0-nightly-20230115022837",
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.0.0-nightly-20230113023010",
3
+ "version": "0.0.0-nightly-20230115022837",
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.0.0-nightly-20230113023010",
28
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230113023010",
29
- "@backstage/backend-tasks": "^0.0.0-nightly-20230113023010",
30
- "@backstage/config": "^0.0.0-nightly-20230113023010",
31
- "@backstage/plugin-events-node": "^0.0.0-nightly-20230113023010",
27
+ "@backstage/backend-common": "^0.0.0-nightly-20230115022837",
28
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230115022837",
29
+ "@backstage/backend-tasks": "^0.0.0-nightly-20230115022837",
30
+ "@backstage/config": "^0.0.0-nightly-20230115022837",
31
+ "@backstage/plugin-events-node": "^0.0.0-nightly-20230115022837",
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.0.0-nightly-20230113023010",
39
- "@backstage/backend-test-utils": "^0.0.0-nightly-20230113023010",
40
- "@backstage/cli": "^0.0.0-nightly-20230113023010",
41
- "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20230113023010",
38
+ "@backstage/backend-common": "^0.0.0-nightly-20230115022837",
39
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230115022837",
40
+ "@backstage/cli": "^0.0.0-nightly-20230115022837",
41
+ "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20230115022837",
42
42
  "aws-sdk-client-mock": "^2.0.0"
43
43
  },
44
44
  "files": [