File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const filesContentCache = require("../config/filesContentCache");
1515const replaceRegexWithReferences = require ( "../parsers/regex-parser/convertRegexToStringLiteral" ) ;
1616const regexObjects = require ( "../parsers/regex-parser/regexObjects" ) ;
1717const prepareAlemDependencies = require ( "./prepareAlemDependencies" ) ;
18- const processImportsToBase64 = require ( "../parsers/processImportsToBase64" ) ;
18+ // const processImportsToBase64 = require("../parsers/processImportsToBase64");
1919// const extractTopLevelDeclarations = require("../parsers/extractTopLevelDeclarations");
2020/**
2121 * Transform statefull components references to JSX (this applies for stateful and stateless components)
Original file line number Diff line number Diff line change 11{
22 "name" : " alem" ,
33 "description" : " Create web3 applications for NEAR BOS with a focus on performance and friendly development." ,
4- "version" : " 1.3.0 " ,
4+ "version" : " 1.3.1 " ,
55 "main" : " main.js" ,
66 "types" : " index.d.ts" ,
77 "author" : " Wenderson Pires - wendersonpires.near" ,
5757 "postcss" : " ^8.4.38" ,
5858 "postcss-nested" : " ^6.0.1" ,
5959 "prettier" : " ^3.1.0" ,
60- "sharp" : " ^0.33.4" ,
6160 "socket.io" : " ^4.7.2" ,
6261 "sucrase" : " ^3.34.0" ,
6362 "tailwindcss" : " ^3.4.3"
You can’t perform that action at this time.
0 commit comments