@hazeljs/data 0.2.0-beta.39 → 0.2.0-beta.41

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 +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -3,6 +3,7 @@
3
3
  Data Processing & ETL for HazelJS - pipelines, schema validation, streaming, and data quality.
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@hazeljs/data.svg)](https://www.npmjs.com/package/@hazeljs/data)
6
+ [![npm downloads](https://img.shields.io/npm/dm/@hazeljs/data)](https://www.npmjs.com/package/@hazeljs/data)
6
7
  [![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
7
8
 
8
9
  ## Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/data",
3
- "version": "0.2.0-beta.39",
3
+ "version": "0.2.0-beta.41",
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": "1ef15653fe25b11327020085fdfdd6d426b45763"
52
+ "gitHead": "b50699eaa4847a8cfe9c346d7e4464b4af7f3120"
53
53
  }