social-agent-cli 1.1.7 → 1.1.8
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/install.ts +1 -0
- package/package.json +1 -1
package/install.ts
CHANGED
|
@@ -292,6 +292,7 @@ Kullanıcıya "Arka planda gönderiliyor" de ve diğer işlere devam et.
|
|
|
292
292
|
`);
|
|
293
293
|
|
|
294
294
|
const browserPlatforms = [
|
|
295
|
+
{ key: "x", name: "X (Twitter)", url: "https://x.com" },
|
|
295
296
|
{ key: "linkedin", name: "LinkedIn", url: "https://www.linkedin.com" },
|
|
296
297
|
];
|
|
297
298
|
|