@elizaos/plugin-form 2.0.3-beta.3 → 2.0.3-beta.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 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/plugin-form",
3
- "version": "2.0.3-beta.3",
3
+ "version": "2.0.3-beta.5",
4
4
  "type": "module",
5
5
  "description": "Eliza plugin-form: conversational forms as guardrails for guided user journeys.",
6
6
  "main": "./dist/index.js",
@@ -29,7 +29,7 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@elizaos/core": "2.0.3-beta.3",
32
+ "@elizaos/core": "2.0.3-beta.5",
33
33
  "uuid": "^14.0.0"
34
34
  },
35
35
  "agentConfig": {
@@ -54,7 +54,7 @@
54
54
  "types": "./dist/index.d.ts",
55
55
  "scripts": {
56
56
  "build": "bun run build:js && bun run build:types",
57
- "clean": "rm -rf dist",
57
+ "clean": "node ../../packages/scripts/rm-path-recursive.mjs dist",
58
58
  "test": "vitest run --config vitest.config.ts",
59
59
  "typecheck": "tsgo --noEmit -p tsconfig.json",
60
60
  "build:js": "tsup --config ../tsup.plugin-packages.shared.ts",
@@ -71,5 +71,5 @@
71
71
  "typescript": "^6.0.3",
72
72
  "vitest": "^4.0.18"
73
73
  },
74
- "gitHead": "f54b0f4eaed317d59fa7dbcdce20f4cdb0734420"
74
+ "gitHead": "ff6157011c9459670021cc28a6797592a78b8817"
75
75
  }