diff --git a/.changeset/drop-type-fest-dep.md b/.changeset/drop-type-fest-dep.md deleted file mode 100644 index c5c7961..0000000 --- a/.changeset/drop-type-fest-dep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vlandoss/env": patch ---- - -Drop the `type-fest` dependency. `PartialDeep` is now defined locally in `src/lib/types.ts` with an equivalent shape, so the public surface of `Config` and `Defaults` is unchanged. One fewer transitive dep for consumers. diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index c0840d7..deccf73 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,11 @@ # @vlandoss/env +## 0.2.1 + +### Patch Changes + +- [#11](https://github.com/variableland/env/pull/11) [`91534e9`](https://github.com/variableland/env/commit/91534e97f2995602c8b48e36cddb67a76874c73a) Thanks [@rqbazan](https://github.com/rqbazan)! - Drop the `type-fest` dependency. `PartialDeep` is now defined locally in `src/lib/types.ts` with an equivalent shape, so the public surface of `Config` and `Defaults` is unchanged. One fewer transitive dep for consumers. + ## 0.2.0 ### Minor Changes diff --git a/package/package.json b/package/package.json index 27583e1..3d1efa8 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "@vlandoss/env", - "version": "0.2.0", + "version": "0.2.1", "description": "Contract-first environment configuration with typed schemas", "homepage": "https://github.com/variableland/env/tree/main/package#readme", "bugs": {