@elizaos/ui 2.0.0-alpha.533 → 2.0.0-alpha.535

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/ui",
3
- "version": "2.0.0-alpha.533",
3
+ "version": "2.0.0-alpha.535",
4
4
  "description": "Shared UI primitives, composites, and layout utilities for elizaOS apps.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -1 +1 @@
1
- {"version":3,"file":"plugin-collector.d.ts","sourceRoot":"","sources":["../../../../../../agent/src/runtime/plugin-collector.ts"],"names":[],"mappings":"AA2DA;;;GAGG;AACH,wBAAgB,yBAAyB,CAAC,WAAW,EAAE,MAAM,GAAG,MAAM,CAErE;AAQD,wDAAwD;AACxD,eAAO,MAAM,kBAAkB,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAsB/D,CAAC;AAEF,yEAAyE;AACzE,eAAO,MAAM,mBAAmB,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAmBhE,CAAC;AAeF;;;;;GAKG;AACH,eAAO,MAAM,mBAAmB,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CA4ChE,CAAC;AAMF;;;;;;;GAOG;AACH,MAAM,MAAM,iBAAiB,GAAG,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC"}
1
+ {"version":3,"file":"plugin-collector.d.ts","sourceRoot":"","sources":["../../../../../../agent/src/runtime/plugin-collector.ts"],"names":[],"mappings":"AA2DA;;;GAGG;AACH,wBAAgB,yBAAyB,CAAC,WAAW,EAAE,MAAM,GAAG,MAAM,CAErE;AAQD,wDAAwD;AACxD,eAAO,MAAM,kBAAkB,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAsB/D,CAAC;AAEF,yEAAyE;AACzE,eAAO,MAAM,mBAAmB,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAmBhE,CAAC;AAeF;;;;;GAKG;AACH,eAAO,MAAM,mBAAmB,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CA8ChE,CAAC;AAMF;;;;;;;GAOG;AACH,MAAM,MAAM,iBAAiB,GAAG,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC"}
@@ -121,6 +121,9 @@ export const OPTIONAL_PLUGIN_MAP = {
121
121
  // in packages/agent/src/config/plugin-auto-enable.ts.
122
122
  evm: "@elizaos/plugin-evm",
123
123
  solana: "@elizaos/plugin-solana",
124
+ /** Unified wallet (canonical actions + providers — incremental migration). */
125
+ agent_wallet: "@elizaos/plugin-agent-wallet",
126
+ "agent-wallet": "@elizaos/plugin-agent-wallet",
124
127
  browser: "@elizaos/plugin-browser",
125
128
  /** Eliza desktop browser workspace + Steward; package is `@elizaos/app-browser`. */
126
129
  "app-browser": "@elizaos/app-browser",
@@ -133,7 +136,6 @@ export const OPTIONAL_PLUGIN_MAP = {
133
136
  vision: "@elizaos/plugin-vision",
134
137
  elizacloud: "@elizaos/plugin-elizacloud",
135
138
  selfcontrol: "@elizaos/app-lifeops",
136
- cron: "@elizaos/plugin-cron",
137
139
  cua: "@elizaos/plugin-cua",
138
140
  computeruse: "@elizaos/plugin-computeruse",
139
141
  obsidian: "@elizaos/plugin-obsidian",