llmz 0.0.64 → 0.0.66

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/dist/index.cjs CHANGED
@@ -53,7 +53,7 @@ var _chunk4VYDQ3VFcjs = require('./chunk-4VYDQ3VF.cjs');
53
53
  var _chunkRKKRSBX3cjs = require('./chunk-RKKRSBX3.cjs');
54
54
 
55
55
  // package.json
56
- var version = "0.0.64";
56
+ var version = "0.0.66";
57
57
 
58
58
  // src/objects.ts
59
59
  var _zui = require('@bpinternal/zui');
package/dist/index.js CHANGED
@@ -53,7 +53,7 @@ import {
53
53
  } from "./chunk-5XC6ZMS5.js";
54
54
 
55
55
  // package.json
56
- var version = "0.0.64";
56
+ var version = "0.0.66";
57
57
 
58
58
  // src/objects.ts
59
59
  import { z } from "@bpinternal/zui";
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "llmz",
3
3
  "type": "module",
4
4
  "description": "LLMz - An LLM-native Typescript VM built on top of Zui",
5
- "version": "0.0.64",
5
+ "version": "0.0.66",
6
6
  "types": "./dist/index.d.ts",
7
7
  "main": "./dist/index.cjs",
8
8
  "module": "./dist/index.js",
@@ -71,8 +71,8 @@
71
71
  "tsx": "^4.19.2"
72
72
  },
73
73
  "peerDependencies": {
74
- "@botpress/client": "1.38.2",
75
- "@botpress/cognitive": "0.4.6",
74
+ "@botpress/client": "1.39.0",
75
+ "@botpress/cognitive": "0.5.0",
76
76
  "@bpinternal/thicktoken": "^2.0.0",
77
77
  "@bpinternal/zui": "^2.1.1"
78
78
  },