From f344837ab23b779139d3bf5a32c313f586488e13 Mon Sep 17 00:00:00 2001 From: Lajos Date: Fri, 15 Dec 2017 10:30:11 +0100 Subject: [PATCH 1/2] [KFI]build(tsconfig): reviewed settings removed *removeComments, *noImplicitAny* and *skipLibCheck* from tsconfig - **removeComments** Code comments will be used by IntelliSense when installed to another project. Recommendation: Comments should be trimmed during package bundling, if neccessary - **noImplicitAny** has been enabled by 'enableStrict' option (redundant option) - **skipLibCheck** was enabled temporarily because of an RxJs type error --- tsconfig.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 34b7da3..086381e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,6 @@ { "compilerOptions": { "strict": true, - "removeComments": true, - "noImplicitAny": true, "noUnusedLocals": true, "target": "es2015", "module": "commonjs", @@ -12,7 +10,6 @@ "preserveConstEnums": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, - "skipLibCheck": true, "outDir": "./dist" }, "exclude": [ From 7892689dd08d3c56c58feb0c965a09e14d06c8f7 Mon Sep 17 00:00:00 2001 From: gallayl Date: Fri, 15 Dec 2017 10:36:16 +0100 Subject: [PATCH 2/2] [KFI]chore(package): bumped version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 625a626..d1d0e58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sn-client-js", - "version": "3.0.2", + "version": "3.0.3", "description": "A JavaScript client for Sense/Net ECM that makes it easy to use the REST API of the Content Repository.", "main": "dist/src/SN.js", "files": [