@elaraai/e3-ui 1.0.72 → 1.0.74

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 +1 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -114,7 +114,7 @@ Dual-licensed:
114
114
  - [@elaraai/east-ui-components](https://www.npmjs.com/package/@elaraai/east-ui-components): React renderer with Chakra UI v3 styling
115
115
  - [@elaraai/e3-ui](https://www.npmjs.com/package/@elaraai/e3-ui): e3 + UI bridge — Data bindings, `e3.ui()` task, manifest
116
116
  - [@elaraai/e3-ui-components](https://www.npmjs.com/package/@elaraai/e3-ui-components): React Query hooks and preview components for the e3 API
117
- - [@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`)
117
+ - [@elaraai/e3-ui-cli](https://www.npmjs.com/package/@elaraai/e3-ui-cli): Browse an e3 repository in the terminal (`e3-ui [repo]`), and render east-ui / e3-ui components to PNG (`e3-ui shot`)
118
118
  - [east-ui-preview](https://marketplace.visualstudio.com/items?itemName=ElaraAI.east-ui-preview): VS Code extension for live East UI component preview
119
119
 
120
120
  - **[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",
3
- "version": "1.0.72",
3
+ "version": "1.0.74",
4
4
  "description": "e3 + UI bridge — Data bindings, ui() task, manifest",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",
@@ -56,12 +56,12 @@
56
56
  "node": ">=22.0.0"
57
57
  },
58
58
  "dependencies": {
59
- "@elaraai/e3-types": "1.0.72"
59
+ "@elaraai/e3-types": "1.0.74"
60
60
  },
61
61
  "peerDependencies": {
62
- "@elaraai/e3": "1.0.72",
63
- "@elaraai/east": "1.0.72",
64
- "@elaraai/east-ui": "1.0.72"
62
+ "@elaraai/e3": "1.0.74",
63
+ "@elaraai/east": "1.0.74",
64
+ "@elaraai/east-ui": "1.0.74"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@types/node": "^22",
@@ -69,9 +69,9 @@
69
69
  "@typescript-eslint/parser": "^8",
70
70
  "eslint": "^9",
71
71
  "typescript": "~5.9.2",
72
- "@elaraai/e3": "1.0.72",
73
- "@elaraai/east-node-std": "1.0.72",
74
- "@elaraai/east-py-datascience": "1.0.72"
72
+ "@elaraai/e3": "1.0.74",
73
+ "@elaraai/east-node-std": "1.0.74",
74
+ "@elaraai/east-py-datascience": "1.0.74"
75
75
  },
76
76
  "scripts": {
77
77
  "build": "tsc",