@hazeljs/oauth 0.2.0-rc.8 → 0.2.1

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
@@ -191,10 +191,10 @@ npm test
191
191
 
192
192
  ## Links
193
193
 
194
- - [Documentation](https://hazeljs.com/docs/packages/oauth)
194
+ - [Documentation](https://hazeljs.ai/docs/packages/oauth)
195
195
  - [GitHub](https://github.com/hazel-js/hazeljs)
196
196
  - [Arctic](https://arcticjs.dev)
197
197
 
198
198
  ## License
199
199
 
200
- Apache 2.0 © [HazelJS](https://hazeljs.com)
200
+ Apache 2.0 © [HazelJS](https://hazeljs.ai)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/oauth",
3
- "version": "0.2.0-rc.8",
3
+ "version": "0.2.1",
4
4
  "description": "OAuth 2.0 social login module for HazelJS - Microsoft, Google, GitHub and more",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -48,9 +48,9 @@
48
48
  "bugs": {
49
49
  "url": "https://github.com/hazeljs/hazel-js/issues"
50
50
  },
51
- "homepage": "https://hazeljs.com",
51
+ "homepage": "https://hazeljs.ai",
52
52
  "peerDependencies": {
53
53
  "@hazeljs/core": ">=0.2.0-beta.0"
54
54
  },
55
- "gitHead": "c0cfcca112ad5a11c6d5545acc98bb5d39355896"
55
+ "gitHead": "736a56e3d70b51050608cffae2394de3a3487f20"
56
56
  }