@hazeljs/auth 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 +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -493,7 +493,7 @@ canActivate(context: ExecutionContext): boolean {
493
493
 
494
494
  ## Links
495
495
 
496
- - [Documentation](https://hazeljs.com/docs/packages/auth)
496
+ - [Documentation](https://hazeljs.ai/docs/packages/auth)
497
497
  - [GitHub](https://github.com/hazel-js/hazeljs)
498
498
  - [Issues](https://github.com/hazel-js/hazeljs/issues)
499
- - [Discord](https://discord.com/channels/1448263814238965833/1448263814859456575)
499
+ - [Discord](https://discord.gg/rnxaDcXx)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/auth",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "Authentication and JWT 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
  }