@promptbook/fake-llm 0.60.0-8 → 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 +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +1 -1
package/esm/index.es.js
CHANGED
|
@@ -843,7 +843,7 @@ var MockedFackedLlmExecutionTools = /** @class */ (function () {
|
|
|
843
843
|
/**
|
|
844
844
|
* The version of the Promptbook library
|
|
845
845
|
*/
|
|
846
|
-
var PROMPTBOOK_VERSION = '0.60.0
|
|
846
|
+
var PROMPTBOOK_VERSION = '0.60.0';
|
|
847
847
|
|
|
848
848
|
export { MockedEchoLlmExecutionTools, MockedFackedLlmExecutionTools, PROMPTBOOK_VERSION };
|
|
849
849
|
//# sourceMappingURL=index.es.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@promptbook/fake-llm",
|
|
3
|
-
"version": "0.60.
|
|
3
|
+
"version": "0.60.1",
|
|
4
4
|
"description": "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.60.
|
|
51
|
+
"@promptbook/core": "0.60.1"
|
|
52
52
|
},
|
|
53
53
|
"main": "./umd/index.umd.js",
|
|
54
54
|
"module": "./esm/index.es.js",
|
package/umd/index.umd.js
CHANGED
|
@@ -846,7 +846,7 @@
|
|
|
846
846
|
/**
|
|
847
847
|
* The version of the Promptbook library
|
|
848
848
|
*/
|
|
849
|
-
var PROMPTBOOK_VERSION = '0.60.0
|
|
849
|
+
var PROMPTBOOK_VERSION = '0.60.0';
|
|
850
850
|
|
|
851
851
|
exports.MockedEchoLlmExecutionTools = MockedEchoLlmExecutionTools;
|
|
852
852
|
exports.MockedFackedLlmExecutionTools = MockedFackedLlmExecutionTools;
|