@hazeljs/data 0.2.0-beta.47 → 0.2.0-beta.49
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -190,5 +190,5 @@ See [hazeljs-data-starter](../../../hazeljs-data-starter) for a full example wit
|
|
|
190
190
|
|
|
191
191
|
- [Documentation](https://hazeljs.com/docs/packages/data)
|
|
192
192
|
- [GitHub](https://github.com/hazel-js/hazeljs)
|
|
193
|
-
- [Issues](https://github.com/
|
|
193
|
+
- [Issues](https://github.com/hazel-js/hazeljs/issues)
|
|
194
194
|
- [Homepage](https://hazeljs.com)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hazeljs/data",
|
|
3
|
-
"version": "0.2.0-beta.
|
|
3
|
+
"version": "0.2.0-beta.49",
|
|
4
4
|
"description": "Data Processing & ETL for HazelJS framework",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"url": "https://github.com/hazeljs/hazel-js/issues"
|
|
50
50
|
},
|
|
51
51
|
"homepage": "https://hazeljs.com",
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "263b1f8c87ad9008ae21b6472860eb1b6cf1a6ce"
|
|
53
53
|
}
|