traicebox 0.1.2 → 0.1.3

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "traicebox",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "A zero-config local developer stack for tracing and session tracking around LLM and AI model workflows",
5
5
  "license": "MIT",
6
6
  "author": "Fardjad Davari <public@fardjad.com>",
@@ -36,8 +36,8 @@
36
36
  "fix": "biome check --write . && dprint fmt"
37
37
  },
38
38
  "devDependencies": {
39
- "@biomejs/biome": "^2.4.12",
40
- "@types/bun": "^1.3.12",
39
+ "@biomejs/biome": "^2.4.10",
40
+ "@types/bun": "^1.3.11",
41
41
  "@types/yargs": "^17.0.35",
42
42
  "dprint": "^0.54.0",
43
43
  "typescript": "^6.0.2"