@hazeljs/ml 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
@@ -294,7 +294,7 @@ metricsService.recordEvaluation({
294
294
 
295
295
  ## Links
296
296
 
297
- - [Documentation](https://hazeljs.com/docs/packages/ml)
297
+ - [Documentation](https://hazeljs.ai/docs/packages/ml)
298
298
  - [GitHub](https://github.com/hazel-js/hazeljs)
299
299
  - [Issues](https://github.com/hazel-js/hazeljs/issues)
300
- - [Homepage](https://hazeljs.com)
300
+ - [Homepage](https://hazeljs.ai)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/ml",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Machine Learning & Model Management for HazelJS framework",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -47,6 +47,6 @@
47
47
  "bugs": {
48
48
  "url": "https://github.com/hazeljs/hazel-js/issues"
49
49
  },
50
- "homepage": "https://hazeljs.com",
51
- "gitHead": "6f43ebe685dc190fbfd13f806976d58640197358"
50
+ "homepage": "https://hazeljs.ai",
51
+ "gitHead": "736a56e3d70b51050608cffae2394de3a3487f20"
52
52
  }