social-agent-cli 4.2.1 → 4.2.2

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.
Files changed (2) hide show
  1. package/maps/linkedin.json +11 -7
  2. package/package.json +1 -1
@@ -3,7 +3,7 @@
3
3
  "platform": "linkedin",
4
4
  "action": "post",
5
5
  "description": "LinkedIn post paylaşma",
6
- "version": 3,
6
+ "version": 4,
7
7
  "parameters": [
8
8
  "{{CONTENT}}",
9
9
  "{{IMAGE}}"
@@ -12,25 +12,29 @@
12
12
  {
13
13
  "action": "click",
14
14
  "description": "\"Gönderi başlatın\" butonuna tıkla",
15
- "selector": "button.share-box-feed-entry__trigger",
16
- "fallbackSelectors": [],
15
+ "selector": "button[aria-label='Gönderi başlatın']",
16
+ "fallbackSelectors": [
17
+ "button[aria-label='Start a post']"
18
+ ],
17
19
  "waitMs": 2000
18
20
  },
19
21
  {
20
22
  "action": "type",
21
23
  "description": "Post metnini yaz",
22
- "selector": "[role=\"textbox\"]",
24
+ "selector": "[role='textbox']",
23
25
  "value": "{{CONTENT}}",
24
26
  "fallbackSelectors": [
25
- "[contenteditable=\"true\"]"
27
+ "[contenteditable='true']"
26
28
  ],
27
29
  "waitMs": 1000
28
30
  },
29
31
  {
30
32
  "action": "click",
31
33
  "description": "\"Gönderi\" gönder butonuna tıkla",
32
- "selector": "button.share-actions__primary-action",
33
- "fallbackSelectors": [],
34
+ "selector": "button[aria-label='Gönderi']",
35
+ "fallbackSelectors": [
36
+ "button[aria-label='Post']"
37
+ ],
34
38
  "waitMs": 3000
35
39
  }
36
40
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "social-agent-cli",
3
- "version": "4.2.1",
3
+ "version": "4.2.2",
4
4
  "description": "AI-powered social media agent - free APIs + browser automation with self-healing selectors",
5
5
  "type": "module",
6
6
  "bin": {