Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
patch version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 committed Sep 15, 2021
1 parent 634e1aa commit c6ce718
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ast.json
Expand Up @@ -3111,7 +3111,7 @@
"type": "NameExpression",
"name": "Object"
},
"name": "attributes"
"name": "attr"
},
{
"title": "param",
Expand All @@ -3132,7 +3132,7 @@
}
]
},
"valid": false
"valid": true
}
],
"exports": [],
Expand Down
2 changes: 1 addition & 1 deletion lib/Adaptor.js
Expand Up @@ -1859,7 +1859,7 @@ function upsert(resourceType, uniqueAttribute, data, params, options, callback)
* @example
* valByName(tei.attributes, 'first name')
* @function
* @param {Object} attributes - An array of tracked entity attributes
* @param {Object} attr - An array of tracked entity attributes
* @param {string} name - The display name to search for
* @returns {string}
*/
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
@@ -1,6 +1,6 @@
{
"name": "@openfn/language-dhis2",
"version": "2.0.9",
"version": "2.0.10",
"description": "DHIS2 Language Pack for OpenFn",
"homepage": "https://docs.openfn.org",
"repository": {
Expand Down

0 comments on commit c6ce718

Please sign in to comment.