From 15c63ec12ab6614b6cf18025323152943e675d93 Mon Sep 17 00:00:00 2001 From: Andrew Zolotukhin Date: Fri, 26 May 2023 23:40:14 +0300 Subject: [PATCH] fix(source-map): disabled source maps --- libs/async/package.json | 2 +- libs/async/tsconfig.json | 4 +++- libs/deep/package.json | 2 +- libs/deep/tsconfig.json | 4 +++- libs/scheduler/package.json | 4 ++-- libs/scheduler/tsconfig.json | 3 ++- libs/schema/package.json | 4 ++-- libs/schema/tsconfig.json | 4 +++- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 10 files changed, 28 insertions(+), 21 deletions(-) diff --git a/libs/async/package.json b/libs/async/package.json index 5e977b1..b2f460b 100644 --- a/libs/async/package.json +++ b/libs/async/package.json @@ -33,5 +33,5 @@ }, "type": "module", "types": "./dist/index.d.ts", - "version": "1.1.2" + "version": "1.1.3" } diff --git a/libs/async/tsconfig.json b/libs/async/tsconfig.json index 9d8e744..3aa25db 100644 --- a/libs/async/tsconfig.json +++ b/libs/async/tsconfig.json @@ -7,7 +7,9 @@ "module": "ES2022", "esModuleInterop": true, "moduleResolution": "Node", - "allowSyntheticDefaultImports": true + "allowSyntheticDefaultImports": true, + "sourceMap": false, + "declarationMap": false }, "files": ["./src/index.ts"], "watchOptions": { diff --git a/libs/deep/package.json b/libs/deep/package.json index 9652c9e..3cdfd0a 100644 --- a/libs/deep/package.json +++ b/libs/deep/package.json @@ -35,5 +35,5 @@ }, "type": "module", "types": "./dist/index.d.ts", - "version": "1.1.2" + "version": "1.1.3" } diff --git a/libs/deep/tsconfig.json b/libs/deep/tsconfig.json index 9d8e744..3aa25db 100644 --- a/libs/deep/tsconfig.json +++ b/libs/deep/tsconfig.json @@ -7,7 +7,9 @@ "module": "ES2022", "esModuleInterop": true, "moduleResolution": "Node", - "allowSyntheticDefaultImports": true + "allowSyntheticDefaultImports": true, + "sourceMap": false, + "declarationMap": false }, "files": ["./src/index.ts"], "watchOptions": { diff --git a/libs/scheduler/package.json b/libs/scheduler/package.json index 043486c..019f18b 100644 --- a/libs/scheduler/package.json +++ b/libs/scheduler/package.json @@ -5,7 +5,7 @@ "email": "andrew_zol@cleverbrush.com" }, "dependencies": { - "@cleverbrush/schema": "1.1.2" + "@cleverbrush/schema": "1.1.3" }, "description": "Job Scheduler for NodeJS", "files": [ @@ -38,5 +38,5 @@ "tsconfig": "./tsconfig.json" }, "types": "./dist/index.d.ts", - "version": "1.1.2" + "version": "1.1.3" } diff --git a/libs/scheduler/tsconfig.json b/libs/scheduler/tsconfig.json index dfce6e4..41f6e8e 100644 --- a/libs/scheduler/tsconfig.json +++ b/libs/scheduler/tsconfig.json @@ -8,7 +8,8 @@ "esModuleInterop": true, "moduleResolution": "Node", "allowSyntheticDefaultImports": true, - "sourceMap": true + "sourceMap": false, + "declarationMap": false }, "files": ["src/index.ts"], "watchOptions": { diff --git a/libs/schema/package.json b/libs/schema/package.json index 2870b7b..a285587 100644 --- a/libs/schema/package.json +++ b/libs/schema/package.json @@ -35,8 +35,8 @@ "displayName": "Schema Definition And Validation", "tsconfig": "./tsconfig.json" }, - "version": "1.1.2", + "version": "1.1.3", "devDependencies": { - "@cleverbrush/deep": "1.1.2" + "@cleverbrush/deep": "1.1.3" } } diff --git a/libs/schema/tsconfig.json b/libs/schema/tsconfig.json index 6c1075c..1c692e1 100644 --- a/libs/schema/tsconfig.json +++ b/libs/schema/tsconfig.json @@ -9,7 +9,9 @@ "allowSyntheticDefaultImports": true, "moduleResolution": "Node", "strictNullChecks": true, - "noImplicitThis": true + "noImplicitThis": true, + "sourceMap": false, + "declarationMap": false }, "files": ["./src/index.ts"], "watchOptions": { diff --git a/package-lock.json b/package-lock.json index 775ad14..b5bf22a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cleverbrush-framework", - "version": "1.1.1", + "version": "1.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cleverbrush-framework", - "version": "1.1.1", + "version": "1.1.3", "license": "BSD 3-Clause", "workspaces": [ "./libs/*" @@ -28,28 +28,28 @@ }, "libs/async": { "name": "@cleverbrush/async", - "version": "1.1.1", + "version": "1.1.3", "license": "BSD 3-Clause" }, "libs/deep": { "name": "@cleverbrush/deep", - "version": "1.1.1", + "version": "1.1.3", "license": "BSD 3-Clause" }, "libs/scheduler": { "name": "@cleverbrush/scheduler", - "version": "1.1.1", + "version": "1.1.3", "license": "BSD 3-Clause", "dependencies": { - "@cleverbrush/schema": "1.1.1" + "@cleverbrush/schema": "1.1.3" } }, "libs/schema": { "name": "@cleverbrush/schema", - "version": "1.1.1", + "version": "1.1.3", "license": "BSD 3-Clause", "devDependencies": { - "@cleverbrush/deep": "1.1.1" + "@cleverbrush/deep": "1.1.3" } }, "node_modules/@ampproject/remapping": { @@ -7710,13 +7710,13 @@ "@cleverbrush/scheduler": { "version": "file:libs/scheduler", "requires": { - "@cleverbrush/schema": "1.1.1" + "@cleverbrush/schema": "1.1.3" } }, "@cleverbrush/schema": { "version": "file:libs/schema", "requires": { - "@cleverbrush/deep": "1.1.1" + "@cleverbrush/deep": "1.1.3" } }, "@eslint-community/eslint-utils": { diff --git a/package.json b/package.json index c701b24..a2d8f19 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cleverbrush-framework", "private": "true", - "version": "1.1.2", + "version": "1.1.3", "description": "Cleverbrush Framework - a set of libraries used by Cleverbrush, a web-based publishing application", "scripts": { "build": "npm run clean && npm run build_async && npm run build_deep && npm run build_schema && npm run build_scheduler",