@elizaos/plugin-form 2.0.0-alpha.10 → 2.0.0-alpha.11

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,9 @@
1
+ import {
2
+ formRestoreAction,
3
+ restore_default
4
+ } from "./chunk-TBCL2ILB.js";
5
+ import "./chunk-YTWANJ3R.js";
6
+ export {
7
+ restore_default as default,
8
+ formRestoreAction
9
+ };
@@ -0,0 +1,7 @@
1
+ import {
2
+ FormService
3
+ } from "./chunk-R4VBS2YK.js";
4
+ import "./chunk-ARWZY3NX.js";
5
+ export {
6
+ FormService
7
+ };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@elizaos/plugin-form",
3
- "description": "Guardrails for agent-guided user journeys - forms as agent guidance rails for ElizaOS",
4
- "version": "2.0.0-alpha.10",
3
+ "description": "Guardrails for agent-guided user journeys - forms as agent guidance rails for elizaOS",
4
+ "version": "2.0.0-alpha.11",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -24,9 +24,10 @@
24
24
  "exports": {
25
25
  "./package.json": "./package.json",
26
26
  ".": {
27
- "types": "./dist/index.d.ts",
28
- "import": "./dist/index.js",
29
- "default": "./dist/index.js"
27
+ "import": {
28
+ "types": "./dist/index.d.ts",
29
+ "default": "./dist/index.js"
30
+ }
30
31
  }
31
32
  },
32
33
  "files": [
@@ -35,7 +36,7 @@
35
36
  "package.json"
36
37
  ],
37
38
  "peerDependencies": {
38
- "@elizaos/core": "2.0.0-alpha.3"
39
+ "@elizaos/core": "2.0.0-alpha.114"
39
40
  },
40
41
  "devDependencies": {
41
42
  "@biomejs/biome": "^2.3.11",
@@ -46,15 +47,16 @@
46
47
  "build": "bun run build.ts",
47
48
  "build:ts": "bun run build.ts",
48
49
  "dev": "bun --hot build.ts",
49
- "test": "vitest run --passWithNoTests",
50
+ "test": "bun test",
50
51
  "typecheck": "tsc --noEmit",
51
- "lint": "bunx @biomejs/biome check --write --unsafe .",
52
+ "lint": "bunx @biomejs/biome check --write .",
52
53
  "lint:check": "bunx @biomejs/biome check .",
53
- "clean": "rm -rf dist .turbo",
54
- "format": "bunx @biomejs/biome format --write .",
55
- "format:check": "bunx @biomejs/biome format ."
54
+ "clean": "rm -rf dist .turbo"
56
55
  },
57
56
  "publishConfig": {
58
57
  "access": "public"
58
+ },
59
+ "dependencies": {
60
+ "uuid": "^11.0.0"
59
61
  }
60
62
  }