@jerome-benoit/sap-ai-provider 4.4.2 → 4.4.3
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/{chunk-P4R4VKQB.js → chunk-37K6Y6KJ.js} +2 -2
- package/dist/{chunk-P4R4VKQB.js.map → chunk-37K6Y6KJ.js.map} +1 -1
- package/dist/{chunk-Y6KV3MOM.js → chunk-3PATA44Z.js} +31 -3
- package/dist/chunk-3PATA44Z.js.map +1 -0
- package/dist/{chunk-TY46HBVE.js → chunk-QO36FSA3.js} +4 -10
- package/dist/chunk-QO36FSA3.js.map +1 -0
- package/dist/{foundation-models-embedding-model-strategy-4PYAMRSI.js → foundation-models-embedding-model-strategy-GCP5NQHR.js} +3 -3
- package/dist/{foundation-models-language-model-strategy-POJJ2ZV6.js → foundation-models-language-model-strategy-D7NZBX6U.js} +8 -33
- package/dist/foundation-models-language-model-strategy-D7NZBX6U.js.map +1 -0
- package/dist/index.cjs +88 -113
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/{orchestration-embedding-model-strategy-L3JBSV6J.js → orchestration-embedding-model-strategy-GWZYKZAP.js} +3 -3
- package/dist/{orchestration-language-model-strategy-N7YDZS5H.js → orchestration-language-model-strategy-5NVZAA3B.js} +8 -33
- package/dist/orchestration-language-model-strategy-5NVZAA3B.js.map +1 -0
- package/package.json +1 -1
- package/dist/chunk-TY46HBVE.js.map +0 -1
- package/dist/chunk-Y6KV3MOM.js.map +0 -1
- package/dist/foundation-models-language-model-strategy-POJJ2ZV6.js.map +0 -1
- package/dist/orchestration-language-model-strategy-N7YDZS5H.js.map +0 -1
- /package/dist/{foundation-models-embedding-model-strategy-4PYAMRSI.js.map → foundation-models-embedding-model-strategy-GCP5NQHR.js.map} +0 -0
- /package/dist/{orchestration-embedding-model-strategy-L3JBSV6J.js.map → orchestration-embedding-model-strategy-GWZYKZAP.js.map} +0 -0
|
@@ -30374,7 +30374,7 @@ function tryExtractSAPErrorFromMessage(message) {
|
|
|
30374
30374
|
}
|
|
30375
30375
|
|
|
30376
30376
|
// src/version.ts
|
|
30377
|
-
var VERSION = true ? "4.4.
|
|
30377
|
+
var VERSION = true ? "4.4.3" : "0.0.0-test";
|
|
30378
30378
|
|
|
30379
30379
|
export {
|
|
30380
30380
|
__toESM,
|
|
@@ -30426,4 +30426,4 @@ mime-types/index.js:
|
|
|
30426
30426
|
axios/dist/node/axios.cjs:
|
|
30427
30427
|
(*! Axios v1.13.4 Copyright (c) 2026 Matt Zabriskie and contributors *)
|
|
30428
30428
|
*/
|
|
30429
|
-
//# sourceMappingURL=chunk-
|
|
30429
|
+
//# sourceMappingURL=chunk-37K6Y6KJ.js.map
|