diff --git a/README.md b/README.md index 32da4ba..4a38d33 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,9 @@ This should cause the adapter to crash and the exception to be shown in the sent --> ## Changelog +### 2.0.1 (2024-06-01) +* (foxriver76) fixed `types` and `main` file export + ### 2.0.0 (2024-06-01) * (foxriver76) work with plugin base v2 * (foxriver76) ported to TypeScript to provide improved type support diff --git a/package-lock.json b/package-lock.json index 7eb391f..01f9c77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iobroker/plugin-sentry", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@iobroker/plugin-sentry", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "dependencies": { "@iobroker/plugin-base": "^2.0.1", diff --git a/package.json b/package.json index 25159f3..3637f0d 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,13 @@ { "name": "@iobroker/plugin-sentry", - "version": "2.0.0", + "version": "2.0.1", "description": "Sentry module for plugins for js-controller and adapters", "author": { "name": "Ingo Fischer", "email": "iobroker@fischer-ka.de" }, - "main": "index.js", + "main": "build/index.js", + "types": "build/index.d.ts", "files": [ "build", "LICENSE"