diff --git a/lib/actions/loadFilesInfo.js b/lib/actions/loadFilesInfo.js index df81320..f54aa16 100644 --- a/lib/actions/loadFilesInfo.js +++ b/lib/actions/loadFilesInfo.js @@ -15,7 +15,7 @@ const filesContentCache = require("../config/filesContentCache"); const replaceRegexWithReferences = require("../parsers/regex-parser/convertRegexToStringLiteral"); const regexObjects = require("../parsers/regex-parser/regexObjects"); const prepareAlemDependencies = require("./prepareAlemDependencies"); -const processImportsToBase64 = require("../parsers/processImportsToBase64"); +// const processImportsToBase64 = require("../parsers/processImportsToBase64"); // const extractTopLevelDeclarations = require("../parsers/extractTopLevelDeclarations"); /** * Transform statefull components references to JSX (this applies for stateful and stateless components) diff --git a/package.json b/package.json index c6d2674..fa9b1cb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "alem", "description": "Create web3 applications for NEAR BOS with a focus on performance and friendly development.", - "version": "1.3.0", + "version": "1.3.1", "main": "main.js", "types": "index.d.ts", "author": "Wenderson Pires - wendersonpires.near", @@ -57,7 +57,6 @@ "postcss": "^8.4.38", "postcss-nested": "^6.0.1", "prettier": "^3.1.0", - "sharp": "^0.33.4", "socket.io": "^4.7.2", "sucrase": "^3.34.0", "tailwindcss": "^3.4.3"