@elizaos/plugin-inmemorydb 2.0.0-alpha.5 → 2.0.0-alpha.6

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.
@@ -0,0 +1,3 @@
1
+ declare const _default: import("vite").UserConfig;
2
+ export default _default;
3
+ //# sourceMappingURL=vitest.config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vitest.config.d.ts","sourceRoot":"","sources":["../../vitest.config.ts"],"names":[],"mappings":";AAEA,wBAMG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/plugin-inmemorydb",
3
- "version": "2.0.0-alpha.5",
3
+ "version": "2.0.0-alpha.6",
4
4
  "type": "module",
5
5
  "main": "dist/node/index.js",
6
6
  "module": "dist/node/index.js",
@@ -53,15 +53,15 @@
53
53
  "clean": "rm -rf dist .turbo node_modules .turbo-tsconfig.json *.tsbuildinfo",
54
54
  "format": "bunx @biomejs/biome format --write .",
55
55
  "format:check": "bunx @biomejs/biome format .",
56
- "test": "vitest run __tests__/",
57
- "test:watch": "vitest",
56
+ "test": "vitest run --config vitest.config.ts --passWithNoTests",
57
+ "test:watch": "vitest --config vitest.config.ts",
58
58
  "lint": "bunx @biomejs/biome check --write --unsafe .",
59
59
  "lint:check": "bunx @biomejs/biome check .",
60
60
  "build": "bun run build.ts",
61
61
  "build:ts": "bun run build.ts"
62
62
  },
63
63
  "gitHead": "255e37c0e4a76da0b776219db5ebb9dadf20e89f",
64
- "milaidy": {
64
+ "milady": {
65
65
  "platforms": [
66
66
  "browser",
67
67
  "node"