forked from justmoon/node-extend
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[skip ci] ## [4.0.0](v3.0.0...v4.0.0) (2024-06-15) ### ⚠ BREAKING CHANGES * drop Node.js < 18.7.0 support eggjs/egg#5257 ### Features * override array as primitive when deep merge ([#1](#1)) ([00c66c0](00c66c0)) * support cjs and esm both ([#4](#4)) ([378e295](378e295)) ### Bug Fixes * __proto__ copy ([#2](#2)) ([aa332a5](aa332a5))
- Loading branch information
1 parent
378e295
commit df2ac79
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "extend2", | ||
"author": "popomore <[email protected]>", | ||
"version": "1.0.1", | ||
"version": "4.0.0", | ||
"engines": { | ||
"node": ">=18.7.0" | ||
}, | ||
|