eigen-skills 2.0.1 → 2.0.2
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/SKILL.md +1 -1
- package/package.json +1 -1
- package/skills/eigen-compute/SKILL.md +1 -1
package/SKILL.md
CHANGED
|
@@ -14,7 +14,7 @@ Deploy apps to EigenCompute's Trusted Execution Environment (TEE) with one comma
|
|
|
14
14
|
|
|
15
15
|
## Setup
|
|
16
16
|
|
|
17
|
-
**Requires:** `npm install -g @layr-labs/ecloud-cli` (minimum **v0.4.3** — older versions have broken attestation)
|
|
17
|
+
**Requires:** `npm install -g @layr-labs/ecloud-cli@latest` (minimum **v0.4.3** — older versions have broken attestation)
|
|
18
18
|
|
|
19
19
|
```bash
|
|
20
20
|
ecloud auth login
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eigen-skills",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "Deploy and manage apps on EigenCompute TEE — trusted execution environments with hardware-level isolation, encrypted secrets, and attestation",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"agents": {
|
|
@@ -15,7 +15,7 @@ Deploy, manage, and attest applications running inside EigenCompute TEE (Trusted
|
|
|
15
15
|
## Prerequisites
|
|
16
16
|
|
|
17
17
|
```bash
|
|
18
|
-
npm install -g @layr-labs/ecloud-cli # minimum v0.4.3
|
|
18
|
+
npm install -g @layr-labs/ecloud-cli@latest # minimum v0.4.3
|
|
19
19
|
ecloud auth login
|
|
20
20
|
ecloud auth whoami
|
|
21
21
|
```
|