@backstage/plugin-events-backend-module-aws-sqs 0.0.0-nightly-20230116022721 → 0.0.0-nightly-20230117022622

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