@hazeljs/gateway 0.2.0-beta.55 → 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 +6 -6
package/README.md CHANGED
@@ -4,7 +4,7 @@ Intelligent API Gateway for HazelJS with version-based routing, canary deploymen
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@hazeljs/gateway.svg)](https://www.npmjs.com/package/@hazeljs/gateway)
6
6
  [![npm downloads](https://img.shields.io/npm/dm/@hazeljs/gateway)](https://www.npmjs.com/package/@hazeljs/gateway)
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/gateway",
3
- "version": "0.2.0-beta.55",
3
+ "version": "0.2.0-beta.56",
4
4
  "description": "Intelligent API Gateway for HazelJS - Version routing, canary deployments, circuit breaking, and traffic management",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -18,9 +18,9 @@
18
18
  "clean": "rm -rf dist"
19
19
  },
20
20
  "dependencies": {
21
- "@hazeljs/core": "^0.2.0-beta.55",
22
- "@hazeljs/discovery": "^0.2.0-beta.55",
23
- "@hazeljs/resilience": "^0.2.0-beta.55",
21
+ "@hazeljs/core": "^0.2.0-beta.56",
22
+ "@hazeljs/discovery": "^0.2.0-beta.56",
23
+ "@hazeljs/resilience": "^0.2.0-beta.56",
24
24
  "axios": "^1.6.0",
25
25
  "reflect-metadata": "^0.2.2"
26
26
  },
@@ -65,10 +65,10 @@
65
65
  "microservices"
66
66
  ],
67
67
  "author": "Muhammad Arslan <muhammad.arslan@hazeljs.com>",
68
- "license": "MIT",
68
+ "license": "Apache-2.0",
69
69
  "bugs": {
70
70
  "url": "https://github.com/hazeljs/hazel-js/issues"
71
71
  },
72
72
  "homepage": "https://hazeljs.com",
73
- "gitHead": "f2e54f346eea552595a44607999454a9e388cb9e"
73
+ "gitHead": "c2737e90974458a8438eee623726f0a453b66b8b"
74
74
  }