@promptbook/fake-llm 0.69.2 → 0.69.5

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
@@ -8,7 +8,7 @@ import { forTime } from 'waitasecond';
8
8
  /**
9
9
  * The version of the Promptbook library
10
10
  */
11
- var PROMPTBOOK_VERSION = '0.69.1';
11
+ var PROMPTBOOK_VERSION = '0.69.4';
12
12
  // TODO: [main] !!!! List here all the versions and annotate + put into script
13
13
 
14
14
  /*! *****************************************************************************
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/fake-llm",
3
- "version": "0.69.2",
3
+ "version": "0.69.5",
4
4
  "description": "Build responsible, controlled and transparent applications on top of LLM models!",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -51,12 +51,12 @@
51
51
  "module": "./esm/index.es.js",
52
52
  "typings": "./esm/typings/src/_packages/fake-llm.index.d.ts",
53
53
  "peerDependencies": {
54
- "@promptbook/core": "0.69.2"
54
+ "@promptbook/core": "0.69.5"
55
55
  },
56
56
  "dependencies": {
57
57
  "lorem-ipsum": "2.0.8",
58
58
  "prettier": "2.8.1",
59
- "spacetrim": "0.11.39",
59
+ "spacetrim": "0.11.59",
60
60
  "waitasecond": "1.11.83"
61
61
  }
62
62
  }
package/umd/index.umd.js CHANGED
@@ -13,7 +13,7 @@
13
13
  /**
14
14
  * The version of the Promptbook library
15
15
  */
16
- var PROMPTBOOK_VERSION = '0.69.1';
16
+ var PROMPTBOOK_VERSION = '0.69.4';
17
17
  // TODO: [main] !!!! List here all the versions and annotate + put into script
18
18
 
19
19
  /*! *****************************************************************************