@hazeljs/resilience 0.2.0-beta.41 → 0.2.0-beta.43

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
@@ -92,4 +92,4 @@ See the [full documentation](https://hazeljs.com/docs/packages/resilience) for c
92
92
 
93
93
  ## License
94
94
 
95
- MIT
95
+ Apache 2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/resilience",
3
- "version": "0.2.0-beta.41",
3
+ "version": "0.2.0-beta.43",
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-beta.41",
21
+ "@hazeljs/core": "^0.2.0-beta.43",
22
22
  "reflect-metadata": "^0.2.2"
23
23
  },
24
24
  "devDependencies": {
@@ -53,11 +53,11 @@
53
53
  "fault-tolerance",
54
54
  "microservices"
55
55
  ],
56
- "author": "Muhammad Arslan <marslan@hazeljs.com>",
56
+ "author": "Muhammad Arslan <muhammad.arslan@hazeljs.com>",
57
57
  "license": "MIT",
58
58
  "bugs": {
59
59
  "url": "https://github.com/hazeljs/hazel-js/issues"
60
60
  },
61
61
  "homepage": "https://hazeljs.com",
62
- "gitHead": "b50699eaa4847a8cfe9c346d7e4464b4af7f3120"
62
+ "gitHead": "fa6a154f9d195224ebf8321839a573d50f2fdfa1"
63
63
  }