@hazeljs/swagger 0.2.0 → 0.2.2

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 +3 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -572,13 +572,13 @@ Contributions are welcome! Please read our [Contributing Guide](../../CONTRIBUTI
572
572
 
573
573
  ## License
574
574
 
575
- Apache 2.0 © [HazelJS](https://hazeljs.com)
575
+ Apache 2.0 © [HazelJS](https://hazeljs.ai)
576
576
 
577
577
  ## Links
578
578
 
579
- - [Documentation](https://hazeljs.com/docs/packages/swagger)
579
+ - [Documentation](https://hazeljs.ai/docs/packages/swagger)
580
580
  - [OpenAPI Specification](https://swagger.io/specification/)
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.com/channels/1448263814238965833/1448263814859456575)
584
+ - [Discord](https://discord.gg/rnxaDcXx)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/swagger",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "Swagger/OpenAPI documentation module for HazelJS framework",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -47,9 +47,9 @@
47
47
  "bugs": {
48
48
  "url": "https://github.com/hazeljs/hazel-js/issues"
49
49
  },
50
- "homepage": "https://hazeljs.com",
50
+ "homepage": "https://hazeljs.ai",
51
51
  "peerDependencies": {
52
52
  "@hazeljs/core": ">=0.2.0-beta.0"
53
53
  },
54
- "gitHead": "6f43ebe685dc190fbfd13f806976d58640197358"
54
+ "gitHead": "b43901feaa561a191242c34acabefa531dd1d21d"
55
55
  }