phala 1.0.17 → 1.0.19
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 +1 -1
- package/dist/api/index.d.ts +2608 -688
- package/dist/api/index.js +1 -1
- package/dist/{chunk-6GN3UXCF.js → chunk-X3GHW5ET.js} +4 -4
- package/dist/chunk-X3GHW5ET.js.map +1 -0
- package/dist/index.js +26 -24
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-6GN3UXCF.js.map +0 -1
package/README.md
CHANGED
@@ -351,7 +351,7 @@ Start the TEE simulator locally for development and testing.
|
|
351
351
|
|
352
352
|
**Options:**
|
353
353
|
|
354
|
-
- `-
|
354
|
+
- `-p, --port <port>`: Port to bind the simulator to (default: 8000)
|
355
355
|
|
356
356
|
**Example:**
|
357
357
|
```bash
|