From c23289de82ca2fbfd2fb49a39bddb62f20a79282 Mon Sep 17 00:00:00 2001 From: erhant Date: Fri, 16 Feb 2024 11:45:46 +0300 Subject: [PATCH] Fix parcel targets --- package.json | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index d449257..06f5ba4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hollowdb-client", "description": "HollowDB client", - "version": "0.2.2", + "version": "0.2.3", "author": "FirstBatch Team ", "contributors": [ "Faruk Can Özkan ", @@ -42,19 +42,13 @@ "targets": { "cjs": { "outputFormat": "commonjs", - "isLibrary": false, - "context": "node", - "scopeHoist": false, - "includeNodeModules": false, - "optimize": false + "isLibrary": true, + "context": "node" }, "mjs": { "outputFormat": "esmodule", - "isLibrary": false, - "context": "node", - "scopeHoist": false, - "includeNodeModules": false, - "optimize": false + "isLibrary": true, + "context": "node" } }, "engines": {