@hazeljs/gateway 0.2.0-beta.55 → 0.2.0-beta.57
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.
- package/README.md +1 -1
- 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
|
[](https://www.npmjs.com/package/@hazeljs/gateway)
|
|
6
6
|
[](https://www.npmjs.com/package/@hazeljs/gateway)
|
|
7
|
-
[](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.
|
|
3
|
+
"version": "0.2.0-beta.57",
|
|
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.
|
|
22
|
-
"@hazeljs/discovery": "^0.2.0-beta.
|
|
23
|
-
"@hazeljs/resilience": "^0.2.0-beta.
|
|
21
|
+
"@hazeljs/core": "^0.2.0-beta.57",
|
|
22
|
+
"@hazeljs/discovery": "^0.2.0-beta.57",
|
|
23
|
+
"@hazeljs/resilience": "^0.2.0-beta.57",
|
|
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": "
|
|
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": "
|
|
73
|
+
"gitHead": "98c84683e8f487c660e344c2beda3a8dcaaff07f"
|
|
74
74
|
}
|