@splendidlabz/third-party 1.3.17 → 1.4.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 +13 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @splendidlabz/third-party
|
|
2
2
|
|
|
3
|
+
## 1.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Add social media automation library — format and post content to Twitter, Threads, and Instagram from a single content object. Supports threads, dry-run mode, and cross-platform orchestration.
|
|
8
|
+
|
|
9
|
+
## 1.3.18
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [42cd5a2]
|
|
14
|
+
- @splendidlabz/utils@1.11.6
|
|
15
|
+
|
|
3
16
|
## 1.3.17
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
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.
|
|
4
|
+
"version": "1.4.0",
|
|
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.
|
|
19
|
+
"@splendidlabz/utils": "1.11.6",
|
|
20
20
|
"googleapis": "^171.4.0",
|
|
21
21
|
"http-errors": "^2.0.1",
|
|
22
22
|
"pino": "^10.3.1",
|