@backstage/plugin-events-backend-module-aws-sqs 0.0.0-nightly-20230512021813 → 0.0.0-nightly-20230514022003

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-20230512021813
3
+ ## 0.0.0-nightly-20230514022003
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-20230512021813
14
- - @backstage/backend-tasks@0.0.0-nightly-20230512021813
15
- - @backstage/backend-plugin-api@0.0.0-nightly-20230512021813
13
+ - @backstage/backend-common@0.0.0-nightly-20230514022003
14
+ - @backstage/backend-tasks@0.0.0-nightly-20230514022003
15
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230514022003
16
16
  - @backstage/config@1.0.7
17
17
  - @backstage/types@1.0.2
18
- - @backstage/plugin-events-node@0.0.0-nightly-20230512021813
18
+ - @backstage/plugin-events-node@0.0.0-nightly-20230514022003
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-20230512021813",
3
+ "version": "0.0.0-nightly-20230514022003",
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-20230512021813",
3
+ "version": "0.0.0-nightly-20230514022003",
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-20230512021813",
38
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230512021813",
39
- "@backstage/backend-tasks": "^0.0.0-nightly-20230512021813",
37
+ "@backstage/backend-common": "^0.0.0-nightly-20230514022003",
38
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230514022003",
39
+ "@backstage/backend-tasks": "^0.0.0-nightly-20230514022003",
40
40
  "@backstage/config": "^1.0.7",
41
- "@backstage/plugin-events-node": "^0.0.0-nightly-20230512021813",
41
+ "@backstage/plugin-events-node": "^0.0.0-nightly-20230514022003",
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-20230512021813",
49
- "@backstage/backend-test-utils": "^0.0.0-nightly-20230512021813",
50
- "@backstage/cli": "^0.0.0-nightly-20230512021813",
51
- "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20230512021813",
48
+ "@backstage/backend-common": "^0.0.0-nightly-20230514022003",
49
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230514022003",
50
+ "@backstage/cli": "^0.0.0-nightly-20230514022003",
51
+ "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20230514022003",
52
52
  "aws-sdk-client-mock": "^2.0.0"
53
53
  },
54
54
  "files": [