@backstage/plugin-events-backend-module-aws-sqs 0.0.0-nightly-20221122023840 → 0.0.0-nightly-20221123023445

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,15 +1,26 @@
1
1
  # @backstage/plugin-events-backend-module-aws-sqs
2
2
 
3
- ## 0.0.0-nightly-20221122023840
3
+ ## 0.0.0-nightly-20221123023445
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-events-node@0.0.0-nightly-20221122023840
9
- - @backstage/types@0.0.0-nightly-20221122023840
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20221122023840
11
- - @backstage/backend-tasks@0.0.0-nightly-20221122023840
12
- - @backstage/config@0.0.0-nightly-20221122023840
8
+ - @backstage/plugin-events-node@0.0.0-nightly-20221123023445
9
+ - @backstage/types@0.0.0-nightly-20221123023445
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20221123023445
11
+ - @backstage/backend-tasks@0.0.0-nightly-20221123023445
12
+ - @backstage/config@0.0.0-nightly-20221123023445
13
+
14
+ ## 0.1.1-next.0
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/plugin-events-node@0.2.0-next.0
20
+ - @backstage/types@1.0.2-next.0
21
+ - @backstage/backend-plugin-api@0.1.5-next.0
22
+ - @backstage/backend-tasks@0.3.8-next.0
23
+ - @backstage/config@1.0.5-next.0
13
24
 
14
25
  ## 0.1.0
15
26
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend-module-aws-sqs",
3
- "version": "0.0.0-nightly-20221122023840",
3
+ "version": "0.0.0-nightly-20221123023445",
4
4
  "main": "../dist/index.cjs.js",
5
5
  "types": "../dist/index.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-20221122023840",
3
+ "version": "0.0.0-nightly-20221123023445",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -24,19 +24,19 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@aws-sdk/client-sqs": "^3.0.0",
27
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20221122023840",
28
- "@backstage/backend-tasks": "^0.0.0-nightly-20221122023840",
29
- "@backstage/config": "^0.0.0-nightly-20221122023840",
30
- "@backstage/plugin-events-node": "^0.0.0-nightly-20221122023840",
31
- "@backstage/types": "^0.0.0-nightly-20221122023840",
27
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20221123023445",
28
+ "@backstage/backend-tasks": "^0.0.0-nightly-20221123023445",
29
+ "@backstage/config": "^0.0.0-nightly-20221123023445",
30
+ "@backstage/plugin-events-node": "^0.0.0-nightly-20221123023445",
31
+ "@backstage/types": "^0.0.0-nightly-20221123023445",
32
32
  "luxon": "^3.0.0",
33
33
  "winston": "^3.2.1"
34
34
  },
35
35
  "devDependencies": {
36
- "@backstage/backend-common": "^0.0.0-nightly-20221122023840",
37
- "@backstage/backend-test-utils": "^0.0.0-nightly-20221122023840",
38
- "@backstage/cli": "^0.0.0-nightly-20221122023840",
39
- "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20221122023840",
36
+ "@backstage/backend-common": "^0.0.0-nightly-20221123023445",
37
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20221123023445",
38
+ "@backstage/cli": "^0.0.0-nightly-20221123023445",
39
+ "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20221123023445",
40
40
  "aws-sdk-client-mock": "^2.0.0"
41
41
  },
42
42
  "files": [