alaska-ai 0.1.28 → 0.1.29
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/lib/thread-id.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const THREAD_WEB_MODE_MARKER = "[Mode: thread_web_non_static]";
|
|
2
|
-
export declare const THREAD_DEPLOY_BASE_URL = "https://
|
|
2
|
+
export declare const THREAD_DEPLOY_BASE_URL = "https://vercel.floatcapital.com";
|
|
3
3
|
export declare function normalizeThreadId(threadTs: string): string;
|
|
4
4
|
export declare function isValidThreadId(threadId: string): boolean;
|
|
5
5
|
export declare function buildThreadDeployUrl(threadTs: string): string | null;
|
package/dist/lib/thread-id.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
const THREAD_ID_RE = /^\d{10,}-\d{1,}$/;
|
|
2
2
|
export const THREAD_WEB_MODE_MARKER = '[Mode: thread_web_non_static]';
|
|
3
|
-
export const THREAD_DEPLOY_BASE_URL = 'https://
|
|
3
|
+
export const THREAD_DEPLOY_BASE_URL = 'https://vercel.floatcapital.com';
|
|
4
4
|
export function normalizeThreadId(threadTs) {
|
|
5
5
|
return threadTs.replace(/\./g, '-').trim();
|
|
6
6
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"thread-id.js","sourceRoot":"","sources":["../../src/lib/thread-id.ts"],"names":[],"mappings":"AAAA,MAAM,YAAY,GAAG,kBAAkB,CAAC;AAExC,MAAM,CAAC,MAAM,sBAAsB,GAAG,+BAA+B,CAAC;AACtE,MAAM,CAAC,MAAM,sBAAsB,GAAG,
|
|
1
|
+
{"version":3,"file":"thread-id.js","sourceRoot":"","sources":["../../src/lib/thread-id.ts"],"names":[],"mappings":"AAAA,MAAM,YAAY,GAAG,kBAAkB,CAAC;AAExC,MAAM,CAAC,MAAM,sBAAsB,GAAG,+BAA+B,CAAC;AACtE,MAAM,CAAC,MAAM,sBAAsB,GAAG,iCAAiC,CAAC;AAExE,MAAM,UAAU,iBAAiB,CAAC,QAAgB;IAChD,OAAO,QAAQ,CAAC,OAAO,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC;AAC7C,CAAC;AAED,MAAM,UAAU,eAAe,CAAC,QAAgB;IAC9C,OAAO,YAAY,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;AACrC,CAAC;AAED,MAAM,UAAU,oBAAoB,CAAC,QAAgB;IACnD,MAAM,UAAU,GAAG,iBAAiB,CAAC,QAAQ,CAAC,CAAC;IAC/C,IAAI,CAAC,eAAe,CAAC,UAAU,CAAC,EAAE,CAAC;QACjC,OAAO,IAAI,CAAC;IACd,CAAC;IACD,OAAO,GAAG,sBAAsB,WAAW,UAAU,EAAE,CAAC;AAC1D,CAAC"}
|