@hazeljs/websocket 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 +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -520,11 +520,11 @@ Contributions are welcome! Please read our [Contributing Guide](../../CONTRIBUTI
520
520
 
521
521
  ## License
522
522
 
523
- Apache 2.0 © [HazelJS](https://hazeljs.com)
523
+ Apache 2.0 © [HazelJS](https://hazeljs.ai)
524
524
 
525
525
  ## Links
526
526
 
527
- - [Documentation](https://hazeljs.com/docs/packages/websocket)
527
+ - [Documentation](https://hazeljs.ai/docs/packages/websocket)
528
528
  - [WebSocket API](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket)
529
529
  - [GitHub](https://github.com/hazel-js/hazeljs)
530
530
  - [Issues](https://github.com/hazel-js/hazeljs/issues)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/websocket",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "WebSocket and Server-Sent Events 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": "736a56e3d70b51050608cffae2394de3a3487f20"
55
55
  }