@cfio/cohort-sync 0.7.0 → 0.8.1
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/dist/index.js +885 -928
- package/dist/openclaw.plugin.json +3 -3
- package/dist/package.json +1 -1
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"uiHints": {
|
|
4
4
|
"apiUrl": {
|
|
5
5
|
"label": "Cohort API URL",
|
|
6
|
-
"placeholder": "https://
|
|
6
|
+
"placeholder": "https://api.cohort.bot",
|
|
7
7
|
"help": "Base URL for the Cohort telemetry API"
|
|
8
8
|
},
|
|
9
9
|
"apiKey": {
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"convexUrl": {
|
|
27
27
|
"label": "Convex WebSocket URL",
|
|
28
|
-
"placeholder": "https://
|
|
28
|
+
"placeholder": "https://ws.cohort.bot",
|
|
29
29
|
"advanced": true,
|
|
30
30
|
"help": "Override the auto-derived Convex WebSocket URL (rarely needed)"
|
|
31
31
|
}
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
|
-
"version": "0.
|
|
57
|
+
"version": "0.8.1"
|
|
58
58
|
}
|
package/dist/package.json
CHANGED