diff --git a/CHANGELOG.md b/CHANGELOG.md index 839cdec..6f295d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,8 +12,6 @@ All notable changes to this project will be documented in this file. - **gteam-internal:** Make safePushData's alias/eventName options mutually exclusive ([#7](https://github.com/apify/apify-actor-utils/pull/7)) ([02ffc12](https://github.com/apify/apify-actor-utils/commit/02ffc121bef4364756d19888b1d30a1f730f522b)) by [@yaroslav-tykhovetskyi-apify](https://github.com/yaroslav-tykhovetskyi-apify) - - ## [0.1.3](https://github.com/apify/apify-actor-utils/releases/tag/v0.1.3) (2026-07-27) ### 🚀 Features @@ -27,4 +25,4 @@ All notable changes to this project will be documented in this file. ## [0.1.2](https://github.com/apify/apify-actor-utils/releases/tag/v0.1.2) (2026-07-22) -## [0.1.1](https://github.com/apify/apify-actor-utils/releases/tag/v0.1.1) (2026-07-22) \ No newline at end of file +## [0.1.1](https://github.com/apify/apify-actor-utils/releases/tag/v0.1.1) (2026-07-22) diff --git a/package.json b/package.json index c72a39a..89cc0c2 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,19 @@ "dist/index.d.ts.map", "dist/src" ], + "typesVersions": { + "*": { + "qc-logger": [ + "dist/src/qc-logger/index.d.ts" + ], + "type-utils": [ + "dist/src/type-utils/index.d.ts" + ], + "gteam-internal": [ + "dist/src/gteam-internal/index.d.ts" + ] + } + }, "scripts": { "build": "tsc", "typecheck": "tsc --noEmit", @@ -78,7 +91,7 @@ "license": "ISC", "peerDependencies": { "@apify/log": "^2.5.44", - "@crawlee/core": "~3.16", + "@crawlee/core": "^3.16.0", "apify": "~3.7", "apify-client": "~2.17" },