@splendidlabz/third-party 1.3.12 → 1.3.14

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,19 @@
1
1
  # @splendidlabz/third-party
2
2
 
3
+ ## 1.3.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @splendidlabz/utils@1.11.2
9
+
10
+ ## 1.3.13
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ - @splendidlabz/utils@1.11.1
16
+
3
17
  ## 1.3.12
4
18
 
5
19
  ### Patch Changes
@@ -109,3 +109,9 @@ const results = await postToPlatforms(
109
109
 
110
110
 
111
111
 
112
+
113
+
114
+
115
+
116
+
117
+
@@ -51,3 +51,9 @@ console.log('Preview results:', results)
51
51
 
52
52
 
53
53
 
54
+
55
+
56
+
57
+
58
+
59
+
@@ -107,3 +107,9 @@ export function createInstagram({ accessToken, instagramAccountId }) {
107
107
 
108
108
 
109
109
 
110
+
111
+
112
+
113
+
114
+
115
+
@@ -112,3 +112,9 @@ export function createThreads({ accessToken, threadsUserId }) {
112
112
 
113
113
 
114
114
 
115
+
116
+
117
+
118
+
119
+
120
+
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.12",
4
+ "version": "1.3.14",
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.11.0",
19
+ "@splendidlabz/utils": "1.11.2",
20
20
  "googleapis": "^148.0.0",
21
21
  "http-errors": "^2.0.0",
22
22
  "pino": "^9.7.0",