From f40c390507be7c2c439a3ed90bca5cc5267c3ffb Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 6 Dec 2023 02:21:16 +0100 Subject: [PATCH] fix(core): update --- package.json | 4 ++++ ts/00_commitinfo_data.ts | 2 +- ts_web/00_commitinfo_data.ts | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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' }