Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
sosna committed Dec 1, 2019
2 parents f84e27c + 4d79197 commit 167369c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"node": ">=6"
},
"description": "SDMX REST API client for JavaScript",
"version": "2.14.0",
"version": "2.14.1",
"main": "./lib/index.js",
"scripts": {
"prebuild": "rm -rf lib && mkdir lib",
Expand Down
1 change: 1 addition & 0 deletions src/metadata/metadata-type.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ itemSchemes = [
'dataconsumerscheme'
'organisationunitscheme'
'hierarchicalcodelist'
'reportingtaxonomy'
]

types =
Expand Down
2 changes: 1 addition & 1 deletion src/utils/api-version.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ versions =
v1_3_0: 'v1.3.0'

# The version of the SDMX RESTFul API released in June 2019. The release is
# a minor one, merely adding a dedicated media type for SDMX-JSON structure
# a minor one, merely adding a dedicated media type for SDMX-JSON structure
# messages.
v1_4_0: 'v1.4.0'

Expand Down
3 changes: 3 additions & 0 deletions test/metadata/metadata-type.test.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ describe 'Metadata types', ->

it 'considers hierarchicalcodelist as item scheme', ->
isItemScheme('hierarchicalcodelist').should.be.true

it 'considers reportingtaxonomy as item scheme', ->
isItemScheme('reportingtaxonomy').should.be.true

0 comments on commit 167369c

Please sign in to comment.