diff --git a/package.json b/package.json index 407c90a..2ee477a 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,10 @@ "description": "a package made for ipc communication in electron", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", + "exports": { + "./ts": "./dist_ts/index.js", + "./ts_web": "./dist_ts_web/index.js" + }, "type": "module", "author": "Task Venture Capital GmbH", "license": "MIT", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 7701e8c..43cdd79 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@api.global/typedelectron', - version: '1.0.3', + version: '1.0.4', description: 'a package made for ipc communication in electron' } diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 7701e8c..43cdd79 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@api.global/typedelectron', - version: '1.0.3', + version: '1.0.4', description: 'a package made for ipc communication in electron' }