@promptbook/anthropic-claude 0.56.0-4 → 0.56.0

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 CHANGED
@@ -671,7 +671,7 @@ var AnthropicClaudeExecutionTools = /** @class */ (function () {
671
671
  /**
672
672
  * The version of the Promptbook library
673
673
  */
674
- var PROMPTBOOK_VERSION = '0.56.0-3';
674
+ var PROMPTBOOK_VERSION = '0.56.0-4';
675
675
 
676
676
  export { AnthropicClaudeExecutionTools, PROMPTBOOK_VERSION };
677
677
  //# sourceMappingURL=index.es.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/anthropic-claude",
3
- "version": "0.56.0-4",
3
+ "version": "0.56.0",
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.56.0-4"
51
+ "@promptbook/core": "0.56.0"
52
52
  },
53
53
  "main": "./umd/index.umd.js",
54
54
  "module": "./esm/index.es.js",
package/umd/index.umd.js CHANGED
@@ -679,7 +679,7 @@
679
679
  /**
680
680
  * The version of the Promptbook library
681
681
  */
682
- var PROMPTBOOK_VERSION = '0.56.0-3';
682
+ var PROMPTBOOK_VERSION = '0.56.0-4';
683
683
 
684
684
  exports.AnthropicClaudeExecutionTools = AnthropicClaudeExecutionTools;
685
685
  exports.PROMPTBOOK_VERSION = PROMPTBOOK_VERSION;