@backstage/plugin-events-backend-module-aws-sqs 0.0.0-nightly-20221122023840 → 0.1.1-next.0

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,15 @@
1
1
  # @backstage/plugin-events-backend-module-aws-sqs
2
2
 
3
- ## 0.0.0-nightly-20221122023840
3
+ ## 0.1.1-next.0
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.2.0-next.0
9
+ - @backstage/types@1.0.2-next.0
10
+ - @backstage/backend-plugin-api@0.1.5-next.0
11
+ - @backstage/backend-tasks@0.3.8-next.0
12
+ - @backstage/config@1.0.5-next.0
13
13
 
14
14
  ## 0.1.0
15
15
 
@@ -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.1.1-next.0",
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.1.1-next.0",
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.1.5-next.0",
28
+ "@backstage/backend-tasks": "^0.3.8-next.0",
29
+ "@backstage/config": "^1.0.5-next.0",
30
+ "@backstage/plugin-events-node": "^0.2.0-next.0",
31
+ "@backstage/types": "^1.0.2-next.0",
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.16.1-next.0",
37
+ "@backstage/backend-test-utils": "^0.1.31-next.0",
38
+ "@backstage/cli": "^0.21.2-next.0",
39
+ "@backstage/plugin-events-backend-test-utils": "^0.1.1-next.0",
40
40
  "aws-sdk-client-mock": "^2.0.0"
41
41
  },
42
42
  "files": [