Skip to content

Commit f4f5c5b

Browse files
Release 5.0.1
1 parent 5b504dd commit f4f5c5b

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# @digitalcredentials/http-client ChangeLog
22

3+
## 5.0.1 - 2024-08-03
4+
5+
### Fixed
6+
- Fix CJS dist package.json, ensure it's type commonjs.
7+
38
## 5.0.0 - 2024-08-03
49

510
### Changed

build-dist.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ export const httpClient = cjsModule.httpClient;
66
export const kyPromise = cjsModule.kyPromise;
77
!EOF
88

9+
cat >dist/package.json <<!EOF
10+
{
11+
"type": "commonjs"
12+
}
13+
!EOF
14+
15+
916
cat >dist/esm/package.json <<!EOF
1017
{
1118
"type": "module"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@digitalcredentials/http-client",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "An opinionated, isomorphic HTTP client.",
55
"license": "BSD-3-Clause",
66
"type": "module",

0 commit comments

Comments
 (0)