Skip to content

Commit

Permalink
Merge pull request #905 from web3-api-build-bot/release/0.0.1-prealph…
Browse files Browse the repository at this point in the history
…a.84

Web3API 0.0.1-prealpha.84
  • Loading branch information
dOrgJelli authored Jun 8, 2022
2 parents 59cb5cf + 147776e commit 17ec161
Show file tree
Hide file tree
Showing 34 changed files with 129 additions and 129 deletions.
30 changes: 15 additions & 15 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@web3api/cli",
"description": "Web3API CLI",
"version": "0.0.1-prealpha.83",
"version": "0.0.1-prealpha.84",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,32 +31,32 @@
"colors": "1.4.0"
},
"dependencies": {
"@formatjs/intl": "1.8.2",
"@ethersproject/wallet": "5.6.2",
"@ethersproject/providers": "5.6.8",
"@web3api/asyncify-js": "0.0.1-prealpha.83",
"@web3api/client-js": "0.0.1-prealpha.83",
"@web3api/core-js": "0.0.1-prealpha.83",
"@web3api/ens-plugin-js": "0.0.1-prealpha.83",
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.83",
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.83",
"@web3api/os-js": "0.0.1-prealpha.83",
"@web3api/schema-bind": "0.0.1-prealpha.83",
"@web3api/schema-compose": "0.0.1-prealpha.83",
"@web3api/schema-parse": "0.0.1-prealpha.83",
"@web3api/test-env-js": "0.0.1-prealpha.83",
"@ethersproject/wallet": "5.6.2",
"@formatjs/intl": "1.8.2",
"@web3api/asyncify-js": "0.0.1-prealpha.84",
"@web3api/client-js": "0.0.1-prealpha.84",
"@web3api/core-js": "0.0.1-prealpha.84",
"@web3api/ens-plugin-js": "0.0.1-prealpha.84",
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.84",
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.84",
"@web3api/os-js": "0.0.1-prealpha.84",
"@web3api/schema-bind": "0.0.1-prealpha.84",
"@web3api/schema-compose": "0.0.1-prealpha.84",
"@web3api/schema-parse": "0.0.1-prealpha.84",
"@web3api/test-env-js": "0.0.1-prealpha.84",
"assemblyscript": "0.19.1",
"axios": "0.21.2",
"chalk": "4.1.0",
"chokidar": "3.5.1",
"commander": "9.2.0",
"content-hash": "2.5.2",
"copyfiles": "2.4.1",
"docker-compose": "0.23.17",
"fs-extra": "9.0.1",
"gluegun": "4.6.1",
"graphql-tag": "2.11.0",
"ipfs-http-client": "48.1.3",
"docker-compose": "0.23.17",
"js-yaml": "3.14.0",
"jsonschema": "1.4.0",
"mustache": "4.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/core-interfaces/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "logger-interface",
"description": "Web3API Logger Interface",
"private": true,
"version": "0.0.1-prealpha.83",
"version": "0.0.1-prealpha.84",
"scripts": {
"build": "npx w3 build",
"lint": "eslint --color -c ../../../.eslintrc.js .",
Expand All @@ -11,6 +11,6 @@
"deploy": "npx w3 build --ipfs http://localhost:5001"
},
"devDependencies": {
"@web3api/cli": "0.0.1-prealpha.83"
"@web3api/cli": "0.0.1-prealpha.84"
}
}
4 changes: 2 additions & 2 deletions packages/core-interfaces/uri-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "uri-resolver-interface",
"description": "URI Resolver Interface",
"private": true,
"version": "0.0.1-prealpha.83",
"version": "0.0.1-prealpha.84",
"scripts": {
"build": "npx w3 build",
"lint": "eslint --color -c ../../../.eslintrc.js .",
Expand All @@ -11,6 +11,6 @@
"deploy": "npx w3 build --ipfs http://localhost:5001"
},
"devDependencies": {
"@web3api/cli": "0.0.1-prealpha.83"
"@web3api/cli": "0.0.1-prealpha.84"
}
}
2 changes: 1 addition & 1 deletion packages/js/asyncify/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@web3api/asyncify-js",
"description": "Async Wasm Imports Support Using Asyncify",
"version": "0.0.1-prealpha.83",
"version": "0.0.1-prealpha.84",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
36 changes: 18 additions & 18 deletions packages/js/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@web3api/client-js",
"description": "Web3API Javascript Client",
"version": "0.0.1-prealpha.83",
"version": "0.0.1-prealpha.84",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -21,19 +21,19 @@
"test:watch": "jest --watch --passWithNoTests --verbose --detectOpenHandles"
},
"dependencies": {
"@web3api/asyncify-js": "0.0.1-prealpha.83",
"@web3api/core-js": "0.0.1-prealpha.83",
"@web3api/ens-plugin-js": "0.0.1-prealpha.83",
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.83",
"@web3api/fs-plugin-js": "0.0.1-prealpha.83",
"@web3api/graph-node-plugin-js": "0.0.1-prealpha.83",
"@web3api/http-plugin-js": "0.0.1-prealpha.83",
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.83",
"@web3api/logger-plugin-js": "0.0.1-prealpha.83",
"@web3api/schema-parse": "0.0.1-prealpha.83",
"@web3api/sha3-plugin-js": "0.0.1-prealpha.83",
"@web3api/tracing-js": "0.0.1-prealpha.83",
"@web3api/uts46-plugin-js": "0.0.1-prealpha.83",
"@web3api/asyncify-js": "0.0.1-prealpha.84",
"@web3api/core-js": "0.0.1-prealpha.84",
"@web3api/ens-plugin-js": "0.0.1-prealpha.84",
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.84",
"@web3api/fs-plugin-js": "0.0.1-prealpha.84",
"@web3api/graph-node-plugin-js": "0.0.1-prealpha.84",
"@web3api/http-plugin-js": "0.0.1-prealpha.84",
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.84",
"@web3api/logger-plugin-js": "0.0.1-prealpha.84",
"@web3api/schema-parse": "0.0.1-prealpha.84",
"@web3api/sha3-plugin-js": "0.0.1-prealpha.84",
"@web3api/tracing-js": "0.0.1-prealpha.84",
"@web3api/uts46-plugin-js": "0.0.1-prealpha.84",
"graphql": "15.5.0",
"js-yaml": "3.14.0",
"uuid": "8.3.2"
Expand All @@ -43,10 +43,10 @@
"@types/js-yaml": "3.11.1",
"@types/prettier": "2.6.0",
"@types/uuid": "8.3.0",
"@web3api/cli": "0.0.1-prealpha.83",
"@web3api/os-js": "0.0.1-prealpha.83",
"@web3api/test-cases": "0.0.1-prealpha.83",
"@web3api/test-env-js": "0.0.1-prealpha.83",
"@web3api/cli": "0.0.1-prealpha.84",
"@web3api/os-js": "0.0.1-prealpha.84",
"@web3api/test-cases": "0.0.1-prealpha.84",
"@web3api/test-env-js": "0.0.1-prealpha.84",
"bignumber.js": "9.0.2",
"jest": "26.6.3",
"rimraf": "3.0.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/js/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@web3api/core-js",
"description": "Web3API Javascript Core",
"version": "0.0.1-prealpha.83",
"version": "0.0.1-prealpha.84",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -21,8 +21,8 @@
},
"dependencies": {
"@msgpack/msgpack": "2.7.2",
"@web3api/manifest-schemas": "0.0.1-prealpha.83",
"@web3api/tracing-js": "0.0.1-prealpha.83",
"@web3api/manifest-schemas": "0.0.1-prealpha.84",
"@web3api/tracing-js": "0.0.1-prealpha.84",
"graphql": "15.5.0",
"graphql-tag": "2.10.4",
"js-yaml": "3.14.0",
Expand All @@ -33,7 +33,7 @@
"@types/jest": "26.0.8",
"@types/prettier": "2.6.0",
"@types/semver": "7.3.8",
"@web3api/os-js": "0.0.1-prealpha.83",
"@web3api/os-js": "0.0.1-prealpha.84",
"jest": "26.6.3",
"json-schema-to-typescript": "10.1.3",
"mustache": "4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/js/os/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@web3api/os-js",
"description": "Web3API Javascript OS Utilities",
"version": "0.0.1-prealpha.83",
"version": "0.0.1-prealpha.84",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/js/plugins/ens/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@web3api/ens-plugin-js",
"description": "Web3API ENS Javascript Plugin",
"version": "0.0.1-prealpha.83",
"version": "0.0.1-prealpha.84",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"@ethersproject/address": "5.0.7",
"@ethersproject/basex": "5.0.7",
"@web3api/core-js": "0.0.1-prealpha.83",
"@web3api/core-js": "0.0.1-prealpha.84",
"ethers": "5.0.7"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/js/plugins/ethereum/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@web3api/ethereum-plugin-js",
"description": "Web3API Ethereum Javascript Plugin",
"version": "0.0.1-prealpha.83",
"version": "0.0.1-prealpha.84",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -22,16 +22,16 @@
"dependencies": {
"@ethersproject/address": "5.0.7",
"@ethersproject/providers": "5.0.7",
"@web3api/core-js": "0.0.1-prealpha.83",
"@web3api/core-js": "0.0.1-prealpha.84",
"ethers": "5.0.7"
},
"devDependencies": {
"@types/jest": "26.0.8",
"@types/prettier": "2.6.0",
"@web3api/client-js": "0.0.1-prealpha.83",
"@web3api/ens-plugin-js": "0.0.1-prealpha.83",
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.83",
"@web3api/test-env-js": "0.0.1-prealpha.83",
"@web3api/client-js": "0.0.1-prealpha.84",
"@web3api/ens-plugin-js": "0.0.1-prealpha.84",
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.84",
"@web3api/test-env-js": "0.0.1-prealpha.84",
"eth-ens-namehash": "2.0.8",
"jest": "26.6.3",
"js-sha3": "0.8.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ethereum-js-plugin-integration-test",
"description": "Ethereum JS Plugin Integration Test",
"private": true,
"version": "0.0.1-prealpha.83",
"version": "0.0.1-prealpha.84",
"scripts": {
"build": "yarn build:web3api",
"build:web3api": "npx w3 build",
Expand All @@ -11,9 +11,9 @@
"deploy": "npx w3 deploy"
},
"dependencies": {
"@web3api/wasm-as": "0.0.1-prealpha.83"
"@web3api/wasm-as": "0.0.1-prealpha.84"
},
"devDependencies": {
"@web3api/cli": "0.0.1-prealpha.83"
"@web3api/cli": "0.0.1-prealpha.84"
}
}
16 changes: 8 additions & 8 deletions packages/js/plugins/filesystem/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@web3api/fs-plugin-js",
"description": "Web3API File System Javascript Plugin",
"version": "0.0.1-prealpha.83",
"version": "0.0.1-prealpha.84",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -20,17 +20,17 @@
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@web3api/core-js": "0.0.1-prealpha.83"
"@web3api/core-js": "0.0.1-prealpha.84"
},
"devDependencies": {
"@types/jest": "26.0.8",
"@types/prettier": "2.6.0",
"@web3api/client-js": "0.0.1-prealpha.83",
"@web3api/ens-plugin-js": "0.0.1-prealpha.83",
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.83",
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.83",
"@web3api/test-cases": "0.0.1-prealpha.83",
"@web3api/test-env-js": "0.0.1-prealpha.83",
"@web3api/client-js": "0.0.1-prealpha.84",
"@web3api/ens-plugin-js": "0.0.1-prealpha.84",
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.84",
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.84",
"@web3api/test-cases": "0.0.1-prealpha.84",
"@web3api/test-env-js": "0.0.1-prealpha.84",
"jest": "26.6.3",
"rimraf": "3.0.2",
"ts-jest": "26.5.4",
Expand Down
8 changes: 4 additions & 4 deletions packages/js/plugins/graph-node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@web3api/graph-node-plugin-js",
"description": "Web3API Graph Node Javascript Plugin",
"version": "0.0.1-prealpha.83",
"version": "0.0.1-prealpha.84",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -20,8 +20,8 @@
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@web3api/core-js": "0.0.1-prealpha.83",
"@web3api/http-plugin-js": "0.0.1-prealpha.83",
"@web3api/core-js": "0.0.1-prealpha.84",
"@web3api/http-plugin-js": "0.0.1-prealpha.84",
"apollo-link": "1.2.14",
"apollo-link-http": "1.5.17",
"cross-fetch": "3.0.5",
Expand All @@ -30,7 +30,7 @@
"devDependencies": {
"@types/jest": "26.0.8",
"@types/prettier": "2.6.0",
"@web3api/client-js": "0.0.1-prealpha.83",
"@web3api/client-js": "0.0.1-prealpha.84",
"jest": "26.6.3",
"rimraf": "3.0.2",
"ts-jest": "26.5.4",
Expand Down
12 changes: 6 additions & 6 deletions packages/js/plugins/http/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@web3api/http-plugin-js",
"description": "Web3API HTTP Javascript Plugin",
"version": "0.0.1-prealpha.83",
"version": "0.0.1-prealpha.84",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -20,16 +20,16 @@
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@web3api/core-js": "0.0.1-prealpha.83",
"@web3api/core-js": "0.0.1-prealpha.84",
"axios": "0.21.4"
},
"devDependencies": {
"@types/jest": "26.0.8",
"@types/prettier": "2.6.0",
"@web3api/client-js": "0.0.1-prealpha.83",
"@web3api/ens-plugin-js": "0.0.1-prealpha.83",
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.83",
"@web3api/test-env-js": "0.0.1-prealpha.83",
"@web3api/client-js": "0.0.1-prealpha.84",
"@web3api/ens-plugin-js": "0.0.1-prealpha.84",
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.84",
"@web3api/test-env-js": "0.0.1-prealpha.84",
"jest": "26.6.3",
"nock": "13.0.7",
"rimraf": "3.0.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "http-js-plugin-integration-test",
"description": "HTTP JS Plugin Integration Test",
"private": true,
"version": "0.0.1-prealpha.83",
"version": "0.0.1-prealpha.84",
"scripts": {
"build": "yarn build:web3api",
"build:web3api": "npx w3 build",
Expand All @@ -12,9 +12,9 @@
"deploy:web3api": "npx w3 build --ipfs http://localhost:5001 --test-ens simplestorage.eth"
},
"dependencies": {
"@web3api/wasm-as": "0.0.1-prealpha.83"
"@web3api/wasm-as": "0.0.1-prealpha.84"
},
"devDependencies": {
"@web3api/cli": "0.0.1-prealpha.83"
"@web3api/cli": "0.0.1-prealpha.84"
}
}
4 changes: 2 additions & 2 deletions packages/js/plugins/ipfs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@web3api/ipfs-plugin-js",
"description": "Web3API IPFS Javascript Plugin",
"version": "0.0.1-prealpha.83",
"version": "0.0.1-prealpha.84",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@dorgjelli-test/ipfs-http-client-lite": "0.3.1",
"@web3api/core-js": "0.0.1-prealpha.83",
"@web3api/core-js": "0.0.1-prealpha.84",
"abort-controller": "3.0.0",
"cids": "^1.1.4",
"is-ipfs": "1.0.3"
Expand Down
Loading

0 comments on commit 17ec161

Please sign in to comment.