@hazeljs/discovery 0.2.0-rc.8 → 0.2.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 +2 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -440,11 +440,11 @@ Contributions are welcome! Please read our [Contributing Guide](../../CONTRIBUTI
440
440
 
441
441
  ## License
442
442
 
443
- Apache 2.0 © [HazelJS](https://hazeljs.com)
443
+ Apache 2.0 © [HazelJS](https://hazeljs.ai)
444
444
 
445
445
  ## Links
446
446
 
447
- - [Documentation](https://hazeljs.com/docs)
447
+ - [Documentation](https://hazeljs.ai/docs)
448
448
  - [GitHub](https://github.com/hazel-js/hazeljs)
449
449
  - [Issues](https://github.com/hazel-js/hazeljs/issues)
450
450
  - [Roadmap](../../ROADMAP_2.0.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/discovery",
3
- "version": "0.2.0-rc.8",
3
+ "version": "0.2.1",
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-rc.8",
22
- "@hazeljs/resilience": "^0.2.0-rc.8",
21
+ "@hazeljs/core": "^0.2.1",
22
+ "@hazeljs/resilience": "^0.2.1",
23
23
  "axios": "^1.6.0",
24
24
  "reflect-metadata": "^0.2.2"
25
25
  },
@@ -76,6 +76,6 @@
76
76
  "bugs": {
77
77
  "url": "https://github.com/hazeljs/hazel-js/issues"
78
78
  },
79
- "homepage": "https://hazeljs.com",
80
- "gitHead": "c0cfcca112ad5a11c6d5545acc98bb5d39355896"
79
+ "homepage": "https://hazeljs.ai",
80
+ "gitHead": "736a56e3d70b51050608cffae2394de3a3487f20"
81
81
  }