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

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-20230313022448
3
+ ## 0.0.0-nightly-20230314021848
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - a5de745ac17: Renamed `awsSqsConsumingEventPublisherEventsModule` to `eventsModuleAwsSqsConsumingEventPublisher` to match the [recommended naming patterns](https://backstage.io/docs/backend-system/architecture/naming-patterns).
8
8
  - 928a12a9b3e: Internal refactor of `/alpha` exports.
9
9
  - 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
10
+ - @backstage/backend-tasks@0.0.0-nightly-20230314021848
11
+ - @backstage/backend-common@0.0.0-nightly-20230314021848
12
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230314021848
13
+ - @backstage/plugin-events-node@0.0.0-nightly-20230314021848
14
+ - @backstage/config@0.0.0-nightly-20230314021848
15
15
  - @backstage/types@1.0.2
16
16
 
17
17
  ## 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-20230314021848",
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-20230314021848",
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-20230314021848",
38
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230314021848",
39
+ "@backstage/backend-tasks": "^0.0.0-nightly-20230314021848",
40
+ "@backstage/config": "^0.0.0-nightly-20230314021848",
41
+ "@backstage/plugin-events-node": "^0.0.0-nightly-20230314021848",
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-20230314021848",
49
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230314021848",
50
+ "@backstage/cli": "^0.0.0-nightly-20230314021848",
51
+ "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20230314021848",
52
52
  "aws-sdk-client-mock": "^2.0.0"
53
53
  },
54
54
  "files": [