Skip to content

Commit

Permalink
Release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aarranz committed Jun 11, 2018
1 parent 2e03dd4 commit 68dd697
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions dist/NGSI.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,6 @@
} catch (e) { return null; }
};

Response.prototype.getAllResponseHeaders = function getAllResponseHeaders() {
return this.transport.getAllResponseHeaders();
};

var toQueryString = function toQueryString(parameters) {
var key, query = [];

Expand Down
4 changes: 2 additions & 2 deletions dist/NGSI.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/NGSI.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"vendor": "CoNWeT",
"name": "ngsijs",
"version": "1.1.0",
"version": "1.1.1",
"description": "Node JavaScript library for Orion Context Broker",
"main": "./ngsi-node.js",
"repository": {
Expand Down

0 comments on commit 68dd697

Please sign in to comment.