Skip to content

Commit 570860b

Browse files
committed
0.6.3
1 parent 81be840 commit 570860b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.3 (2024-10-24)
2+
3+
- Fixed an issue with `types` in the `exports` of `package.json` that introduced in version `0.6.2`
4+
15
## 0.6.2 (2024-10-18)
26

37
- Added `spaceBytes` field to `stringifyInfo()` result, which indicates the number of bytes used for white spaces. This allows for estimating size of `JSON.stringify()` result with and without formatting (when `space` option is used) in a single pass instead of two

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@discoveryjs/json-ext",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"description": "A set of utilities that extend the use of JSON",
55
"keywords": [
66
"json",

0 commit comments

Comments
 (0)