@elaraai/e3-ui-components 1.0.28 → 1.0.29
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/README.md +3 -3
- 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.
|
|
152
|
-
-
|
|
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 runtime — type 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.
|
|
3
|
+
"version": "1.0.29",
|
|
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-
|
|
40
|
-
"@elaraai/e3-
|
|
41
|
-
"@elaraai/
|
|
42
|
-
"@elaraai/east": "1.0.
|
|
43
|
-
"@elaraai/
|
|
44
|
-
"@elaraai/east-ui-components": "1.0.
|
|
39
|
+
"@elaraai/e3-types": "1.0.29",
|
|
40
|
+
"@elaraai/e3-ui": "1.0.29",
|
|
41
|
+
"@elaraai/east": "1.0.29",
|
|
42
|
+
"@elaraai/east-ui": "1.0.29",
|
|
43
|
+
"@elaraai/e3-api-client": "1.0.29",
|
|
44
|
+
"@elaraai/east-ui-components": "1.0.29"
|
|
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-
|
|
86
|
-
"@elaraai/e3-
|
|
87
|
-
"@elaraai/
|
|
88
|
-
"@elaraai/east": "1.0.
|
|
89
|
-
"@elaraai/
|
|
90
|
-
"@elaraai/east-ui-components": "1.0.
|
|
85
|
+
"@elaraai/e3-types": "1.0.29",
|
|
86
|
+
"@elaraai/e3-ui": "1.0.29",
|
|
87
|
+
"@elaraai/east": "1.0.29",
|
|
88
|
+
"@elaraai/east-ui": "1.0.29",
|
|
89
|
+
"@elaraai/e3-api-client": "1.0.29",
|
|
90
|
+
"@elaraai/east-ui-components": "1.0.29"
|
|
91
91
|
},
|
|
92
92
|
"repository": {
|
|
93
93
|
"type": "git",
|