From 1223bb8567f55b0a14d53bfd2cd219bd0882459a Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 23 Jun 2024 11:59:38 +0200 Subject: [PATCH] fix(core): update --- package.json | 7 ++++--- ts/00_commitinfo_data.ts | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 2e3cda7..a0b1e29 100644 --- a/package.json +++ b/package.json @@ -3,10 +3,11 @@ "version": "1.1.33", "private": false, "description": "An advanced TypeScript documentation tool using AI to generate and enhance documentation for TypeScript projects.", - "main": "dist_ts/index.js", - "typings": "dist_ts/index.d.ts", "type": "module", - "author": "Lossless GmbH", + "exports": { + ".": "./dist_ts/index.js" + }, + "author": "Task Venture Capital GmbH", "license": "MIT", "bin": { "tsdoc": "cli.js" diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index e315577..d8c9a79 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@git.zone/tsdoc', - version: '1.1.33', + version: '1.1.34', description: 'An advanced TypeScript documentation tool using AI to generate and enhance documentation for TypeScript projects.' }