@hazeljs/discovery 0.2.0-beta.48 → 0.2.0-beta.50

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 +3 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # @hazeljs/discovery
2
2
 
3
- Service Discovery and Registry for HazelJS microservices - inspired by Netflix Eureka and Consul.
3
+ **Microservices that find each other.**
4
+
5
+ Service registry, health checks, load balancing. Round Robin, Least Connections, Zone Aware — 6 strategies. Memory, Redis, Consul, or Kubernetes. Eureka-style, without the Java.
4
6
 
5
7
  [![npm version](https://img.shields.io/npm/v/@hazeljs/discovery.svg)](https://www.npmjs.com/package/@hazeljs/discovery)
6
8
  [![npm downloads](https://img.shields.io/npm/dm/@hazeljs/discovery)](https://www.npmjs.com/package/@hazeljs/discovery)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/discovery",
3
- "version": "0.2.0-beta.48",
3
+ "version": "0.2.0-beta.50",
4
4
  "description": "Service discovery and registry for HazelJS microservices - Eureka-inspired with multiple backend support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -18,8 +18,8 @@
18
18
  "clean": "rm -rf dist"
19
19
  },
20
20
  "dependencies": {
21
- "@hazeljs/core": "^0.2.0-beta.48",
22
- "@hazeljs/resilience": "^0.2.0-beta.48",
21
+ "@hazeljs/core": "^0.2.0-beta.50",
22
+ "@hazeljs/resilience": "^0.2.0-beta.50",
23
23
  "axios": "^1.6.0",
24
24
  "reflect-metadata": "^0.2.2"
25
25
  },
@@ -77,5 +77,5 @@
77
77
  "url": "https://github.com/hazeljs/hazel-js/issues"
78
78
  },
79
79
  "homepage": "https://hazeljs.com",
80
- "gitHead": "0790e29cadc8406bad8993053322ee119c4acdc6"
80
+ "gitHead": "aefca57a74856e3b0055ad65843e2a61681f6b99"
81
81
  }