@promptbook/anthropic-claude 0.60.0 → 0.60.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.
package/esm/index.es.js CHANGED
@@ -701,7 +701,7 @@ var AnthropicClaudeExecutionTools = /** @class */ (function () {
701
701
  /**
702
702
  * The version of the Promptbook library
703
703
  */
704
- var PROMPTBOOK_VERSION = '0.60.0-8';
704
+ var PROMPTBOOK_VERSION = '0.60.0';
705
705
 
706
706
  export { AnthropicClaudeExecutionTools, PROMPTBOOK_VERSION };
707
707
  //# sourceMappingURL=index.es.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/anthropic-claude",
3
- "version": "0.60.0",
3
+ "version": "0.60.1",
4
4
  "description": "Supercharge your use of large language models",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -49,7 +49,7 @@
49
49
  }
50
50
  ],
51
51
  "peerDependencies": {
52
- "@promptbook/core": "0.60.0"
52
+ "@promptbook/core": "0.60.1"
53
53
  },
54
54
  "main": "./umd/index.umd.js",
55
55
  "module": "./esm/index.es.js",
package/umd/index.umd.js CHANGED
@@ -709,7 +709,7 @@
709
709
  /**
710
710
  * The version of the Promptbook library
711
711
  */
712
- var PROMPTBOOK_VERSION = '0.60.0-8';
712
+ var PROMPTBOOK_VERSION = '0.60.0';
713
713
 
714
714
  exports.AnthropicClaudeExecutionTools = AnthropicClaudeExecutionTools;
715
715
  exports.PROMPTBOOK_VERSION = PROMPTBOOK_VERSION;