modelfusion 0.93.0 → 0.93.1

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.
@@ -26,11 +26,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
26
26
  return result;
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.AnthropicPromptTemplate = exports.anthropic = exports.anthropicErrorDataSchema = exports.AnthropicError = void 0;
29
+ exports.AnthropicPrompt = exports.anthropic = exports.anthropicErrorDataSchema = exports.AnthropicError = void 0;
30
30
  __exportStar(require("./AnthropicApiConfiguration.cjs"), exports);
31
31
  var AnthropicError_js_1 = require("./AnthropicError.cjs");
32
32
  Object.defineProperty(exports, "AnthropicError", { enumerable: true, get: function () { return AnthropicError_js_1.AnthropicError; } });
33
33
  Object.defineProperty(exports, "anthropicErrorDataSchema", { enumerable: true, get: function () { return AnthropicError_js_1.anthropicErrorDataSchema; } });
34
34
  exports.anthropic = __importStar(require("./AnthropicFacade.cjs"));
35
- exports.AnthropicPromptTemplate = __importStar(require("./AnthropicPromptTemplate.cjs"));
35
+ exports.AnthropicPrompt = __importStar(require("./AnthropicPromptTemplate.cjs"));
36
36
  __exportStar(require("./AnthropicTextGenerationModel.cjs"), exports);
@@ -1,5 +1,5 @@
1
1
  export * from "./AnthropicApiConfiguration.js";
2
2
  export { AnthropicError, anthropicErrorDataSchema } from "./AnthropicError.js";
3
3
  export * as anthropic from "./AnthropicFacade.js";
4
- export * as AnthropicPromptTemplate from "./AnthropicPromptTemplate.js";
4
+ export * as AnthropicPrompt from "./AnthropicPromptTemplate.js";
5
5
  export * from "./AnthropicTextGenerationModel.js";
@@ -1,5 +1,5 @@
1
1
  export * from "./AnthropicApiConfiguration.js";
2
2
  export { AnthropicError, anthropicErrorDataSchema } from "./AnthropicError.js";
3
3
  export * as anthropic from "./AnthropicFacade.js";
4
- export * as AnthropicPromptTemplate from "./AnthropicPromptTemplate.js";
4
+ export * as AnthropicPrompt from "./AnthropicPromptTemplate.js";
5
5
  export * from "./AnthropicTextGenerationModel.js";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "modelfusion",
3
3
  "description": "The TypeScript library for building multi-modal AI applications.",
4
- "version": "0.93.0",
4
+ "version": "0.93.1",
5
5
  "author": "Lars Grammel",
6
6
  "license": "MIT",
7
7
  "keywords": [