@walkeros/server-destination-aws 4.6.0-next-1788933594957 → 4.6.1

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,6 +1,13 @@
1
1
  # @walkeros/server-destination-aws
2
2
 
3
- ## 4.6.0-next-1788933594957
3
+ ## 4.6.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @walkeros/core@4.6.1
8
+ - @walkeros/server-core@4.6.1
9
+
10
+ ## 4.6.0
4
11
 
5
12
  ### Patch Changes
6
13
 
@@ -9,8 +16,8 @@
9
16
  `data` and `next`. A `before` transformer chain configured on the destination
10
17
  never ran, and a `consent` requirement was never enforced. The SNS destination
11
18
  in the same package was already correct.
12
- - @walkeros/server-core@4.6.0-next-1788933594957
13
- - @walkeros/core@4.6.0-next-1788933594957
19
+ - @walkeros/server-core@4.6.0
20
+ - @walkeros/core@4.6.0
14
21
 
15
22
  ## 4.5.0
16
23
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-aws",
4
- "version": "4.6.0-next-1788933594957",
4
+ "version": "4.6.1",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "server"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/server-destination-aws",
3
3
  "description": "AWS server destination for walkerOS",
4
- "version": "4.6.0-next-1788933594957",
4
+ "version": "4.6.1",
5
5
  "license": "MIT",
6
6
  "exports": {
7
7
  ".": {
@@ -38,8 +38,8 @@
38
38
  "@aws-sdk/client-firehose": "^3.952.0",
39
39
  "@aws-sdk/client-sns": "^3.952.0",
40
40
  "@aws-sdk/client-sts": "^3.952.0",
41
- "@walkeros/core": "4.6.0-next-1788933594957",
42
- "@walkeros/server-core": "4.6.0-next-1788933594957"
41
+ "@walkeros/core": "4.6.1",
42
+ "@walkeros/server-core": "4.6.1"
43
43
  },
44
44
  "devDependencies": {},
45
45
  "repository": {