This commit is contained in:
nikugogoi 2022-10-11 16:12:06 +05:30 committed by GitHub
parent e1aef1a7e9
commit 521f6ed3fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 72 additions and 72 deletions

View File

@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.1.0",
"version": "0.2.13",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {

View File

@ -1,6 +1,6 @@
{
"name": "@cerc-io/address-watcher",
"version": "0.1.0",
"version": "0.2.13",
"description": "Address Watcher",
"private": true,
"scripts": {
@ -26,12 +26,12 @@
"homepage": "https://github.com/cerc-io/watcher-ts#readme",
"dependencies": {
"@apollo/client": "^3.3.19",
"@cerc-io/cache": "^0.2.13",
"@cerc-io/ipld-eth-client": "^0.2.13",
"@cerc-io/solidity-mapper": "^0.2.13",
"@cerc-io/tracing-client": "^0.2.13",
"@cerc-io/util": "^0.2.13",
"@types/lodash": "^4.14.168",
"@cerc-io/cache": "^0.1.0",
"@cerc-io/ipld-eth-client": "^0.1.0",
"@cerc-io/solidity-mapper": "^0.1.0",
"@cerc-io/tracing-client": "^0.1.0",
"@cerc-io/util": "^0.1.0",
"apollo-server-express": "^2.25.0",
"debug": "^4.3.1",
"ethers": "^5.4.4",

View File

@ -1,6 +1,6 @@
{
"name": "@cerc-io/cache",
"version": "0.1.0",
"version": "0.2.13",
"description": "Generic object cache",
"main": "dist/index.js",
"scripts": {

View File

@ -1,6 +1,6 @@
{
"name": "@cerc-io/codegen",
"version": "0.1.0",
"version": "0.2.13",
"description": "Code generator",
"private": true,
"main": "index.js",
@ -19,10 +19,10 @@
},
"homepage": "https://github.com/cerc-io/watcher-ts#readme",
"dependencies": {
"@cerc-io/util": "^0.2.13",
"@graphql-tools/load-files": "^6.5.2",
"@poanet/solidity-flattener": "https://github.com/vulcanize/solidity-flattener.git",
"@solidity-parser/parser": "^0.13.2",
"@cerc-io/util": "^0.1.0",
"gql-generator": "https://github.com/vulcanize/gql-generator.git",
"graphql": "^15.5.0",
"graphql-compose": "^9.0.3",

View File

@ -1,6 +1,6 @@
{
"name": "@cerc-io/eden-watcher",
"version": "0.1.0",
"version": "0.2.13",
"description": "eden-watcher",
"private": true,
"main": "dist/index.js",
@ -38,10 +38,10 @@
"homepage": "https://github.com/cerc-io/watcher-ts#readme",
"dependencies": {
"@apollo/client": "^3.3.19",
"@cerc-io/graph-node": "^0.1.0",
"@cerc-io/ipld-eth-client": "^0.1.0",
"@cerc-io/solidity-mapper": "^0.1.0",
"@cerc-io/util": "^0.1.0",
"@cerc-io/graph-node": "^0.2.13",
"@cerc-io/ipld-eth-client": "^0.2.13",
"@cerc-io/solidity-mapper": "^0.2.13",
"@cerc-io/util": "^0.2.13",
"@ethersproject/providers": "^5.4.4",
"@ipld/dag-cbor": "^6.0.12",
"apollo-server-express": "^2.25.0",

View File

@ -1,6 +1,6 @@
{
"name": "@cerc-io/erc20-watcher",
"version": "0.1.0",
"version": "0.2.13",
"description": "ERC20 Watcher",
"private": true,
"main": "dist/index.js",
@ -42,12 +42,12 @@
"homepage": "https://github.com/cerc-io/watcher-ts#readme",
"dependencies": {
"@apollo/client": "^3.3.19",
"@cerc-io/cache": "^0.2.13",
"@cerc-io/ipld-eth-client": "^0.2.13",
"@cerc-io/solidity-mapper": "^0.2.13",
"@cerc-io/util": "^0.2.13",
"@ethersproject/providers": "^5.4.4",
"@types/lodash": "^4.14.168",
"@cerc-io/cache": "^0.1.0",
"@cerc-io/ipld-eth-client": "^0.1.0",
"@cerc-io/solidity-mapper": "^0.1.0",
"@cerc-io/util": "^0.1.0",
"apollo-server-express": "^2.25.0",
"apollo-type-bigint": "^0.1.3",
"debug": "^4.3.1",

View File

@ -1,6 +1,6 @@
{
"name": "@cerc-io/erc721-watcher",
"version": "0.1.0",
"version": "0.2.13",
"description": "erc721-watcher",
"private": true,
"main": "dist/index.js",
@ -42,14 +42,15 @@
"homepage": "https://github.com/cerc-io/watcher-ts#readme",
"dependencies": {
"@apollo/client": "^3.3.19",
"@cerc-io/ipld-eth-client": "^0.2.13",
"@cerc-io/solidity-mapper": "^0.2.13",
"@cerc-io/util": "^0.2.13",
"@ethersproject/providers": "^5.4.4",
"@ipld/dag-cbor": "^6.0.12",
"@cerc-io/ipld-eth-client": "^0.1.0",
"@cerc-io/solidity-mapper": "^0.1.0",
"@cerc-io/util": "^0.1.0",
"apollo-server-express": "^2.25.0",
"apollo-type-bigint": "^0.1.3",
"debug": "^4.3.1",
"decimal.js": "^10.3.1",
"ethers": "^5.4.4",
"express": "^4.17.1",
"graphql": "^15.5.0",
@ -57,8 +58,7 @@
"json-bigint": "^1.0.0",
"reflect-metadata": "^0.1.13",
"typeorm": "^0.2.32",
"yargs": "^17.0.1",
"decimal.js": "^10.3.1"
"yargs": "^17.0.1"
},
"devDependencies": {
"@ethersproject/abi": "^5.3.0",
@ -68,6 +68,7 @@
"@types/yargs": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"copyfiles": "^2.4.1",
"eslint": "^7.27.0",
"eslint-config-semistandard": "^15.0.1",
"eslint-config-standard": "^16.0.3",
@ -75,9 +76,8 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^5.0.0",
"ts-node": "^10.0.0",
"typescript": "^4.3.2",
"hardhat": "^2.3.0",
"copyfiles": "^2.4.1"
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@cerc-io/graph-node",
"version": "0.1.0",
"version": "0.2.13",
"main": "dist/index.js",
"license": "AGPL-3.0",
"private": true,
@ -49,10 +49,10 @@
},
"dependencies": {
"@apollo/client": "^3.3.19",
"@cerc-io/ipld-eth-client": "^0.2.13",
"@cerc-io/util": "^0.2.13",
"@types/json-diff": "^0.5.2",
"@vulcanize/assemblyscript": "0.0.1",
"@cerc-io/ipld-eth-client": "^0.1.0",
"@cerc-io/util": "^0.1.0",
"bn.js": "^4.11.9",
"debug": "^4.3.1",
"fs-extra": "^10.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "@cerc-io/graph-test-watcher",
"version": "0.1.0",
"version": "0.2.13",
"description": "graph-test-watcher",
"private": true,
"main": "dist/index.js",
@ -38,13 +38,13 @@
"homepage": "https://github.com/cerc-io/watcher-ts#readme",
"dependencies": {
"@apollo/client": "^3.3.19",
"@cerc-io/cache": "^0.2.13",
"@cerc-io/graph-node": "^0.2.13",
"@cerc-io/ipld-eth-client": "^0.2.13",
"@cerc-io/solidity-mapper": "^0.2.13",
"@cerc-io/util": "^0.2.13",
"@ethersproject/providers": "^5.4.4",
"@ipld/dag-cbor": "^6.0.12",
"@cerc-io/cache": "^0.1.0",
"@cerc-io/graph-node": "^0.1.0",
"@cerc-io/ipld-eth-client": "^0.1.0",
"@cerc-io/solidity-mapper": "^0.1.0",
"@cerc-io/util": "^0.1.0",
"apollo-server-express": "^2.25.0",
"apollo-type-bigint": "^0.1.3",
"debug": "^4.3.1",
@ -66,6 +66,7 @@
"@types/yargs": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"copyfiles": "^2.4.1",
"eslint": "^7.27.0",
"eslint-config-semistandard": "^15.0.1",
"eslint-config-standard": "^16.0.3",
@ -74,7 +75,6 @@
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^5.0.0",
"ts-node": "^10.0.0",
"typescript": "^4.3.2",
"copyfiles": "^2.4.1"
"typescript": "^4.3.2"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@cerc-io/ipld-eth-client",
"version": "0.1.0",
"version": "0.2.13",
"description": "IPLD ETH Client",
"main": "dist/index.js",
"scripts": {
@ -20,15 +20,15 @@
"homepage": "https://github.com/cerc-io/watcher-ts#readme",
"dependencies": {
"@apollo/client": "^3.3.19",
"@cerc-io/cache": "^0.1.0",
"@cerc-io/cache": "^0.2.13",
"cross-fetch": "^3.1.4",
"debug": "^4.3.1",
"ethers": "^5.4.4",
"graphql": "^15.5.0",
"left-pad": "^1.3.0",
"subscriptions-transport-ws": "^0.9.19",
"ws": "^7.4.6",
"lodash": "^4.17.21",
"debug": "^4.3.1"
"subscriptions-transport-ws": "^0.9.19",
"ws": "^7.4.6"
},
"devDependencies": {
"@types/ws": "^7.4.4",

View File

@ -1,6 +1,6 @@
{
"name": "@cerc-io/lighthouse-watcher",
"version": "0.1.0",
"version": "0.2.13",
"main": "index.js",
"license": "AGPL-3.0",
"private": true,
@ -15,22 +15,23 @@
"lighthouse:store": "hardhat lighthouse-store"
},
"dependencies": {
"@cerc-io/cache": "^0.1.0",
"@cerc-io/ipld-eth-client": "^0.1.0",
"@cerc-io/util": "^0.1.0",
"@apollo/client": "^3.3.19",
"@cerc-io/cache": "^0.2.13",
"@cerc-io/ipld-eth-client": "^0.2.13",
"@cerc-io/util": "^0.2.13",
"apollo-server-express": "^2.25.0",
"apollo-type-bigint": "^0.1.3",
"debug": "^4.3.1",
"ethers": "^5.4.4",
"express": "^4.17.1",
"graphql-request": "^3.4.0",
"json-bigint": "^1.0.0",
"lodash": "^4.17.21",
"reflect-metadata": "^0.1.13",
"graphql-request": "^3.4.0",
"yargs": "^17.0.1"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@types/chai": "^4.2.19",
"@types/express": "^4.17.11",
"@types/json-bigint": "^1.0.0",
@ -38,7 +39,6 @@
"@types/yargs": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"chai": "^4.3.4",
"eslint": "^7.27.0",
"eslint-config-semistandard": "^15.0.1",
@ -47,8 +47,8 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^5.0.0",
"hardhat": "^2.3.0",
"mocha": "^8.4.0",
"nodemon": "^2.0.7",
"hardhat": "^2.3.0"
"nodemon": "^2.0.7"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@cerc-io/mobymask-watcher",
"version": "0.1.0",
"version": "0.2.13",
"description": "mobymask-watcher",
"private": true,
"main": "dist/index.js",
@ -37,14 +37,15 @@
"homepage": "https://github.com/cerc-io/watcher-ts#readme",
"dependencies": {
"@apollo/client": "^3.3.19",
"@cerc-io/ipld-eth-client": "^0.2.13",
"@cerc-io/solidity-mapper": "^0.2.13",
"@cerc-io/util": "^0.2.13",
"@ethersproject/providers": "^5.4.4",
"@ipld/dag-cbor": "^6.0.12",
"@cerc-io/ipld-eth-client": "^0.1.0",
"@cerc-io/solidity-mapper": "^0.1.0",
"@cerc-io/util": "^0.1.0",
"apollo-server-express": "^2.25.0",
"apollo-type-bigint": "^0.1.3",
"debug": "^4.3.1",
"decimal.js": "^10.3.1",
"ethers": "^5.4.4",
"express": "^4.17.1",
"graphql": "^15.5.0",
@ -52,8 +53,7 @@
"json-bigint": "^1.0.0",
"reflect-metadata": "^0.1.13",
"typeorm": "^0.2.32",
"yargs": "^17.0.1",
"decimal.js": "^10.3.1"
"yargs": "^17.0.1"
},
"devDependencies": {
"@ethersproject/abi": "^5.3.0",
@ -61,6 +61,7 @@
"@types/yargs": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"copyfiles": "^2.4.1",
"eslint": "^7.27.0",
"eslint-config-semistandard": "^15.0.1",
"eslint-config-standard": "^16.0.3",
@ -69,7 +70,6 @@
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^5.0.0",
"ts-node": "^10.0.0",
"typescript": "^4.3.2",
"copyfiles": "^2.4.1"
"typescript": "^4.3.2"
}
}

View File

@ -1,9 +1,10 @@
{
"name": "@cerc-io/solidity-mapper",
"version": "0.1.0",
"version": "0.2.13",
"main": "dist/index.js",
"license": "AGPL-3.0",
"devDependencies": {
"@cerc-io/ipld-eth-client": "^0.2.13",
"@ethersproject/abi": "^5.3.0",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
@ -11,7 +12,6 @@
"@types/mocha": "^8.2.2",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"@cerc-io/ipld-eth-client": "^0.1.0",
"chai": "^4.3.4",
"eslint": "^7.27.0",
"eslint-config-semistandard": "^15.0.1",
@ -23,8 +23,8 @@
"ethereum-waffle": "^3.1.1",
"ethers": "^5.4.4",
"hardhat": "^2.3.0",
"typescript": "^4.3.2",
"lodash": "^4.17.21"
"lodash": "^4.17.21",
"typescript": "^4.3.2"
},
"scripts": {
"lint": "eslint .",

View File

@ -1,6 +1,6 @@
{
"name": "@cerc-io/test",
"version": "0.1.0",
"version": "0.2.13",
"main": "dist/index.js",
"license": "AGPL-3.0",
"private": true,
@ -13,12 +13,12 @@
},
"dependencies": {
"chai": "^4.3.4",
"debug": "^4.3.1",
"ethers": "^5.4.4",
"fs-extra": "^10.0.0",
"lodash": "^4.17.21",
"mocha": "^8.4.0",
"toml": "^3.0.0",
"debug": "^4.3.1",
"yargs": "^17.0.1"
},
"devDependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@cerc-io/tracing-client",
"version": "0.1.0",
"version": "0.2.13",
"description": "ETH VM tracing client",
"private": true,
"main": "dist/index.js",

View File

@ -1,10 +1,10 @@
{
"name": "@cerc-io/util",
"version": "0.1.0",
"version": "0.2.13",
"main": "dist/index.js",
"license": "AGPL-3.0",
"dependencies": {
"@cerc-io/solidity-mapper": "^0.1.0",
"@cerc-io/solidity-mapper": "^0.2.13",
"debug": "^4.3.1",
"decimal.js": "^10.3.1",
"ethers": "^5.4.4",
@ -18,8 +18,8 @@
"toml": "^3.0.0"
},
"devDependencies": {
"@cerc-io/cache": "^0.1.0",
"@cerc-io/ipld-eth-client": "^0.1.0",
"@cerc-io/cache": "^0.2.13",
"@cerc-io/ipld-eth-client": "^0.2.13",
"@types/fs-extra": "^9.0.11",
"@types/pg": "^8.6.5",
"@typescript-eslint/eslint-plugin": "^4.25.0",