diff --git a/package-lock.json b/package-lock.json index 58ff16a..6b10f17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vrtmrz/livesync-commonlib", - "version": "0.1.12", + "version": "0.1.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@vrtmrz/livesync-commonlib", - "version": "0.1.12", + "version": "0.1.13", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.808.0", diff --git a/package.json b/package.json index 4cdf658..8f00b8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vrtmrz/livesync-commonlib", - "version": "0.1.12", + "version": "0.1.13", "description": "Shared data, storage, and replication primitives for Self-hosted LiveSync clients.", "private": true, "type": "module", diff --git a/updates.md b/updates.md index a773bc7..bbe17f3 100644 --- a/updates.md +++ b/updates.md @@ -2,6 +2,13 @@ ## Unreleased +## 0.1.13 + +### Fixed + +- Generated packages now declare root and subpath TypeScript mappings derived from the same public export inventory. TypeScript's `Node10` module resolution therefore finds the intended declarations instead of treating valid Commonlib imports as unresolved `error` types in downstream tooling. +- `octagonal-wheels` 0.1.53 is now the minimum dependency, bringing equivalent declaration mappings to its public entries. + ## 0.1.12 ### Fixed