Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
sosna committed Nov 4, 2018
2 parents 747f211 + b023d67 commit fe56673
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.11.1",
"version": "2.11.2",
"main": "./lib/index.js",
"scripts": {
"prebuild": "rm -rf lib && mkdir lib",
Expand Down
2 changes: 1 addition & 1 deletion src/service/service.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ service = class Service
name: 'European Central Bank'
api: ApiVersion.v1_0_2
url: 'http://sdw-wsrest.ecb.europa.eu/service'
format: DataFormat.SDMX_JSON
format: DataFormat.SDMX_JSON_1_0_0_WD

@SDMXGR:
id: 'SDMXGR'
Expand Down
2 changes: 1 addition & 1 deletion test/service/service.test.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ describe 'Service', ->
Service[s].url.should.contain 'https' for s in i when s.indexOf('_S') > -1

it 'offers a default format for some predefined services', ->
format = DataFormat.SDMX_JSON
format = DataFormat.SDMX_JSON_1_0_0_WD
Service['ECB'].should.have.property('format').that.equals format

it 'offers access to secure instances of predefined services', ->
Expand Down

0 comments on commit fe56673

Please sign in to comment.