@promptbook/anthropic-claude 0.57.0 → 0.57.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/esm/index.es.js +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +1 -1
package/esm/index.es.js
CHANGED
|
@@ -668,7 +668,7 @@ var AnthropicClaudeExecutionTools = /** @class */ (function () {
|
|
|
668
668
|
/**
|
|
669
669
|
* The version of the Promptbook library
|
|
670
670
|
*/
|
|
671
|
-
var PROMPTBOOK_VERSION = '0.57.
|
|
671
|
+
var PROMPTBOOK_VERSION = '0.57.1';
|
|
672
672
|
|
|
673
673
|
export { AnthropicClaudeExecutionTools, PROMPTBOOK_VERSION };
|
|
674
674
|
//# sourceMappingURL=index.es.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@promptbook/anthropic-claude",
|
|
3
|
-
"version": "0.57.
|
|
3
|
+
"version": "0.57.2",
|
|
4
4
|
"description": "Library to supercharge your use of large language models",
|
|
5
5
|
"private": false,
|
|
6
6
|
"sideEffects": false,
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
}
|
|
49
49
|
],
|
|
50
50
|
"peerDependencies": {
|
|
51
|
-
"@promptbook/core": "0.57.
|
|
51
|
+
"@promptbook/core": "0.57.2"
|
|
52
52
|
},
|
|
53
53
|
"main": "./umd/index.umd.js",
|
|
54
54
|
"module": "./esm/index.es.js",
|
package/umd/index.umd.js
CHANGED
|
@@ -676,7 +676,7 @@
|
|
|
676
676
|
/**
|
|
677
677
|
* The version of the Promptbook library
|
|
678
678
|
*/
|
|
679
|
-
var PROMPTBOOK_VERSION = '0.57.
|
|
679
|
+
var PROMPTBOOK_VERSION = '0.57.1';
|
|
680
680
|
|
|
681
681
|
exports.AnthropicClaudeExecutionTools = AnthropicClaudeExecutionTools;
|
|
682
682
|
exports.PROMPTBOOK_VERSION = PROMPTBOOK_VERSION;
|