fix(core): update

This commit is contained in:
Philipp Kunz 2023-12-06 02:21:16 +01:00
parent c41a329087
commit f40c390507
3 changed files with 6 additions and 2 deletions

View File

@ -5,6 +5,10 @@
"description": "a package made for ipc communication in electron", "description": "a package made for ipc communication in electron",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts", "typings": "dist_ts/index.d.ts",
"exports": {
"./ts": "./dist_ts/index.js",
"./ts_web": "./dist_ts_web/index.js"
},
"type": "module", "type": "module",
"author": "Task Venture Capital GmbH", "author": "Task Venture Capital GmbH",
"license": "MIT", "license": "MIT",

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@api.global/typedelectron', name: '@api.global/typedelectron',
version: '1.0.3', version: '1.0.4',
description: 'a package made for ipc communication in electron' description: 'a package made for ipc communication in electron'
} }

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@api.global/typedelectron', name: '@api.global/typedelectron',
version: '1.0.3', version: '1.0.4',
description: 'a package made for ipc communication in electron' description: 'a package made for ipc communication in electron'
} }