@splendidlabz/third-party 1.3.13 → 1.3.15

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.15
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [7b9b628]
8
+ - @splendidlabz/utils@1.11.3
9
+
10
+ ## 1.3.14
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ - @splendidlabz/utils@1.11.2
16
+
3
17
  ## 1.3.13
4
18
 
5
19
  ### Patch Changes
@@ -113,3 +113,5 @@ const results = await postToPlatforms(
113
113
 
114
114
 
115
115
 
116
+
117
+
@@ -55,3 +55,5 @@ console.log('Preview results:', results)
55
55
 
56
56
 
57
57
 
58
+
59
+
@@ -111,3 +111,5 @@ export function createInstagram({ accessToken, instagramAccountId }) {
111
111
 
112
112
 
113
113
 
114
+
115
+
@@ -116,3 +116,5 @@ export function createThreads({ accessToken, threadsUserId }) {
116
116
 
117
117
 
118
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.13",
4
+ "version": "1.3.15",
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.1",
19
+ "@splendidlabz/utils": "1.11.3",
20
20
  "googleapis": "^148.0.0",
21
21
  "http-errors": "^2.0.0",
22
22
  "pino": "^9.7.0",
@@ -26,7 +26,7 @@
26
26
  "zl-fetch": "^6.0.6"
27
27
  },
28
28
  "devDependencies": {
29
- "@splendidlabz/eslint-config": "2.1.0",
29
+ "@splendidlabz/eslint-config": "2.1.3",
30
30
  "@splendidlabz/prettier-config": "1.2.0"
31
31
  }
32
32
  }