@splendidlabz/third-party 1.3.5 → 1.3.7

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,20 @@
1
1
  # @splendidlabz/third-party
2
2
 
3
+ ## 1.3.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @splendidlabz/utils@1.10.1
9
+
10
+ ## 1.3.6
11
+
12
+ ### Patch Changes
13
+
14
+ - 96c92cc: Some cleanup and typo fixes
15
+ - Updated dependencies [4efacb3]
16
+ - @splendidlabz/utils@1.10.0
17
+
3
18
  ## 1.3.5
4
19
 
5
20
  ### Patch Changes
package/lib/sendy.js CHANGED
@@ -95,6 +95,7 @@ export function createSendy({
95
95
  api_key,
96
96
  list: listId || list,
97
97
  email,
98
+ name,
98
99
  ipaddress: ip,
99
100
  referrer,
100
101
  gdpr,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@splendidlabz/third-party",
3
3
  "prettier": "@splendidlabz/prettier-config",
4
- "version": "1.3.5",
4
+ "version": "1.3.7",
5
5
  "description": "",
6
6
  "type": "module",
7
7
  "main": "index.js",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "author": "Zell Liew <zellwk@gmail.com>",
18
18
  "dependencies": {
19
- "@splendidlabz/utils": "1.9.1",
19
+ "@splendidlabz/utils": "1.10.1",
20
20
  "googleapis": "^148.0.0",
21
21
  "http-errors": "^2.0.0",
22
22
  "pino": "^9.7.0",