Skip to content

Commit d258f58

Browse files
committed
Update dependencies
1 parent 19a2899 commit d258f58

File tree

6 files changed

+3553
-6372
lines changed

6 files changed

+3553
-6372
lines changed

.ncurc.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"reject": [
3-
"buffer"
3+
"buffer",
4+
"file-type"
45
]
56
}

CHANGELOG.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
# 0.2.3 2021-03-25
1+
# 0.2.4: 2022-04-25
22
- Update dependencies
33

4-
# 0.2.2 2020-11-02
4+
# 0.2.3: 2021-03-25
5+
- Update dependencies
6+
7+
# 0.2.2: 2020-11-02
58
- Update dependencies (except buffer which must be set as v5.6.1 because it was used to test that waxing works around https://github.com/feross/buffer/issues/251 which was fixed in 5.7.0)
69

7-
# 0.2.1 2020-05-25
10+
# 0.2.1: 2020-05-25
811
- Workaround Buffer polyfill bug for usage in browser https://github.com/feross/buffer/issues/251
912
- Update dependencies
1013

11-
# 0.2.0 2019-11-26
14+
# 0.2.0: 2019-11-26
1215
- First public version

README_DEV.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
- `buffer` is kept at 5.6.1 because the whole point of it being there to begin with is to check if waxing is compatible
22
with the buffer polyfill in non-node environments, including old ones, and there was a bug
33
(https://github.com/feross/buffer/issues/251) fixed in 5.7.0 that waxing should work around
4+
- `file-type` fixed to @16 because 17 is ESM only

0 commit comments

Comments
 (0)