@walkeros/server-destination-aws 4.1.2 → 4.1.3-next-1780071196115

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,5 +1,15 @@
1
1
  # @walkeros/server-destination-aws
2
2
 
3
+ ## 4.1.3-next-1780071196115
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [908d6f0]
8
+ - Updated dependencies [2d64ed2]
9
+ - Updated dependencies [3eb2467]
10
+ - @walkeros/core@4.1.3-next-1780071196115
11
+ - @walkeros/server-core@4.1.3-next-1780071196115
12
+
3
13
  ## 4.1.2
4
14
 
5
15
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-aws",
4
- "version": "4.1.2",
4
+ "version": "4.1.3-next-1780071196115",
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.1.2",
4
+ "version": "4.1.3-next-1780071196115",
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.1.2",
42
- "@walkeros/server-core": "4.1.2"
41
+ "@walkeros/core": "4.1.3-next-1780071196115",
42
+ "@walkeros/server-core": "4.1.3-next-1780071196115"
43
43
  },
44
44
  "devDependencies": {},
45
45
  "repository": {