@hazeljs/swagger 0.5.4 → 0.6.0
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 +2 -2
package/README.md
CHANGED
|
@@ -581,4 +581,4 @@ Apache 2.0 © [HazelJS](https://hazeljs.ai)
|
|
|
581
581
|
- [Swagger UI](https://swagger.io/tools/swagger-ui/)
|
|
582
582
|
- [GitHub](https://github.com/hazel-js/hazeljs)
|
|
583
583
|
- [Issues](https://github.com/hazel-js/hazeljs/issues)
|
|
584
|
-
- [Discord](https://discord.
|
|
584
|
+
- [Discord](https://discord.com/channels/1448263814238965833/1448263814859456575)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hazeljs/swagger",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"description": "Swagger/OpenAPI documentation module for HazelJS framework",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"@hazeljs/core": ">=0.2.0-beta.0"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "27bc86031befce190871d3f07be4156544f37f94"
|
|
55
55
|
}
|