@elizaos/test-utils 1.2.3 → 1.2.5

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 +4 -9
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.2.3",
4
+ "version": "1.2.5",
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.2.3",
42
+ "@elizaos/core": "1.2.5",
43
43
  "zod": "3.24.2"
44
44
  },
45
45
  "devDependencies": {
@@ -51,12 +51,7 @@
51
51
  "scripts": {
52
52
  "build": "tsc --noEmit && tsup",
53
53
  "lint": "prettier --write ./src",
54
- "test:component": "bun run test:install && bun test",
55
- "test:e2e": "bun run test:install && bun test",
56
- "test:e2e:manual": "bun run test:install && node scripts/test-e2e-manual.js",
57
- "test:cypress": "bun run test:install && cypress run --component",
58
- "test": "bun run test:install && bun run test:component && bun run test:e2e",
59
- "test:install": "node scripts/install-test-deps.js",
54
+ "test": "bun test",
60
55
  "publish": "elizaos publish",
61
56
  "format": "prettier --write ./src",
62
57
  "format:check": "prettier --check ./src"
@@ -71,5 +66,5 @@
71
66
  "pluginType": "elizaos:plugin:1.0.0",
72
67
  "pluginParameters": {}
73
68
  },
74
- "gitHead": "9fc23427045b3262109c41926af65bb89342b44a"
69
+ "gitHead": "e998736647ebdf304550d80e397e9c6daaa7a5e7"
75
70
  }