chore: arweave-js and arlocal libs update

This commit is contained in:
ppedziwiatr
2022-02-23 11:45:44 +01:00
parent bf3589c629
commit f54d421275
3 changed files with 1102 additions and 632 deletions

View File

@@ -53,7 +53,7 @@
"dependencies": { "dependencies": {
"@assemblyscript/loader": "^0.19.23", "@assemblyscript/loader": "^0.19.23",
"@weavery/clarity": "^0.1.5", "@weavery/clarity": "^0.1.5",
"arweave": "^1.10.16", "arweave": "^1.10.23",
"arweave-multihost": "^0.1.0", "arweave-multihost": "^0.1.0",
"axios": "^0.21.4", "axios": "^0.21.4",
"bignumber.js": "^9.0.1", "bignumber.js": "^9.0.1",
@@ -72,7 +72,7 @@
"@types/node": "^16.7.1", "@types/node": "^16.7.1",
"@typescript-eslint/eslint-plugin": "^4.29.2", "@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2", "@typescript-eslint/parser": "^4.29.2",
"arlocal": "1.1.13", "arlocal": "1.1.21",
"cheerio": "^1.0.0-rc.10", "cheerio": "^1.0.0-rc.10",
"cli-table": "0.3.11", "cli-table": "0.3.11",
"colors": "^1.4.0", "colors": "^1.4.0",

View File

@@ -15,7 +15,7 @@ import { TsLogFactory } from '../src/logging/node/TsLogFactory';
const logger = LoggerFactory.INST.create('Contract'); const logger = LoggerFactory.INST.create('Contract');
LoggerFactory.use(new TsLogFactory()); //LoggerFactory.use(new TsLogFactory());
LoggerFactory.INST.logLevel('error'); LoggerFactory.INST.logLevel('error');
LoggerFactory.INST.logLevel('info', 'Contract'); LoggerFactory.INST.logLevel('info', 'Contract');
LoggerFactory.INST.logLevel('debug', 'RedstoneGatewayInteractionsLoader'); LoggerFactory.INST.logLevel('debug', 'RedstoneGatewayInteractionsLoader');

1728
yarn.lock

File diff suppressed because it is too large Load Diff