@elizaos/plugin-sql 1.0.9 → 1.0.10

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/plugin-sql",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -27,7 +27,7 @@
27
27
  ],
28
28
  "dependencies": {
29
29
  "@electric-sql/pglite": "^0.2.17",
30
- "@elizaos/core": "1.0.9",
30
+ "@elizaos/core": "1.0.10",
31
31
  "@types/pg": "8.11.10",
32
32
  "drizzle-kit": "^0.30.4",
33
33
  "drizzle-orm": "^0.44.2",
@@ -43,7 +43,6 @@
43
43
  "prettier": "3.5.3",
44
44
  "tsup": "8.5.0",
45
45
  "typescript-eslint": "^8.26.0",
46
- "vitest": "3.1.4",
47
46
  "zod": "^3.22.4"
48
47
  },
49
48
  "scripts": {
@@ -53,13 +52,13 @@
53
52
  "migrate": "tsup src/migrate.ts --format esm --clean=false --onSuccess=\"node dist/migrate.js\"",
54
53
  "lint": "eslint .",
55
54
  "clean": "rm -rf dist .turbo node_modules .turbo-tsconfig.json tsconfig.tsbuildinfo",
56
- "format": "prettier --check .",
55
+ "format": "prettier --write .",
57
56
  "format:check": "prettier --check ./src",
58
- "test": "vitest run",
59
- "test:watch": "vitest",
60
- "test:coverage": "vitest run --coverage",
61
- "test:integration": "vitest run __tests__/integration",
62
- "test:postgres": "POSTGRES_URL=postgresql://postgres:cT5nfCeebBS8R0q3@db.mwyntrazuakaieibjuvo.supabase.co:5432/postgres vitest run",
57
+ "test": "bun test",
58
+ "test:watch": "bun test --watch",
59
+ "test:coverage": "bun test --coverage",
60
+ "test:integration": "bun test __tests__/integration",
61
+ "test:postgres": "POSTGRES_URL=postgresql://postgres:cT5nfCeebBS8R0q3@db.mwyntrazuakaieibjuvo.supabase.co:5432/postgres bun test",
63
62
  "build:clean": "rm -rf dist",
64
63
  "lint:fix": "eslint . --fix"
65
64
  },
@@ -67,5 +66,5 @@
67
66
  "typescript": "5.8.2",
68
67
  "whatwg-url": "7.1.0"
69
68
  },
70
- "gitHead": "056c917d1068894f25419aa6ea7ce94b6b957c3d"
69
+ "gitHead": "58b31ee11ea37a2d2dcba67c614f836387f13e67"
71
70
  }