@backstage/plugin-events-backend-module-aws-sqs 0.0.0-nightly-20240910023018 → 0.0.0-nightly-20240912022955

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,28 @@
1
1
  # @backstage/plugin-events-backend-module-aws-sqs
2
2
 
3
- ## 0.0.0-nightly-20240910023018
3
+ ## 0.0.0-nightly-20240912022955
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - d425fc4: Modules, plugins, and services are now `BackendFeature`, not a function that returns a feature.
8
8
  - Updated dependencies
9
- - @backstage/backend-common@0.0.0-nightly-20240910023018
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240910023018
11
- - @backstage/plugin-events-node@0.0.0-nightly-20240910023018
9
+ - @backstage/backend-common@0.0.0-nightly-20240912022955
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240912022955
11
+ - @backstage/plugin-events-node@0.0.0-nightly-20240912022955
12
12
  - @backstage/config@1.2.0
13
13
  - @backstage/types@1.1.1
14
14
 
15
+ ## 0.4.2-next.2
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/backend-common@0.25.0-next.2
21
+ - @backstage/backend-plugin-api@1.0.0-next.2
22
+ - @backstage/config@1.2.0
23
+ - @backstage/types@1.1.1
24
+ - @backstage/plugin-events-node@0.4.0-next.2
25
+
15
26
  ## 0.4.2-next.1
16
27
 
17
28
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend-module-aws-sqs__alpha",
3
- "version": "0.0.0-nightly-20240910023018",
3
+ "version": "0.0.0-nightly-20240912022955",
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-20240910023018",
3
+ "version": "0.0.0-nightly-20240912022955",
4
4
  "backstage": {
5
5
  "role": "backend-plugin-module",
6
6
  "pluginId": "events",
@@ -47,19 +47,19 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "@aws-sdk/client-sqs": "^3.350.0",
50
- "@backstage/backend-common": "^0.0.0-nightly-20240910023018",
51
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240910023018",
50
+ "@backstage/backend-common": "^0.0.0-nightly-20240912022955",
51
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240912022955",
52
52
  "@backstage/config": "^1.2.0",
53
- "@backstage/plugin-events-node": "^0.0.0-nightly-20240910023018",
53
+ "@backstage/plugin-events-node": "^0.0.0-nightly-20240912022955",
54
54
  "@backstage/types": "^1.1.1",
55
55
  "luxon": "^3.0.0"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@aws-sdk/types": "^3.347.0",
59
- "@backstage/backend-common": "^0.0.0-nightly-20240910023018",
60
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240910023018",
61
- "@backstage/cli": "^0.0.0-nightly-20240910023018",
62
- "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20240910023018",
59
+ "@backstage/backend-common": "^0.0.0-nightly-20240912022955",
60
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240912022955",
61
+ "@backstage/cli": "^0.0.0-nightly-20240912022955",
62
+ "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20240912022955",
63
63
  "aws-sdk-client-mock": "^4.0.0"
64
64
  },
65
65
  "configSchema": "config.d.ts"