@haechi-labs/henesis-datastream
Advanced tools
Comparing version 0.0.1-alpha.13 to 0.0.1-alpha.17
@@ -6,3 +6,3 @@ # Change Log | ||
# 1.1.0 (2019-09-02) | ||
## 0.0.1-alpha.17 (2019-09-03) | ||
@@ -13,2 +13,3 @@ | ||
* remove cyclic dependency ([89175e8](https://github.com/HAECHI-LABS/henesis-sdk-js/commit/89175e8)) | ||
* remove multimodule mock dependency ([43dedde](https://github.com/HAECHI-LABS/henesis-sdk-js/commit/43dedde)) | ||
@@ -22,1 +23,23 @@ | ||
* implement provider controller, url resolvers, refactor: refactor datastream module ([cba6644](https://github.com/HAECHI-LABS/henesis-sdk-js/commit/cba6644)) | ||
* set up to publish npm ([bec3666](https://github.com/HAECHI-LABS/henesis-sdk-js/commit/bec3666)) | ||
## 0.0.1-alpha.16 (2019-09-03) | ||
### Bug Fixes | ||
* remove cyclic dependency ([89175e8](https://github.com/HAECHI-LABS/henesis-sdk-js/commit/89175e8)) | ||
* remove multimodule mock dependency ([43dedde](https://github.com/HAECHI-LABS/henesis-sdk-js/commit/43dedde)) | ||
### Features | ||
* add ack message support ([644abf1](https://github.com/HAECHI-LABS/henesis-sdk-js/commit/644abf1)) | ||
* add connection information ([a791895](https://github.com/HAECHI-LABS/henesis-sdk-js/commit/a791895)) | ||
* bootstrap henesis-datastream, henesis-subscription ([da07d54](https://github.com/HAECHI-LABS/henesis-sdk-js/commit/da07d54)) | ||
* implement provider controller, url resolvers, refactor: refactor datastream module ([cba6644](https://github.com/HAECHI-LABS/henesis-sdk-js/commit/cba6644)) | ||
* set up to publish npm ([bec3666](https://github.com/HAECHI-LABS/henesis-sdk-js/commit/bec3666)) |
{ | ||
"name": "@haechi-labs/henesis-datastream", | ||
"version": "0.0.1-alpha.13", | ||
"description": "", | ||
"version": "0.0.1-alpha.17", | ||
"description": "henesis-datastream", | ||
"main": "./lib/index.js", | ||
@@ -11,7 +11,7 @@ "types": "./lib/index.d.js", | ||
}, | ||
"author": "", | ||
"author": "Haechi labs Team", | ||
"license": "ISC", | ||
"dependencies": { | ||
"@haechi-labs/henesis-provider": "0.0.1-alpha.13", | ||
"@haechi-labs/henesis-subscription": "0.0.1-alpha.13", | ||
"@haechi-labs/henesis-provider": "^0.0.1-alpha.17", | ||
"@haechi-labs/henesis-subscription": "^0.0.1-alpha.17", | ||
"@types/uuid": "^3.4.5" | ||
@@ -43,3 +43,3 @@ }, | ||
}, | ||
"gitHead": "11a132675b9b6ada3799e492c1438c99fa423e69" | ||
"gitHead": "7d1966898b598a0bc49855c94bec270b4e5d3898" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
18208
29
262
2
+ Added@haechi-labs/henesis-provider@0.0.1-alpha.17(transitive)
+ Added@haechi-labs/henesis-subscription@0.0.1-alpha.17(transitive)
- Removed@haechi-labs/henesis-subscription@0.0.1-alpha.13(transitive)