From 92b5b9171177647111d9bb8b99125a10da97dea4 Mon Sep 17 00:00:00 2001 From: dharmendra Date: Sat, 22 Jul 2023 14:49:14 +0530 Subject: [PATCH] minimize package size and deleted maps --- package.json | 2 +- tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 03e1740..34d58ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dharmendrasha/outgoing_request", - "version": "1.0.5", + "version": "1.0.6", "description": "Manages and records the outgoing records from nodejs application.", "main": "./lib/index.js", "types": "./lib/index.d.ts", diff --git a/tsconfig.json b/tsconfig.json index de2fbe6..fcafb83 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -60,7 +60,7 @@ // "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */ /* Emit */ "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */ - "declarationMap": true, /* Create sourcemaps for d.ts files. */ + "declarationMap": false, /* Create sourcemaps for d.ts files. */ // "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */ // "sourceMap": true, /* Create source map files for emitted JavaScript files. */ // "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */