Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
wpdas committed May 11, 2024
1 parent cac28ce commit b10e656
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions lib/actions/loadCachedFilesInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ const loadCachedFilesInfo = (changedFilePath, previousFilesInfo) => {
// para mudar o nome deles dentro deste arquivo alterado.
let changedFileImportsName = {};

console.log("A", changedFileSchema.toImport);

changedFileSchema.toImport.forEach((toImportFile) => {
// ex: toImportFile = caminho/arquivo/file.ts
let toImportSchemaRef = filesInfo.find(
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alem",
"description": "Create web3 applications for NEAR BOS with a focus on performance and friendly development.",
"version": "1.1.1",
"version": "1.1.2",
"main": "main.js",
"types": "index.d.ts",
"author": "Wenderson Pires - wendersonpires.near",
Expand Down

0 comments on commit b10e656

Please sign in to comment.