@backstage/plugin-events-backend-module-aws-sqs 0.0.0-nightly-20230513022137 → 0.0.0-nightly-20230515022142

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,6 +1,6 @@
1
1
  # @backstage/plugin-events-backend-module-aws-sqs
2
2
 
3
- ## 0.0.0-nightly-20230513022137
3
+ ## 0.0.0-nightly-20230515022142
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -10,12 +10,12 @@
10
10
 
11
11
  - 3659c71c5d9: Standardize @aws-sdk v3 versions
12
12
  - Updated dependencies
13
- - @backstage/backend-common@0.0.0-nightly-20230513022137
14
- - @backstage/backend-tasks@0.0.0-nightly-20230513022137
15
- - @backstage/backend-plugin-api@0.0.0-nightly-20230513022137
13
+ - @backstage/backend-common@0.0.0-nightly-20230515022142
14
+ - @backstage/backend-tasks@0.0.0-nightly-20230515022142
15
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230515022142
16
16
  - @backstage/config@1.0.7
17
17
  - @backstage/types@1.0.2
18
- - @backstage/plugin-events-node@0.0.0-nightly-20230513022137
18
+ - @backstage/plugin-events-node@0.0.0-nightly-20230515022142
19
19
 
20
20
  ## 0.2.0-next.2
21
21
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend-module-aws-sqs",
3
- "version": "0.0.0-nightly-20230513022137",
3
+ "version": "0.0.0-nightly-20230515022142",
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.0.0-nightly-20230513022137",
3
+ "version": "0.0.0-nightly-20230515022142",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -34,21 +34,21 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@aws-sdk/client-sqs": "^3.310.0",
37
- "@backstage/backend-common": "^0.0.0-nightly-20230513022137",
38
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230513022137",
39
- "@backstage/backend-tasks": "^0.0.0-nightly-20230513022137",
37
+ "@backstage/backend-common": "^0.0.0-nightly-20230515022142",
38
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230515022142",
39
+ "@backstage/backend-tasks": "^0.0.0-nightly-20230515022142",
40
40
  "@backstage/config": "^1.0.7",
41
- "@backstage/plugin-events-node": "^0.0.0-nightly-20230513022137",
41
+ "@backstage/plugin-events-node": "^0.0.0-nightly-20230515022142",
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
47
  "@aws-sdk/types": "^3.310.0",
48
- "@backstage/backend-common": "^0.0.0-nightly-20230513022137",
49
- "@backstage/backend-test-utils": "^0.0.0-nightly-20230513022137",
50
- "@backstage/cli": "^0.0.0-nightly-20230513022137",
51
- "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20230513022137",
48
+ "@backstage/backend-common": "^0.0.0-nightly-20230515022142",
49
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230515022142",
50
+ "@backstage/cli": "^0.0.0-nightly-20230515022142",
51
+ "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20230515022142",
52
52
  "aws-sdk-client-mock": "^2.0.0"
53
53
  },
54
54
  "files": [