@elizaos/test-utils 1.3.1 → 1.4.2

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -55,7 +55,7 @@ ElizaOS provides a comprehensive testing structure for plugins:
55
55
 
56
56
  ### Writing Tests
57
57
 
58
- Component tests use Vitest:
58
+ Component tests use bun:test:
59
59
 
60
60
  ```typescript
61
61
  // Unit test example (__tests__/plugin.test.ts)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@elizaos/test-utils",
3
3
  "description": "Utilities and objects for unit testing",
4
- "version": "1.3.1",
4
+ "version": "1.4.2",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -39,7 +39,7 @@
39
39
  "tsup.config.ts"
40
40
  ],
41
41
  "dependencies": {
42
- "@elizaos/core": "1.3.1",
42
+ "@elizaos/core": "1.4.2",
43
43
  "zod": "3.24.2"
44
44
  },
45
45
  "devDependencies": {
@@ -65,5 +65,5 @@
65
65
  "pluginType": "elizaos:plugin:1.0.0",
66
66
  "pluginParameters": {}
67
67
  },
68
- "gitHead": "48d0b08182b5fd5b17dd58198b1fee15b0815775"
68
+ "gitHead": "f60dd270910361decc4d4e879e8b2f33c5ddfee2"
69
69
  }