@pablotech/akesi 0.1.22 → 0.1.32

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 (1) hide show
  1. package/package.json +6 -1
package/package.json CHANGED
@@ -1,7 +1,12 @@
1
1
  {
2
2
  "name": "@pablotech/akesi",
3
- "version": "0.1.22",
3
+ "version": "0.1.32",
4
4
  "description": "Schema-constrained clinical reasoning over lab and marker data, where every constraint stated to the model in prose is re-enforced in code on the response.",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/pablo-tech/pilos",
8
+ "directory": "akesi-pil"
9
+ },
5
10
  "type": "module",
6
11
  "main": "index.ts",
7
12
  "types": "index.ts",