@elizaos/plugin-contacts 2.0.3-beta.4 → 2.0.3-beta.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.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/plugin-contacts",
3
- "version": "2.0.3-beta.4",
3
+ "version": "2.0.3-beta.6",
4
4
  "type": "module",
5
5
  "description": "Android Contacts overlay app — wraps the @elizaos/capacitor-contacts native plugin.",
6
6
  "main": "./dist/index.js",
@@ -9,7 +9,7 @@
9
9
  "lint": "bunx @biomejs/biome check src/",
10
10
  "test": "bunx vitest run --config ./vitest.config.ts",
11
11
  "build": "bun run build:js && bun run build:views && bun run build:types",
12
- "clean": "rm -rf dist",
12
+ "clean": "node ../../packages/scripts/rm-path-recursive.mjs dist",
13
13
  "build:js": "tsup --config ../tsup.plugin-packages.shared.ts",
14
14
  "build:views": "bunx --bun vite build --config vite.config.views.ts",
15
15
  "build:types": "bunx tsc --noCheck -p tsconfig.build.json"
@@ -44,9 +44,9 @@
44
44
  }
45
45
  },
46
46
  "dependencies": {
47
- "@elizaos/capacitor-contacts": "2.0.3-beta.4",
48
- "@elizaos/core": "2.0.3-beta.4",
49
- "@elizaos/ui": "2.0.3-beta.4",
47
+ "@elizaos/capacitor-contacts": "2.0.3-beta.6",
48
+ "@elizaos/core": "2.0.3-beta.6",
49
+ "@elizaos/ui": "2.0.3-beta.6",
50
50
  "lucide-react": "^1.0.0"
51
51
  },
52
52
  "peerDependencies": {
@@ -81,5 +81,5 @@
81
81
  "vite": "^8.0.0",
82
82
  "vitest": "^4.0.17"
83
83
  },
84
- "gitHead": "f76f55793a0fb8d6b869dd8ddce03970de061e34"
84
+ "gitHead": "990dc996172b3e0fb525a75052a5ac28a4cd4de5"
85
85
  }