promptbook 0.58.0 → 0.59.0-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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +14 -14
package/README.md CHANGED
@@ -510,7 +510,7 @@ You can define postprocessing functions when creating `JavascriptEvalExecutionTo
510
510
 
511
511
  ```
512
512
 
513
- Additionally there are some usefull string-manipulation build-in functions, which are [listed here](src/execution/plugins/script-execution-tools/javascript/JavascriptEvalExecutionTools.ts).
513
+ Additionally there are some usefull string-manipulation build-in functions, which are [listed here](src/scripting/javascript/JavascriptEvalExecutionTools.ts).
514
514
 
515
515
  ### Expectations
516
516
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "promptbook",
3
- "version": "0.58.0",
3
+ "version": "0.59.0-1",
4
4
  "description": "Library to supercharge your use of large language models",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -44,18 +44,18 @@
44
44
  }
45
45
  ],
46
46
  "dependencies": {
47
- "@promptbook/anthropic-claude": "0.58.0",
48
- "@promptbook/azure-openai": "0.58.0",
49
- "@promptbook/cli": "0.58.0",
50
- "@promptbook/core": "0.58.0",
51
- "@promptbook/execute-javascript": "0.58.0",
52
- "@promptbook/fake-llm": "0.58.0",
53
- "@promptbook/langtail": "0.58.0",
54
- "@promptbook/node": "0.58.0",
55
- "@promptbook/openai": "0.58.0",
56
- "@promptbook/remote-client": "0.58.0",
57
- "@promptbook/remote-server": "0.58.0",
58
- "@promptbook/types": "0.58.0",
59
- "@promptbook/utils": "0.58.0"
47
+ "@promptbook/anthropic-claude": "0.59.0-1",
48
+ "@promptbook/azure-openai": "0.59.0-1",
49
+ "@promptbook/cli": "0.59.0-1",
50
+ "@promptbook/core": "0.59.0-1",
51
+ "@promptbook/execute-javascript": "0.59.0-1",
52
+ "@promptbook/fake-llm": "0.59.0-1",
53
+ "@promptbook/langtail": "0.59.0-1",
54
+ "@promptbook/node": "0.59.0-1",
55
+ "@promptbook/openai": "0.59.0-1",
56
+ "@promptbook/remote-client": "0.59.0-1",
57
+ "@promptbook/remote-server": "0.59.0-1",
58
+ "@promptbook/types": "0.59.0-1",
59
+ "@promptbook/utils": "0.59.0-1"
60
60
  }
61
61
  }