@hazeljs/resilience 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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -88,7 +88,7 @@ CLOSED ──(failures >= threshold)──> OPEN
88
88
 
89
89
  ## API Reference
90
90
 
91
- See the [full documentation](https://hazeljs.com/docs/packages/resilience) for complete API reference.
91
+ See the [full documentation](https://hazeljs.ai/docs/packages/resilience) for complete API reference.
92
92
 
93
93
  ## License
94
94
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/resilience",
3
- "version": "0.2.0-rc.8",
3
+ "version": "0.2.1",
4
4
  "description": "Fault-tolerance and resilience patterns for HazelJS - Circuit Breaker, Retry, Bulkhead, Timeout, Rate Limiter",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -18,7 +18,7 @@
18
18
  "clean": "rm -rf dist"
19
19
  },
20
20
  "dependencies": {
21
- "@hazeljs/core": "^0.2.0-rc.8",
21
+ "@hazeljs/core": "^0.2.1",
22
22
  "reflect-metadata": "^0.2.2"
23
23
  },
24
24
  "devDependencies": {
@@ -58,6 +58,6 @@
58
58
  "bugs": {
59
59
  "url": "https://github.com/hazeljs/hazel-js/issues"
60
60
  },
61
- "homepage": "https://hazeljs.com",
62
- "gitHead": "c0cfcca112ad5a11c6d5545acc98bb5d39355896"
61
+ "homepage": "https://hazeljs.ai",
62
+ "gitHead": "736a56e3d70b51050608cffae2394de3a3487f20"
63
63
  }