@promptbook/anthropic-claude
Advanced tools
Comparing version 0.66.0-9 to 0.66.0
@@ -10,3 +10,3 @@ import Anthropic from '@anthropic-ai/sdk'; | ||
*/ | ||
var PROMPTBOOK_VERSION = '0.66.0-8'; | ||
var PROMPTBOOK_VERSION = '0.66.0-9'; | ||
// TODO: !!!! List here all the versions and annotate + put into script | ||
@@ -1356,9 +1356,6 @@ | ||
var existingRegistration = this.storage[existingRegistrationIndex]; | ||
// TODO: !!!!!! Global IS_VERBOSE mode | ||
if (!existingRegistration) { | ||
console.warn("[\uD83D\uDCE6] Registering `".concat(packageName, ".").concat(className, "` to `").concat(this.storageName, "`")); | ||
this.storage.push(registered); | ||
} | ||
else { | ||
console.warn("[\uD83D\uDCE6] Re-registering `".concat(packageName, ".").concat(className, "` to `").concat(this.storageName, "`")); | ||
this.storage[existingRegistrationIndex] = registered; | ||
@@ -1365,0 +1362,0 @@ } |
@@ -20,2 +20,3 @@ import { PROMPTBOOK_VERSION } from '../version'; | ||
import { DEFAULT_REMOTE_URL_PATH } from '../config'; | ||
import { IS_VERBOSE } from '../config'; | ||
import { pipelineJsonToString } from '../conversion/pipelineJsonToString'; | ||
@@ -92,2 +93,3 @@ import type { PipelineStringToJsonOptions } from '../conversion/pipelineStringToJson'; | ||
export { DEFAULT_REMOTE_URL_PATH }; | ||
export { IS_VERBOSE }; | ||
export { pipelineJsonToString }; | ||
@@ -94,0 +96,0 @@ export type { PipelineStringToJsonOptions }; |
@@ -125,2 +125,8 @@ /** | ||
* | ||
* @public exported from `@promptbook/core` | ||
*/ | ||
export declare const IS_VERBOSE = false; | ||
/** | ||
* @@@ | ||
* | ||
* @private within the repository | ||
@@ -127,0 +133,0 @@ */ |
{ | ||
"name": "@promptbook/anthropic-claude", | ||
"version": "0.66.0-9", | ||
"version": "0.66.0", | ||
"description": "Supercharge your use of large language models", | ||
@@ -50,3 +50,3 @@ "private": false, | ||
"peerDependencies": { | ||
"@promptbook/core": "0.66.0-9" | ||
"@promptbook/core": "0.66.0" | ||
}, | ||
@@ -53,0 +53,0 @@ "dependencies": { |
@@ -17,3 +17,3 @@ (function (global, factory) { | ||
*/ | ||
var PROMPTBOOK_VERSION = '0.66.0-8'; | ||
var PROMPTBOOK_VERSION = '0.66.0-9'; | ||
// TODO: !!!! List here all the versions and annotate + put into script | ||
@@ -1363,9 +1363,6 @@ | ||
var existingRegistration = this.storage[existingRegistrationIndex]; | ||
// TODO: !!!!!! Global IS_VERBOSE mode | ||
if (!existingRegistration) { | ||
console.warn("[\uD83D\uDCE6] Registering `".concat(packageName, ".").concat(className, "` to `").concat(this.storageName, "`")); | ||
this.storage.push(registered); | ||
} | ||
else { | ||
console.warn("[\uD83D\uDCE6] Re-registering `".concat(packageName, ".").concat(className, "` to `").concat(this.storageName, "`")); | ||
this.storage[existingRegistrationIndex] = registered; | ||
@@ -1372,0 +1369,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
10723
587344