pinejs-client-request 7.3.3 → 7.3.4-bump-core-version-a57d3cb103eb886154fe5fa3d54870e239d8e96f
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 +12 -1
- package/CHANGELOG.md +4 -0
- package/package.json +3 -3
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
- commits:
|
|
2
|
+
- subject: Bump version of pinejs-client-core
|
|
3
|
+
hash: a57d3cb103eb886154fe5fa3d54870e239d8e96f
|
|
4
|
+
body: ''
|
|
5
|
+
footer:
|
|
6
|
+
Change-type: patch
|
|
7
|
+
change-type: patch
|
|
8
|
+
author: Paul Jonathan Zoulin
|
|
9
|
+
nested: []
|
|
10
|
+
version: 7.3.4
|
|
11
|
+
date: 2022-01-18T21:11:40.029Z
|
|
1
12
|
- commits:
|
|
2
13
|
- subject: Make use of nullish coalescing assignment where possible
|
|
3
14
|
hash: 0f9d3b810d69d3c1a059bac993db54c16caeedb2
|
|
@@ -8,7 +19,7 @@
|
|
|
8
19
|
author: Pagan Gazzard
|
|
9
20
|
nested: []
|
|
10
21
|
version: 7.3.3
|
|
11
|
-
date: 2021-07-19T14:
|
|
22
|
+
date: 2021-07-19T14:49:37.263Z
|
|
12
23
|
- commits:
|
|
13
24
|
- subject: Delete CODEOWNERS
|
|
14
25
|
hash: f2310987fff9733caf748c1dab49dd254d3a2267
|
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
|
+
## 7.3.4 - 2022-01-18
|
|
8
|
+
|
|
9
|
+
* Bump version of pinejs-client-core [Paul Jonathan Zoulin]
|
|
10
|
+
|
|
7
11
|
## 7.3.3 - 2021-07-19
|
|
8
12
|
|
|
9
13
|
* Make use of nullish coalescing assignment where possible [Pagan Gazzard]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pinejs-client-request",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.4-bump-core-version-a57d3cb103eb886154fe5fa3d54870e239d8e96f",
|
|
4
4
|
"description": "This module provides a request backend for pinejs-client.",
|
|
5
5
|
"main": "request.js",
|
|
6
6
|
"types": "request.d.ts",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@types/request": "^2.48.5",
|
|
26
26
|
"lodash": "^4.17.21",
|
|
27
27
|
"lru-cache": "^6.0.0",
|
|
28
|
-
"pinejs-client-core": "^6.
|
|
28
|
+
"pinejs-client-core": "^6.10.0-add-retryability-7f60f1f7d1f4ffa9a2c10425bcd57393b4239592",
|
|
29
29
|
"request": "^2.88.2",
|
|
30
30
|
"typed-error": "^3.2.1"
|
|
31
31
|
},
|
|
@@ -47,6 +47,6 @@
|
|
|
47
47
|
]
|
|
48
48
|
},
|
|
49
49
|
"versionist": {
|
|
50
|
-
"publishedAt": "
|
|
50
|
+
"publishedAt": "2022-01-18T21:11:40.111Z"
|
|
51
51
|
}
|
|
52
52
|
}
|