@backstage/plugin-events-backend-module-aws-sqs 0.2.13-next.1 → 0.2.13-next.3

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,5 +1,30 @@
1
1
  # @backstage/plugin-events-backend-module-aws-sqs
2
2
 
3
+ ## 0.2.13-next.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.21.0-next.3
9
+ - @backstage/backend-tasks@0.5.15-next.3
10
+ - @backstage/backend-plugin-api@0.6.10-next.3
11
+ - @backstage/config@1.1.1
12
+ - @backstage/types@1.1.1
13
+ - @backstage/plugin-events-node@0.2.19-next.3
14
+
15
+ ## 0.2.13-next.2
16
+
17
+ ### Patch Changes
18
+
19
+ - 9aac2b0: Use `--cwd` as the first `yarn` argument
20
+ - Updated dependencies
21
+ - @backstage/backend-common@0.21.0-next.2
22
+ - @backstage/backend-plugin-api@0.6.10-next.2
23
+ - @backstage/backend-tasks@0.5.15-next.2
24
+ - @backstage/plugin-events-node@0.2.19-next.2
25
+ - @backstage/config@1.1.1
26
+ - @backstage/types@1.1.1
27
+
3
28
  ## 0.2.13-next.1
4
29
 
5
30
  ### Patch Changes
package/README.md CHANGED
@@ -38,7 +38,7 @@ events:
38
38
 
39
39
  ```bash
40
40
  # From your Backstage root directory
41
- yarn add --cwd packages/backend @backstage/plugin-events-backend-module-aws-sqs
41
+ yarn --cwd packages/backend add @backstage/plugin-events-backend-module-aws-sqs
42
42
  ```
43
43
 
44
44
  ```ts title="packages/backend/src/index.ts"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend-module-aws-sqs",
3
- "version": "0.2.13-next.1",
3
+ "version": "0.2.13-next.3",
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.2.13-next.1",
3
+ "version": "0.2.13-next.3",
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.21.0-next.1",
44
- "@backstage/backend-plugin-api": "^0.6.10-next.1",
45
- "@backstage/backend-tasks": "^0.5.15-next.1",
43
+ "@backstage/backend-common": "^0.21.0-next.3",
44
+ "@backstage/backend-plugin-api": "^0.6.10-next.3",
45
+ "@backstage/backend-tasks": "^0.5.15-next.3",
46
46
  "@backstage/config": "^1.1.1",
47
- "@backstage/plugin-events-node": "^0.2.19-next.1",
47
+ "@backstage/plugin-events-node": "^0.2.19-next.3",
48
48
  "@backstage/types": "^1.1.1",
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.21.0-next.1",
55
- "@backstage/backend-test-utils": "^0.3.0-next.1",
56
- "@backstage/cli": "^0.25.2-next.1",
57
- "@backstage/plugin-events-backend-test-utils": "^0.1.20-next.1",
54
+ "@backstage/backend-common": "^0.21.0-next.3",
55
+ "@backstage/backend-test-utils": "^0.3.0-next.3",
56
+ "@backstage/cli": "^0.25.2-next.3",
57
+ "@backstage/plugin-events-backend-test-utils": "^0.1.20-next.3",
58
58
  "aws-sdk-client-mock": "^3.0.0"
59
59
  },
60
60
  "files": [