@@ -24,19 +24,20 @@ number of issues we would like to address going forward:
24
24
In order to satisfy those needs, the NATS JavaScript library will split into
25
25
separate libraries which focus on:
26
26
27
- - Transport Libraries (nats.js - ` @nats/node ` , nats.deno ` @nats/deno ` , nats.ws
28
- ` @nats/es-websocket ` ) - these depend on NatsCore, and only contribute a
29
- transport implementation.
30
- - NatsCore ` @nats/core ` ("nats-base-client") - publish/subscribe/request-reply.
31
- - JetStream ` @nats/jetstream ` (depends on ` @nats-core ` )
32
- - KV ` @nats/kv ` (depends on JetStream)
33
- - ObjectStore ` @nats/obj ` (depends on JetStream)
34
- - Services ` @nats/services ` (depends on NatsCore)
27
+ - Transport Libraries (nats.js - ` @nats-io/node ` , nats.deno ` @nats-io/deno ` ,
28
+ nats.ws ` @nats/es-websocket ` ) - these depend on NatsCore, and only contribute
29
+ a transport implementation.
30
+ - NatsCore ` @nats-io/core ` ("nats-base-client") -
31
+ publish/subscribe/request-reply.
32
+ - JetStream ` @nats-io/jetstream ` (depends on ` @nats-core ` )
33
+ - KV ` @nats-io/kv ` (depends on JetStream)
34
+ - ObjectStore ` @nats-io/obj ` (depends on JetStream)
35
+ - Services ` @nats-io/services ` (depends on NatsCore)
35
36
36
37
Your library selection process will start by selecting your runtime, and
37
38
importing any additional functionality you may be interested in. The
38
- ` @nats/node ` , ` @nats/deno ` , ` @nats/es-websocket ` depend and re-export
39
- ` @nats/core ` .
39
+ ` @nats-io /node ` , ` @nats-io /deno ` , ` @nats-io /es-websocket ` depend and re-export
40
+ ` @nats-io /core ` .
40
41
41
42
To use the extended functionality you will need to install and import from the
42
43
other libraries and call API to create an instance of the functionality the
0 commit comments