@liveblocks/core 2.16.1-ai3 → 2.16.1-ai5
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.d.mts +21 -19
- package/dist/index.d.ts +21 -19
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -6,7 +6,7 @@ var __export = (target, all) => {
|
|
|
6
6
|
|
|
7
7
|
// src/version.ts
|
|
8
8
|
var PKG_NAME = "@liveblocks/core";
|
|
9
|
-
var PKG_VERSION = "2.16.1-
|
|
9
|
+
var PKG_VERSION = "2.16.1-ai5";
|
|
10
10
|
var PKG_FORMAT = "esm";
|
|
11
11
|
|
|
12
12
|
// src/dupe-detection.ts
|
|
@@ -1820,7 +1820,7 @@ function createApiClient({
|
|
|
1820
1820
|
// User threads
|
|
1821
1821
|
getUserThreads_experimental,
|
|
1822
1822
|
getUserThreadsSince_experimental,
|
|
1823
|
-
//
|
|
1823
|
+
// AI
|
|
1824
1824
|
executeContextualPrompt
|
|
1825
1825
|
};
|
|
1826
1826
|
}
|
|
@@ -7604,7 +7604,7 @@ ${Array.from(traces).join("\n\n")}`
|
|
|
7604
7604
|
getTextVersion,
|
|
7605
7605
|
// create a version
|
|
7606
7606
|
createTextVersion,
|
|
7607
|
-
// execute contextual prompt
|
|
7607
|
+
// execute a contextual prompt
|
|
7608
7608
|
executeContextualPrompt,
|
|
7609
7609
|
// Support for the Liveblocks browser extension
|
|
7610
7610
|
getSelf_forDevTools: () => selfAsTreeNode.get(),
|