File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file. Dates are displayed in UTC.
33
4+ ## [ 4.0.1] ( https://github.com/RebeccaStevens/deepmerge-ts/compare/v4.0.0...v4.0.1 ) (2022-03-14)
5+
6+
7+ ### Bug Fixes
8+
9+ * ** deno:** fix broken import in deno dist files ([ #85 ] ( https://github.com/RebeccaStevens/deepmerge-ts/issues/85 ) ) ([ 86faf2a] ( https://github.com/RebeccaStevens/deepmerge-ts/commit/86faf2a047488be2fbb1ff6a1edd005b5d4670cb ) )
10+
411# [ 4.0.0] ( https://github.com/RebeccaStevens/deepmerge-ts/compare/v3.0.1...v4.0.0 ) (2022-02-26)
512
613
Original file line number Diff line number Diff line change 1- import type { DeepMergeMergeFunctionsDefaults } from "@/deepmerge DENOIFY: DEPENDENCY UNMET (BUILTIN)" ;
1+ // eslint-disable-next-line import/no-relative-parent-imports -- use "@/deepmerge" once denoify can support it.
2+ import type { DeepMergeMergeFunctionsDefaults } from "../index.ts" ;
23
34import type { DeepMergeBuiltInMetaData } from "./merging.ts" ;
45
You can’t perform that action at this time.
0 commit comments