@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.
Files changed (2) hide show
  1. package/README.md +5 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,8 +2,8 @@
2
2
  ![jetstream](https://github.com/nats-io/nats.js/actions/workflows/services.yml/badge.svg)
3
3
  [![JSDoc](https://img.shields.io/badge/JSDoc-reference-blue)](https://nats-io.github.io/nats.js/services/index.html)
4
4
 
5
- [![JSR](https://jsr.io/badges/@nats-io/kv)](https://jsr.io/@nats-io/services)
6
- [![JSR](https://jsr.io/badges/@nats-io/kv/score)](https://jsr.io/@nats-io/services)
5
+ [![JSR](https://jsr.io/badges/@nats-io/services)](https://jsr.io/@nats-io/services)
6
+ [![JSR](https://jsr.io/badges/@nats-io/services/score)](https://jsr.io/@nats-io/services)
7
7
 
8
8
  [![NPM Version](https://img.shields.io/npm/v/%40nats-io%2Fservices)](https://www.npmjs.com/package/@nats-io/services)
9
9
  ![NPM Downloads](https://img.shields.io/npm/dt/%40nats-io%2Fservices)
@@ -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.2",
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.2"
36
+ "@nats-io/nats-core": "3.0.3-1"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/node": "^22.10.10",