@hazeljs/resilience 0.2.0-beta.54 → 0.2.0-beta.56

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
@@ -4,7 +4,7 @@ Fault-tolerance and resilience patterns for HazelJS. Provides circuit breaker, r
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@hazeljs/resilience.svg)](https://www.npmjs.com/package/@hazeljs/resilience)
6
6
  [![npm downloads](https://img.shields.io/npm/dm/@hazeljs/resilience)](https://www.npmjs.com/package/@hazeljs/resilience)
7
- [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
7
+ [![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
8
8
 
9
9
  ## Installation
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/resilience",
3
- "version": "0.2.0-beta.54",
3
+ "version": "0.2.0-beta.56",
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.54",
21
+ "@hazeljs/core": "^0.2.0-beta.56",
22
22
  "reflect-metadata": "^0.2.2"
23
23
  },
24
24
  "devDependencies": {
@@ -54,10 +54,10 @@
54
54
  "microservices"
55
55
  ],
56
56
  "author": "Muhammad Arslan <muhammad.arslan@hazeljs.com>",
57
- "license": "MIT",
57
+ "license": "Apache-2.0",
58
58
  "bugs": {
59
59
  "url": "https://github.com/hazeljs/hazel-js/issues"
60
60
  },
61
61
  "homepage": "https://hazeljs.com",
62
- "gitHead": "c593ce33447cdc62d7bd2386cc2db47840292fcb"
62
+ "gitHead": "c2737e90974458a8438eee623726f0a453b66b8b"
63
63
  }