@codetanzania/emis-api-client
Advanced tools
Comparing version 0.16.1 to 0.16.2
@@ -0,1 +1,12 @@ | ||
#### 0.16.2 (2019-06-16) | ||
##### Chores | ||
* **build:** bundle library for v0.16.2 ([f385753f](https://github.com/CodeTanzania/emis-api-client/commit/f385753f8d0f6e031ab9ec86d9dce1eb3af7a65e)) | ||
* **package.json:** update package version to 0.16.2 ([4d65bfdc](https://github.com/CodeTanzania/emis-api-client/commit/4d65bfdc82f768e1e2b45212ee29155e8924196e)) | ||
##### Bug Fixes | ||
* **predefine:** change partyGroup bucket to partygroups ([2158edee](https://github.com/CodeTanzania/emis-api-client/commit/2158edeed42e22fa57bc4a13dd32ba7ef128be47)) | ||
#### 0.16.0 (2019-06-16) | ||
@@ -2,0 +13,0 @@ |
@@ -1156,3 +1156,3 @@ import moment from 'moment'; | ||
wellknown: 'predefine', | ||
bucket: 'partyGroups', | ||
bucket: 'partygroups', | ||
params: mergeObjects(DEFAULT_PARAMS), | ||
@@ -1159,0 +1159,0 @@ }, |
@@ -1158,3 +1158,3 @@ 'use strict'; | ||
wellknown: 'predefine', | ||
bucket: 'partyGroups', | ||
bucket: 'partygroups', | ||
params: common.mergeObjects(DEFAULT_PARAMS), | ||
@@ -1161,0 +1161,0 @@ }, |
{ | ||
"name": "@codetanzania/emis-api-client", | ||
"version": "0.16.1", | ||
"version": "0.16.2", | ||
"description": "http client for EMIS API.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -171,3 +171,3 @@ import { clone, forEach, merge, upperFirst } from 'lodash'; | ||
wellknown: 'predefine', | ||
bucket: 'partyGroups', | ||
bucket: 'partygroups', | ||
params: mergeObjects(DEFAULT_PARAMS), | ||
@@ -174,0 +174,0 @@ }, |
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
148944