@backstage/plugin-events-backend-module-aws-sqs 0.0.0-nightly-20230808022043 → 0.0.0-nightly-20230810022130

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-20230808022043
3
+ ## 0.0.0-nightly-20230810022130
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,13 +8,23 @@
8
8
  - 12a8c94eda8d: Add package repository and homepage metadata
9
9
  - 4b82382ed8c2: Fixed invalid configuration schema. The configuration schema may be more strict as a result.
10
10
  - Updated dependencies
11
- - @backstage/backend-common@0.0.0-nightly-20230808022043
12
- - @backstage/plugin-events-node@0.0.0-nightly-20230808022043
13
- - @backstage/backend-plugin-api@0.0.0-nightly-20230808022043
14
- - @backstage/backend-tasks@0.0.0-nightly-20230808022043
11
+ - @backstage/backend-common@0.0.0-nightly-20230810022130
12
+ - @backstage/plugin-events-node@0.0.0-nightly-20230810022130
13
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230810022130
14
+ - @backstage/backend-tasks@0.0.0-nightly-20230810022130
15
15
  - @backstage/config@1.0.8
16
16
  - @backstage/types@1.1.0
17
17
 
18
+ ## 0.2.3-next.2
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @backstage/backend-plugin-api@0.6.0-next.2
24
+ - @backstage/backend-tasks@0.5.5-next.2
25
+ - @backstage/backend-common@0.19.2-next.2
26
+ - @backstage/plugin-events-node@0.2.9-next.2
27
+
18
28
  ## 0.2.3-next.1
19
29
 
20
30
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend-module-aws-sqs",
3
- "version": "0.0.0-nightly-20230808022043",
3
+ "version": "0.0.0-nightly-20230810022130",
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-20230808022043",
3
+ "version": "0.0.0-nightly-20230810022130",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -40,21 +40,21 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@aws-sdk/client-sqs": "^3.350.0",
43
- "@backstage/backend-common": "^0.0.0-nightly-20230808022043",
44
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230808022043",
45
- "@backstage/backend-tasks": "^0.0.0-nightly-20230808022043",
43
+ "@backstage/backend-common": "^0.0.0-nightly-20230810022130",
44
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230810022130",
45
+ "@backstage/backend-tasks": "^0.0.0-nightly-20230810022130",
46
46
  "@backstage/config": "^1.0.8",
47
- "@backstage/plugin-events-node": "^0.0.0-nightly-20230808022043",
47
+ "@backstage/plugin-events-node": "^0.0.0-nightly-20230810022130",
48
48
  "@backstage/types": "^1.1.0",
49
49
  "luxon": "^3.0.0",
50
50
  "winston": "^3.2.1"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@aws-sdk/types": "^3.347.0",
54
- "@backstage/backend-common": "^0.0.0-nightly-20230808022043",
55
- "@backstage/backend-test-utils": "^0.0.0-nightly-20230808022043",
56
- "@backstage/cli": "^0.0.0-nightly-20230808022043",
57
- "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20230808022043",
54
+ "@backstage/backend-common": "^0.0.0-nightly-20230810022130",
55
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230810022130",
56
+ "@backstage/cli": "^0.0.0-nightly-20230810022130",
57
+ "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20230810022130",
58
58
  "aws-sdk-client-mock": "^2.0.0"
59
59
  },
60
60
  "files": [