@llmist/testing 11.1.1 → 12.0.0

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 (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +1 -3
package/README.md CHANGED
@@ -12,8 +12,6 @@
12
12
 
13
13
  ```bash
14
14
  npm install -D @llmist/testing
15
- # or
16
- bun add -D @llmist/testing
17
15
  ```
18
16
 
19
17
  Requires `llmist` as a peer dependency.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@llmist/testing",
3
- "version": "11.1.1",
3
+ "version": "12.0.0",
4
4
  "description": "Testing utilities for llmist - mock LLM responses and test agents",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -21,7 +21,6 @@
21
21
  "scripts": {
22
22
  "build": "tsup",
23
23
  "typecheck": "tsc --noEmit",
24
- "test": "bun test src",
25
24
  "clean": "rimraf dist"
26
25
  },
27
26
  "homepage": "https://llmist.dev",
@@ -52,7 +51,6 @@
52
51
  },
53
52
  "devDependencies": {
54
53
  "@types/node": "^20.12.7",
55
- "bun-types": "^1.3.2",
56
54
  "llmist": "^9.1.0",
57
55
  "rimraf": "^5.0.5",
58
56
  "tslog": "^4.10.2",