From f0d5e8a0196efd4883cae55ef4f6e0eb8d98000c Mon Sep 17 00:00:00 2001 From: graykode Date: Tue, 16 Apr 2024 10:47:52 +0900 Subject: [PATCH] feat: v0.0.6 --- package.json | 2 +- tsconfig.base.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4475f96..9b18320 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@clober/v2-sdk", - "version": "0.0.5", + "version": "0.0.6", "description": "🛠 An SDK for building applications on top of Clober V2", "files": [ "dist" diff --git a/tsconfig.base.json b/tsconfig.base.json index 18fe2a8..b41a20a 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -27,7 +27,7 @@ "esModuleInterop": false, "allowSyntheticDefaultImports": false, "forceConsistentCasingInFileNames": true, - "importHelpers": true, // This is only used for build validation. Since we do not have `tslib` installed, this will fail if we accidentally make use of anything that'd require injection of helpers. + "importHelpers": false, // This is only used for build validation. Since we do not have `tslib` installed, this will fail if we accidentally make use of anything that'd require injection of helpers. // Language and environment "moduleResolution": "NodeNext",