Skip to content

Commit

Permalink
Merge branch 'release/v1.0.1'
Browse files Browse the repository at this point in the history
* release/v1.0.1:
  Update axios
  • Loading branch information
gfoiani committed Jul 12, 2021
2 parents a6b380a + 21b965c commit 71e191b
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 18 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@ All notable changes to this project will be documented in this file.
- `0.6.x` Releases - [0.6.0] [0.6.1]
- `0.6.x` Releases - [0.6.0] [0.6.1]
- `0.7.x` Releases - [0.7.0] [0.7.1] [0.7.2] [0.7.3] [0.7.4] [0.7.5] [0.7.6] [0.7.7] [0.7.8] [0.7.9] [0.7.11] [0.7.12] [0.7.13] [0.7.14] [0.7.15]
- `1.0.x` Releases - [1.0.0]
- `1.0.x` Releases - [1.0.0] [1.0.1]

---

## [1.0.1](https://github.com/space-bunny/node-sdk/releases/tag/v1.0.1)

#### Changed

- Update axios dependency

---

Expand Down
8 changes: 4 additions & 4 deletions lib/spacebunny.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/spacebunny.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lib/spacebunny.var.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/spacebunny.var.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lib/spacebunny.web.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/spacebunny.web.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spacebunny",
"version": "1.0.0",
"version": "1.0.1",
"description": "NodeJS client library for Space Bunny IoT platform",
"main": "lib/spacebunny.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@stomp/stompjs": "5.4.4",
"amqplib": "0.6.0",
"async-mqtt": "2.6.1",
"axios": "0.20.0",
"axios": "0.21.1",
"bufferutil": "4.0.1",
"humps": "2.0.1",
"lodash.clonedeep": "4.5.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2122,10 +2122,10 @@ [email protected]:
fast-deep-equal "^3.1.1"
is-buffer "^2.0.3"

axios@0.20.0:
version "0.20.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.20.0.tgz#057ba30f04884694993a8cd07fa394cff11c50bd"
integrity sha512-ANA4rr2BDcmmAQLOKft2fufrtuvlqR+cXNNinUmvfeSNCOF98PZL+7M/v1zIdGo7OLjEA9J2gXJL+j4zGsl0bA==
axios@0.21.1:
version "0.21.1"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
dependencies:
follow-redirects "^1.10.0"

Expand Down

0 comments on commit 71e191b

Please sign in to comment.