@capgo/cli 8.41.4 → 8.42.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/dist/index.js +504 -504
- package/dist/package.json +2 -1
- package/dist/src/analytics/global-props.d.ts +4 -1
- package/dist/src/sdk.js +235 -235
- package/dist/src/utils.d.ts +1 -1
- package/package.json +2 -1
package/dist/src/utils.d.ts
CHANGED
|
@@ -5810,7 +5810,7 @@ export declare function updateOrCreateChannel(supabase: SupabaseClient<Database>
|
|
|
5810
5810
|
version: number | null;
|
|
5811
5811
|
}>>;
|
|
5812
5812
|
type SendEventPayload = TrackOptions & {
|
|
5813
|
-
nonPersonTags?: Record<string,
|
|
5813
|
+
nonPersonTags?: Record<string, unknown>;
|
|
5814
5814
|
} & ({
|
|
5815
5815
|
notifyConsole: true;
|
|
5816
5816
|
icon?: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capgo/cli",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "8.
|
|
4
|
+
"version": "8.42.0",
|
|
5
5
|
"description": "A CLI to upload to capgo servers",
|
|
6
6
|
"author": "Martin martin@capgo.app",
|
|
7
7
|
"license": "Apache 2.0",
|
|
@@ -223,6 +223,7 @@
|
|
|
223
223
|
"@xmldom/xmldom": "^0.9.10",
|
|
224
224
|
"@xterm/addon-serialize": "^0.14.0",
|
|
225
225
|
"@xterm/headless": "^6.0.0",
|
|
226
|
+
"agent-cli-detector": "^0.1.6",
|
|
226
227
|
"happy-dom": "^20.11.0",
|
|
227
228
|
"ink": "^7.1.1",
|
|
228
229
|
"ink-spinner": "^5.0.0",
|