@nats-io/services 3.0.2 → 3.0.3-1
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 +5 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|

|
|
3
3
|
[](https://nats-io.github.io/nats.js/services/index.html)
|
|
4
4
|
|
|
5
|
-
[](https://jsr.io/@nats-io/services)
|
|
6
|
+
[](https://jsr.io/@nats-io/services)
|
|
7
7
|
|
|
8
8
|
[](https://www.npmjs.com/package/@nats-io/services)
|
|
9
9
|

|
|
@@ -11,6 +11,9 @@
|
|
|
11
11
|
|
|
12
12
|
# Services
|
|
13
13
|
|
|
14
|
+
For a quick overview of the libraries and how to install them, see
|
|
15
|
+
[runtimes.md](../runtimes.md).
|
|
16
|
+
|
|
14
17
|
The Services module introduces a higher-level API for implementing services with
|
|
15
18
|
NATS. NATS has always been a strong technology on which to build services, as
|
|
16
19
|
they are easy to write, are location and DNS independent and can be scaled up or
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nats-io/services",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3-1",
|
|
4
4
|
"files": [
|
|
5
5
|
"lib/",
|
|
6
6
|
"LICENSE",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"description": "services library - this library implements all the base functionality for NATS services for javascript clients",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@nats-io/nats-core": "3.0.
|
|
36
|
+
"@nats-io/nats-core": "3.0.3-1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/node": "^22.10.10",
|