@backstage/plugin-events-backend-module-aws-sqs 0.0.0-nightly-20230313022448 → 0.0.0-nightly-20230322022148

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,41 @@
1
1
  # @backstage/plugin-events-backend-module-aws-sqs
2
2
 
3
- ## 0.0.0-nightly-20230313022448
3
+ ## 0.0.0-nightly-20230322022148
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.0.0-nightly-20230322022148
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230322022148
10
+ - @backstage/backend-tasks@0.0.0-nightly-20230322022148
11
+ - @backstage/config@1.0.7
12
+ - @backstage/types@1.0.2
13
+ - @backstage/plugin-events-node@0.0.0-nightly-20230322022148
14
+
15
+ ## 0.1.6-next.0
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/backend-common@0.18.4-next.0
21
+ - @backstage/config@1.0.7
22
+ - @backstage/backend-plugin-api@0.5.1-next.0
23
+ - @backstage/backend-tasks@0.5.1-next.0
24
+ - @backstage/types@1.0.2
25
+ - @backstage/plugin-events-node@0.2.5-next.0
26
+
27
+ ## 0.1.5
4
28
 
5
29
  ### Patch Changes
6
30
 
7
31
  - a5de745ac17: Renamed `awsSqsConsumingEventPublisherEventsModule` to `eventsModuleAwsSqsConsumingEventPublisher` to match the [recommended naming patterns](https://backstage.io/docs/backend-system/architecture/naming-patterns).
8
32
  - 928a12a9b3e: Internal refactor of `/alpha` exports.
9
33
  - Updated dependencies
10
- - @backstage/backend-tasks@0.0.0-nightly-20230313022448
11
- - @backstage/backend-common@0.0.0-nightly-20230313022448
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20230313022448
13
- - @backstage/plugin-events-node@0.0.0-nightly-20230313022448
14
- - @backstage/config@0.0.0-nightly-20230313022448
34
+ - @backstage/backend-tasks@0.5.0
35
+ - @backstage/backend-common@0.18.3
36
+ - @backstage/backend-plugin-api@0.5.0
37
+ - @backstage/plugin-events-node@0.2.4
38
+ - @backstage/config@1.0.7
15
39
  - @backstage/types@1.0.2
16
40
 
17
41
  ## 0.1.5-next.2
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend-module-aws-sqs",
3
- "version": "0.0.0-nightly-20230313022448",
3
+ "version": "0.0.0-nightly-20230322022148",
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-20230313022448",
3
+ "version": "0.0.0-nightly-20230322022148",
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.208.0",
37
- "@backstage/backend-common": "^0.0.0-nightly-20230313022448",
38
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230313022448",
39
- "@backstage/backend-tasks": "^0.0.0-nightly-20230313022448",
40
- "@backstage/config": "^0.0.0-nightly-20230313022448",
41
- "@backstage/plugin-events-node": "^0.0.0-nightly-20230313022448",
37
+ "@backstage/backend-common": "^0.0.0-nightly-20230322022148",
38
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230322022148",
39
+ "@backstage/backend-tasks": "^0.0.0-nightly-20230322022148",
40
+ "@backstage/config": "^1.0.7",
41
+ "@backstage/plugin-events-node": "^0.0.0-nightly-20230322022148",
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.208.0",
48
- "@backstage/backend-common": "^0.0.0-nightly-20230313022448",
49
- "@backstage/backend-test-utils": "^0.0.0-nightly-20230313022448",
50
- "@backstage/cli": "^0.0.0-nightly-20230313022448",
51
- "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20230313022448",
48
+ "@backstage/backend-common": "^0.0.0-nightly-20230322022148",
49
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230322022148",
50
+ "@backstage/cli": "^0.0.0-nightly-20230322022148",
51
+ "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20230322022148",
52
52
  "aws-sdk-client-mock": "^2.0.0"
53
53
  },
54
54
  "files": [