balena-request 13.3.0 → 13.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.versionbot/CHANGELOG.yml +14 -1
- package/CHANGELOG.md +4 -0
- package/package.json +4 -4
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
- commits:
|
|
2
|
+
- subject: Update balena-auth to 6.0.1
|
|
3
|
+
hash: 1d3cd469288f2dd0e1ed70a292778b70bd518528
|
|
4
|
+
body: |
|
|
5
|
+
Update balena-auth from 5.1.0 to 6.0.1
|
|
6
|
+
footer:
|
|
7
|
+
Change-type: patch
|
|
8
|
+
change-type: patch
|
|
9
|
+
author: Thodoris Greasidis
|
|
10
|
+
nested: []
|
|
11
|
+
version: 13.3.1
|
|
12
|
+
title: ""
|
|
13
|
+
date: 2024-02-23T10:45:59.451Z
|
|
1
14
|
- commits:
|
|
2
15
|
- subject: Increase TOKEN_REFRESH_INTERVAL from 1 hours to 1 day
|
|
3
16
|
hash: b841794b35ef310f831a37df9003418e9b90c99a
|
|
@@ -9,7 +22,7 @@
|
|
|
9
22
|
nested: []
|
|
10
23
|
version: 13.3.0
|
|
11
24
|
title: ""
|
|
12
|
-
date: 2024-02-
|
|
25
|
+
date: 2024-02-13T22:08:49.619Z
|
|
13
26
|
- commits:
|
|
14
27
|
- subject: "fix: throw BalenaExpiredToken only when token is really expired"
|
|
15
28
|
hash: 1de264cc38f3c873afd08b80f678329b61f00dd4
|
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
|
|
|
4
4
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
|
5
5
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
|
6
6
|
|
|
7
|
+
## 13.3.1 - 2024-02-23
|
|
8
|
+
|
|
9
|
+
* Update balena-auth to 6.0.1 [Thodoris Greasidis]
|
|
10
|
+
|
|
7
11
|
## 13.3.0 - 2024-02-13
|
|
8
12
|
|
|
9
13
|
* Increase TOKEN_REFRESH_INTERVAL from 1 hours to 1 day [Otávio Jacobi]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balena-request",
|
|
3
|
-
"version": "13.3.
|
|
3
|
+
"version": "13.3.1",
|
|
4
4
|
"description": "Balena HTTP client",
|
|
5
5
|
"main": "build/request.js",
|
|
6
6
|
"types": "build/request.d.ts",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@types/qs": "^6.9.3",
|
|
45
45
|
"@types/sinon": "^10.0.11",
|
|
46
46
|
"assert": "^2.0.0",
|
|
47
|
-
"balena-auth": "^
|
|
47
|
+
"balena-auth": "^6.0.1",
|
|
48
48
|
"balena-config-karma": "4.0.0",
|
|
49
49
|
"bluebird": "^3.7.2",
|
|
50
50
|
"browserify-zlib": "^0.2.0",
|
|
@@ -79,9 +79,9 @@
|
|
|
79
79
|
"url": "^0.11.1"
|
|
80
80
|
},
|
|
81
81
|
"peerDependencies": {
|
|
82
|
-
"balena-auth": "^
|
|
82
|
+
"balena-auth": "^6.0.1"
|
|
83
83
|
},
|
|
84
84
|
"versionist": {
|
|
85
|
-
"publishedAt": "2024-02-
|
|
85
|
+
"publishedAt": "2024-02-23T10:45:59.590Z"
|
|
86
86
|
}
|
|
87
87
|
}
|