Skip to content

Commit

Permalink
chore(release): compile latest source & release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
lykmapipo committed Jul 4, 2020
1 parent 9747f96 commit 626327a
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 8 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#### 0.6.2 (2020-07-04)

##### Chores

* **deps:** force latest version & audit fix ([9747f96f](https://github.com/codetanzania/ewea-case/commit/9747f96fcdaf380be8bc4e01c9b76d772744ab62))

##### Refactors

* update test env & dependencies ([556b23d4](https://github.com/codetanzania/ewea-case/commit/556b23d416b4e5be5b384040e14ae354168eb166))

#### 0.6.1 (2020-06-15)

##### Chores
Expand Down
8 changes: 5 additions & 3 deletions es/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,9 @@ const victim = createSubSchema({
area,
locale,
nextOfKin,
// csids.
// TODO: csids.
// TODO: lastKnownLocation
// TODO: lastKnownAddress
});

/**
Expand All @@ -1310,14 +1312,14 @@ const victim = createSubSchema({
const followup = createSubSchema({
follower,
followedAt,
symptoms: properties,
symptoms: properties, // TODO: rename to data/instance/results
score, // TODO: systemScore vs followerScore
outcome,
remarks,
});

const SCHEMA = mergeObjects(
{ number },
{ number }, // TODO: occured location
{ stage, severity },
{ victim },
{ description },
Expand Down
8 changes: 5 additions & 3 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,9 @@ const victim = mongooseCommon.createSubSchema({
area,
locale,
nextOfKin,
// csids.
// TODO: csids.
// TODO: lastKnownLocation
// TODO: lastKnownAddress
});

/**
Expand All @@ -1312,14 +1314,14 @@ const victim = mongooseCommon.createSubSchema({
const followup = mongooseCommon.createSubSchema({
follower,
followedAt,
symptoms: properties,
symptoms: properties, // TODO: rename to data/instance/results
score, // TODO: systemScore vs followerScore
outcome,
remarks,
});

const SCHEMA = common.mergeObjects(
{ number },
{ number }, // TODO: occured location
{ stage, severity },
{ victim },
{ description },
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codetanzania/ewea-case",
"version": "0.6.1",
"version": "0.6.2",
"description": "A representation of an entity which define and track cases during an emergency event.",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 626327a

Please sign in to comment.