@elaraai/e3-ui-components 1.0.28 → 1.0.30

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 (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +13 -13
package/README.md CHANGED
@@ -148,9 +148,8 @@ Dual-licensed:
148
148
  - [@elaraai/east-node-io](https://www.npmjs.com/package/@elaraai/east-node-io): SQLite, PostgreSQL, MySQL, MongoDB, Redis, S3, FTP, SFTP, XLSX, XML, compression
149
149
  - [@elaraai/east-node-cli](https://www.npmjs.com/package/@elaraai/east-node-cli): CLI for running East IR programs in Node.js
150
150
 
151
- - **[East C](https://github.com/elaraai/east-workspace/tree/main/libs/east-c)**: C11 native runtime for executing East IR. Distributed via npm (launcher + per-platform optional dependencies) and as tarballs on each GitHub Release.
152
- - [@elaraai/east-c-cli](https://www.npmjs.com/package/@elaraai/east-c-cli): npm launcherinstalls the matching native binary as an optional dependency
153
- - `east-c`: Core runtime — type system, IR interpreter, builtins, serialization (Beast2, JSON, CSV, East text)
151
+ - **[East C](https://github.com/elaraai/east-workspace/tree/main/libs/east-c)**: C11 native runtime for executing East IR. Tarballed for `linux-x64` and `linux-arm64`, attached to each GitHub Release.
152
+ - `east-c`: Core runtimetype system, IR interpreter, 200+ builtins, serialization (Beast2, JSON, CSV, East text)
154
153
  - `east-c-std`: Console, FileSystem, Fetch, Crypto, Time, Path, Random
155
154
  - `east-c-cli`: CLI for running East IR programs natively
156
155
 
@@ -166,6 +165,7 @@ Dual-licensed:
166
165
  - [@elaraai/east-ui-components](https://www.npmjs.com/package/@elaraai/east-ui-components): React renderer with Chakra UI v3 styling
167
166
  - [@elaraai/e3-ui](https://www.npmjs.com/package/@elaraai/e3-ui): e3 + UI bridge — Data bindings, `e3.ui()` task, manifest
168
167
  - [@elaraai/e3-ui-components](https://www.npmjs.com/package/@elaraai/e3-ui-components): React Query hooks and preview components for the e3 API
168
+ - [@elaraai/e3-ui-cli](https://www.npmjs.com/package/@elaraai/e3-ui-cli): Render east-ui / e3-ui components to PNG from the command line (`e3-ui shot`)
169
169
  - [east-ui-preview](https://marketplace.visualstudio.com/items?itemName=ElaraAI.east-ui-preview): VS Code extension for live East UI component preview
170
170
 
171
171
  - **[e3 — East Execution Engine](https://github.com/elaraai/east-workspace/tree/main/libs/e3)**: Durable execution engine for running East pipelines at scale. Git-like content-addressable storage, automatic memoization, reactive dataflow, real-time monitoring.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elaraai/e3-ui-components",
3
- "version": "1.0.28",
3
+ "version": "1.0.30",
4
4
  "description": "React Query hooks and preview components for the e3 API",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -36,12 +36,12 @@
36
36
  "@tanstack/react-query": "^5.62.0",
37
37
  "react": "^19.0.0",
38
38
  "react-dom": "^19.0.0",
39
- "@elaraai/e3-api-client": "1.0.28",
40
- "@elaraai/e3-types": "1.0.28",
41
- "@elaraai/e3-ui": "1.0.28",
42
- "@elaraai/east": "1.0.28",
43
- "@elaraai/east-ui": "1.0.28",
44
- "@elaraai/east-ui-components": "1.0.28"
39
+ "@elaraai/e3-api-client": "1.0.30",
40
+ "@elaraai/e3-ui": "1.0.30",
41
+ "@elaraai/east": "1.0.30",
42
+ "@elaraai/e3-types": "1.0.30",
43
+ "@elaraai/east-ui": "1.0.30",
44
+ "@elaraai/east-ui-components": "1.0.30"
45
45
  },
46
46
  "dependencies": {
47
47
  "@emotion/react": "^11.14.0",
@@ -82,12 +82,12 @@
82
82
  "typescript": "~5.9.2",
83
83
  "vite": "^6.0.0",
84
84
  "vite-plugin-dts": "^4.3.0",
85
- "@elaraai/e3-api-client": "1.0.28",
86
- "@elaraai/e3-types": "1.0.28",
87
- "@elaraai/e3-ui": "1.0.28",
88
- "@elaraai/east": "1.0.28",
89
- "@elaraai/east-ui": "1.0.28",
90
- "@elaraai/east-ui-components": "1.0.28"
85
+ "@elaraai/e3-api-client": "1.0.30",
86
+ "@elaraai/e3-types": "1.0.30",
87
+ "@elaraai/e3-ui": "1.0.30",
88
+ "@elaraai/east": "1.0.30",
89
+ "@elaraai/east-ui": "1.0.30",
90
+ "@elaraai/east-ui-components": "1.0.30"
91
91
  },
92
92
  "repository": {
93
93
  "type": "git",