@walkeros/server-destination-aws 4.6.0-next-1788933594957 → 4.6.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,6 +1,6 @@
1
1
  # @walkeros/server-destination-aws
2
2
 
3
- ## 4.6.0-next-1788933594957
3
+ ## 4.6.0
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -9,8 +9,8 @@
9
9
  `data` and `next`. A `before` transformer chain configured on the destination
10
10
  never ran, and a `consent` requirement was never enforced. The SNS destination
11
11
  in the same package was already correct.
12
- - @walkeros/server-core@4.6.0-next-1788933594957
13
- - @walkeros/core@4.6.0-next-1788933594957
12
+ - @walkeros/server-core@4.6.0
13
+ - @walkeros/core@4.6.0
14
14
 
15
15
  ## 4.5.0
16
16
 
@@ -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.0",
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.0",
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.0",
42
+ "@walkeros/server-core": "4.6.0"
43
43
  },
44
44
  "devDependencies": {},
45
45
  "repository": {