@hazeljs/data 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.
- package/README.md +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -302,7 +302,7 @@ See [hazeljs-data-starter](../../../hazeljs-data-starter) for a full example wit
|
|
|
302
302
|
|
|
303
303
|
## Links
|
|
304
304
|
|
|
305
|
-
- [Documentation](https://hazeljs.
|
|
305
|
+
- [Documentation](https://hazeljs.ai/docs/packages/data)
|
|
306
306
|
- [GitHub](https://github.com/hazel-js/hazeljs)
|
|
307
307
|
- [Issues](https://github.com/hazel-js/hazeljs/issues)
|
|
308
|
-
- [Homepage](https://hazeljs.
|
|
308
|
+
- [Homepage](https://hazeljs.ai)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hazeljs/data",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Data Processing & ETL for HazelJS framework",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -48,6 +48,6 @@
|
|
|
48
48
|
"bugs": {
|
|
49
49
|
"url": "https://github.com/hazeljs/hazel-js/issues"
|
|
50
50
|
},
|
|
51
|
-
"homepage": "https://hazeljs.
|
|
52
|
-
"gitHead": "
|
|
51
|
+
"homepage": "https://hazeljs.ai",
|
|
52
|
+
"gitHead": "b43901feaa561a191242c34acabefa531dd1d21d"
|
|
53
53
|
}
|