@backstage/plugin-events-backend-module-aws-sqs 0.0.0-nightly-20230112022659 → 0.0.0-nightly-20230114022133

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-20230112022659
3
+ ## 0.0.0-nightly-20230114022133
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-20230112022659
11
- - @backstage/backend-common@0.0.0-nightly-20230112022659
12
- - @backstage/backend-tasks@0.0.0-nightly-20230112022659
13
- - @backstage/config@0.0.0-nightly-20230112022659
14
- - @backstage/plugin-events-node@0.0.0-nightly-20230112022659
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230114022133
11
+ - @backstage/backend-common@0.0.0-nightly-20230114022133
12
+ - @backstage/backend-tasks@0.0.0-nightly-20230114022133
13
+ - @backstage/config@0.0.0-nightly-20230114022133
14
+ - @backstage/plugin-events-node@0.0.0-nightly-20230114022133
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-20230112022659",
3
+ "version": "0.0.0-nightly-20230114022133",
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-20230112022659",
3
+ "version": "0.0.0-nightly-20230114022133",
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-20230112022659",
28
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230112022659",
29
- "@backstage/backend-tasks": "^0.0.0-nightly-20230112022659",
30
- "@backstage/config": "^0.0.0-nightly-20230112022659",
31
- "@backstage/plugin-events-node": "^0.0.0-nightly-20230112022659",
27
+ "@backstage/backend-common": "^0.0.0-nightly-20230114022133",
28
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230114022133",
29
+ "@backstage/backend-tasks": "^0.0.0-nightly-20230114022133",
30
+ "@backstage/config": "^0.0.0-nightly-20230114022133",
31
+ "@backstage/plugin-events-node": "^0.0.0-nightly-20230114022133",
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-20230112022659",
39
- "@backstage/backend-test-utils": "^0.0.0-nightly-20230112022659",
40
- "@backstage/cli": "^0.0.0-nightly-20230112022659",
41
- "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20230112022659",
38
+ "@backstage/backend-common": "^0.0.0-nightly-20230114022133",
39
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230114022133",
40
+ "@backstage/cli": "^0.0.0-nightly-20230114022133",
41
+ "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20230114022133",
42
42
  "aws-sdk-client-mock": "^2.0.0"
43
43
  },
44
44
  "files": [