@@ -5,13 +5,13 @@ Node.js bindings for hyperlight-js
55## Installation
66
77``` bash
8- npm install @hyperlight/js-host-api
8+ npm install @hyperlight-dev /js-host-api
99```
1010
1111## Quick Start
1212
1313``` javascript
14- import { SandboxBuilder } from ' @hyperlight/js-host-api' ;
14+ import { SandboxBuilder } from ' @hyperlight-dev /js-host-api' ;
1515
1616// Create and build a sandbox
1717const builder = new SandboxBuilder ();
@@ -334,7 +334,7 @@ sequenceDiagram
334334### Quick Start
335335
336336``` javascript
337- const { SandboxBuilder } = require (' @hyperlight/js-host-api' );
337+ const { SandboxBuilder } = require (' @hyperlight-dev /js-host-api' );
338338
339339const proto = await new SandboxBuilder ().build ();
340340
@@ -633,7 +633,7 @@ just test-all release
633633
634634## Publishing to npm
635635
636- The package is published to npmjs.com as ` @hyperlight/js-host-api ` with platform-specific binary packages.
636+ The package is published to npmjs.com as ` @hyperlight-dev /js-host-api ` with platform-specific binary packages.
637637
638638### Automated Release
639639
@@ -668,10 +668,10 @@ The npm release consists of the following packages:
668668
669669| Package | Description |
670670| ---------| -------------|
671- | ` @hyperlight/js-host-api ` | Main package (installs correct binary automatically) |
672- | ` @hyperlight/js-host-api-linux-x64-gnu ` | Linux x86_64 (glibc) native binary |
673- | ` @hyperlight/js-host-api-linux-x64-musl ` | Linux x86_64 (musl/Alpine) native binary |
674- | ` @hyperlight/js-host-api-win32-x64-msvc ` | Windows x86_64 native binary |
671+ | ` @hyperlight-dev /js-host-api ` | Main package (installs correct binary automatically) |
672+ | ` @hyperlight-dev /js-host-api-linux-x64-gnu ` | Linux x86_64 (glibc) native binary |
673+ | ` @hyperlight-dev /js-host-api-linux-x64-musl ` | Linux x86_64 (musl/Alpine) native binary |
674+ | ` @hyperlight-dev /js-host-api-win32-x64-msvc ` | Windows x86_64 native binary |
675675
676676### How Platform Selection Works
677677
0 commit comments