@hazeljs/casl 0.2.0 → 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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -357,7 +357,7 @@ abstract class AbilityFactory<A extends AnyAbility> {
357
357
 
358
358
  ## Links
359
359
 
360
- - [Documentation](https://hazeljs.com/docs/packages/casl)
360
+ - [Documentation](https://hazeljs.ai/docs/packages/casl)
361
361
  - [GitHub](https://github.com/hazel-js/hazeljs)
362
362
  - [Issues](https://github.com/hazel-js/hazeljs/issues)
363
363
  - [Discord](https://discord.com/channels/1448263814238965833/1448263814859456575)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/casl",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Attribute-level (resource-level) authorization for HazelJS via CASL",
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": "6f43ebe685dc190fbfd13f806976d58640197358"
55
+ "gitHead": "736a56e3d70b51050608cffae2394de3a3487f20"
56
56
  }