chore: arweave-js and arlocal libs update
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
"dependencies": {
|
||||
"@assemblyscript/loader": "^0.19.23",
|
||||
"@weavery/clarity": "^0.1.5",
|
||||
"arweave": "^1.10.16",
|
||||
"arweave": "^1.10.23",
|
||||
"arweave-multihost": "^0.1.0",
|
||||
"axios": "^0.21.4",
|
||||
"bignumber.js": "^9.0.1",
|
||||
@@ -72,7 +72,7 @@
|
||||
"@types/node": "^16.7.1",
|
||||
"@typescript-eslint/eslint-plugin": "^4.29.2",
|
||||
"@typescript-eslint/parser": "^4.29.2",
|
||||
"arlocal": "1.1.13",
|
||||
"arlocal": "1.1.21",
|
||||
"cheerio": "^1.0.0-rc.10",
|
||||
"cli-table": "0.3.11",
|
||||
"colors": "^1.4.0",
|
||||
|
||||
@@ -15,7 +15,7 @@ import { TsLogFactory } from '../src/logging/node/TsLogFactory';
|
||||
|
||||
const logger = LoggerFactory.INST.create('Contract');
|
||||
|
||||
LoggerFactory.use(new TsLogFactory());
|
||||
//LoggerFactory.use(new TsLogFactory());
|
||||
LoggerFactory.INST.logLevel('error');
|
||||
LoggerFactory.INST.logLevel('info', 'Contract');
|
||||
LoggerFactory.INST.logLevel('debug', 'RedstoneGatewayInteractionsLoader');
|
||||
|
||||
Reference in New Issue
Block a user