@friskai/frisk-js 0.3.1 → 0.3.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.
- package/dist/adapters/langchain/frisk-callback-handler.d.ts +2 -2
- package/dist/adapters/langchain/frisk-callback-handler.d.ts.map +1 -1
- package/dist/adapters/langchain/index.js +21 -13
- package/dist/adapters/langchain/index.js.map +1 -1
- package/dist/generated/sdk-meta.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -49035,7 +49035,7 @@ import { fileURLToPath } from "node:url";
|
|
|
49035
49035
|
|
|
49036
49036
|
// src/generated/sdk-meta.ts
|
|
49037
49037
|
var SDK_NAME = "@friskai/frisk-js";
|
|
49038
|
-
var SDK_VERSION = "0.3.
|
|
49038
|
+
var SDK_VERSION = "0.3.2";
|
|
49039
49039
|
|
|
49040
49040
|
// src/core/sdk-attributes/read-sdk-meta.ts
|
|
49041
49041
|
function getSdkMeta() {
|
|
@@ -49733,5 +49733,5 @@ export {
|
|
|
49733
49733
|
AccessTokenProvider
|
|
49734
49734
|
};
|
|
49735
49735
|
|
|
49736
|
-
//# debugId=
|
|
49736
|
+
//# debugId=B3770FB94B39213764756E2164756E21
|
|
49737
49737
|
//# sourceMappingURL=index.js.map
|