@hazeljs/feature-toggle 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
@@ -134,11 +134,11 @@ Contributions are welcome! Please read our [Contributing Guide](../../CONTRIBUTI
134
134
 
135
135
  ## License
136
136
 
137
- Apache 2.0 © [HazelJS](https://hazeljs.com)
137
+ Apache 2.0 © [HazelJS](https://hazeljs.ai)
138
138
 
139
139
  ## Links
140
140
 
141
- - [Documentation](https://hazeljs.com/docs/packages/feature-toggle)
141
+ - [Documentation](https://hazeljs.ai/docs/packages/feature-toggle)
142
142
  - [GitHub](https://github.com/hazel-js/hazeljs)
143
143
  - [Issues](https://github.com/hazel-js/hazeljs/issues)
144
- - [Discord](https://discord.com/channels/1448263814238965833/1448263814859456575)
144
+ - [Discord](https://discord.gg/rnxaDcXx)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/feature-toggle",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "Feature toggle module for HazelJS framework",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -43,9 +43,9 @@
43
43
  "bugs": {
44
44
  "url": "https://github.com/hazeljs/hazel-js/issues"
45
45
  },
46
- "homepage": "https://hazeljs.com",
46
+ "homepage": "https://hazeljs.ai",
47
47
  "peerDependencies": {
48
48
  "@hazeljs/core": ">=0.2.0-beta.0"
49
49
  },
50
- "gitHead": "6f43ebe685dc190fbfd13f806976d58640197358"
50
+ "gitHead": "b43901feaa561a191242c34acabefa531dd1d21d"
51
51
  }