@backstage/plugin-events-backend-module-aws-sqs 0.0.0-nightly-20231216021354 → 0.0.0-nightly-20231217021636

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-20231216021354
3
+ ## 0.0.0-nightly-20231217021636
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - cc4228e: Switched module ID to use kebab-case.
8
8
  - Updated dependencies
9
- - @backstage/backend-common@0.0.0-nightly-20231216021354
10
- - @backstage/backend-tasks@0.0.0-nightly-20231216021354
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20231216021354
9
+ - @backstage/backend-common@0.0.0-nightly-20231217021636
10
+ - @backstage/backend-tasks@0.0.0-nightly-20231217021636
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20231217021636
12
12
  - @backstage/config@1.1.1
13
13
  - @backstage/types@1.1.1
14
- - @backstage/plugin-events-node@0.0.0-nightly-20231216021354
14
+ - @backstage/plugin-events-node@0.0.0-nightly-20231217021636
15
15
 
16
16
  ## 0.2.11-next.3
17
17
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend-module-aws-sqs",
3
- "version": "0.0.0-nightly-20231216021354",
3
+ "version": "0.0.0-nightly-20231217021636",
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-20231216021354",
3
+ "version": "0.0.0-nightly-20231217021636",
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.0.0-nightly-20231216021354",
44
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20231216021354",
45
- "@backstage/backend-tasks": "^0.0.0-nightly-20231216021354",
43
+ "@backstage/backend-common": "^0.0.0-nightly-20231217021636",
44
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20231217021636",
45
+ "@backstage/backend-tasks": "^0.0.0-nightly-20231217021636",
46
46
  "@backstage/config": "^1.1.1",
47
- "@backstage/plugin-events-node": "^0.0.0-nightly-20231216021354",
47
+ "@backstage/plugin-events-node": "^0.0.0-nightly-20231217021636",
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.0.0-nightly-20231216021354",
55
- "@backstage/backend-test-utils": "^0.0.0-nightly-20231216021354",
56
- "@backstage/cli": "^0.0.0-nightly-20231216021354",
57
- "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20231216021354",
54
+ "@backstage/backend-common": "^0.0.0-nightly-20231217021636",
55
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20231217021636",
56
+ "@backstage/cli": "^0.0.0-nightly-20231217021636",
57
+ "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20231217021636",
58
58
  "aws-sdk-client-mock": "^3.0.0"
59
59
  },
60
60
  "files": [