Skip to content

Commit 1305b26

Browse files
authored
Merge pull request #877 from web3-api-build-bot/release/0.0.1-prealpha.82
Web3API 0.0.1-prealpha.82
2 parents 690ac35 + d745e6f commit 1305b26

File tree

36 files changed

+129
-129
lines changed

36 files changed

+129
-129
lines changed

packages/cli/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@web3api/cli",
33
"description": "Web3API CLI",
4-
"version": "0.0.1-prealpha.81",
4+
"version": "0.0.1-prealpha.82",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -32,17 +32,17 @@
3232
"dependencies": {
3333
"@ensdomains/ensjs": "2.0.1",
3434
"@formatjs/intl": "1.8.2",
35-
"@web3api/asyncify-js": "0.0.1-prealpha.81",
36-
"@web3api/client-js": "0.0.1-prealpha.81",
37-
"@web3api/client-test-env": "0.0.1-prealpha.81",
38-
"@web3api/core-js": "0.0.1-prealpha.81",
39-
"@web3api/ens-plugin-js": "0.0.1-prealpha.81",
40-
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.81",
41-
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.81",
42-
"@web3api/os-js": "0.0.1-prealpha.81",
43-
"@web3api/schema-bind": "0.0.1-prealpha.81",
44-
"@web3api/schema-compose": "0.0.1-prealpha.81",
45-
"@web3api/schema-parse": "0.0.1-prealpha.81",
35+
"@web3api/asyncify-js": "0.0.1-prealpha.82",
36+
"@web3api/client-js": "0.0.1-prealpha.82",
37+
"@web3api/client-test-env": "0.0.1-prealpha.82",
38+
"@web3api/core-js": "0.0.1-prealpha.82",
39+
"@web3api/ens-plugin-js": "0.0.1-prealpha.82",
40+
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.82",
41+
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.82",
42+
"@web3api/os-js": "0.0.1-prealpha.82",
43+
"@web3api/schema-bind": "0.0.1-prealpha.82",
44+
"@web3api/schema-compose": "0.0.1-prealpha.82",
45+
"@web3api/schema-parse": "0.0.1-prealpha.82",
4646
"assemblyscript": "0.19.1",
4747
"axios": "0.21.2",
4848
"chalk": "4.1.0",
@@ -72,7 +72,7 @@
7272
"@types/node": "12.12.26",
7373
"@types/prettier": "2.6.0",
7474
"@types/rimraf": "3.0.0",
75-
"@web3api/test-env-js": "0.0.1-prealpha.81",
75+
"@web3api/test-env-js": "0.0.1-prealpha.82",
7676
"cross-env": "7.0.3",
7777
"dir-compare": "3.3.0",
7878
"eslint-plugin-formatjs": "2.12.7",

packages/core-interfaces/logger/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "logger-interface",
33
"description": "Web3API Logger Interface",
44
"private": true,
5-
"version": "0.0.1-prealpha.81",
5+
"version": "0.0.1-prealpha.82",
66
"scripts": {
77
"build": "npx w3 build",
88
"lint": "eslint --color -c ../../../.eslintrc.js .",
@@ -11,6 +11,6 @@
1111
"deploy": "npx w3 build --ipfs http://localhost:5001"
1212
},
1313
"devDependencies": {
14-
"@web3api/cli": "0.0.1-prealpha.81"
14+
"@web3api/cli": "0.0.1-prealpha.82"
1515
}
1616
}

packages/core-interfaces/uri-resolver/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "uri-resolver-interface",
33
"description": "URI Resolver Interface",
44
"private": true,
5-
"version": "0.0.1-prealpha.81",
5+
"version": "0.0.1-prealpha.82",
66
"scripts": {
77
"build": "npx w3 build",
88
"lint": "eslint --color -c ../../../.eslintrc.js .",
@@ -11,6 +11,6 @@
1111
"deploy": "npx w3 build --ipfs http://localhost:5001"
1212
},
1313
"devDependencies": {
14-
"@web3api/cli": "0.0.1-prealpha.81"
14+
"@web3api/cli": "0.0.1-prealpha.82"
1515
}
1616
}

packages/js/asyncify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@web3api/asyncify-js",
33
"description": "Async Wasm Imports Support Using Asyncify",
4-
"version": "0.0.1-prealpha.81",
4+
"version": "0.0.1-prealpha.82",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/js/client/package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@web3api/client-js",
33
"description": "Web3API Javascript Client",
4-
"version": "0.0.1-prealpha.81",
4+
"version": "0.0.1-prealpha.82",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -21,19 +21,19 @@
2121
"test:watch": "jest --watch --passWithNoTests --verbose --detectOpenHandles"
2222
},
2323
"dependencies": {
24-
"@web3api/asyncify-js": "0.0.1-prealpha.81",
25-
"@web3api/core-js": "0.0.1-prealpha.81",
26-
"@web3api/ens-plugin-js": "0.0.1-prealpha.81",
27-
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.81",
28-
"@web3api/fs-plugin-js": "0.0.1-prealpha.81",
29-
"@web3api/graph-node-plugin-js": "0.0.1-prealpha.81",
30-
"@web3api/http-plugin-js": "0.0.1-prealpha.81",
31-
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.81",
32-
"@web3api/logger-plugin-js": "0.0.1-prealpha.81",
33-
"@web3api/schema-parse": "0.0.1-prealpha.81",
34-
"@web3api/sha3-plugin-js": "0.0.1-prealpha.81",
35-
"@web3api/tracing-js": "0.0.1-prealpha.81",
36-
"@web3api/uts46-plugin-js": "0.0.1-prealpha.81",
24+
"@web3api/asyncify-js": "0.0.1-prealpha.82",
25+
"@web3api/core-js": "0.0.1-prealpha.82",
26+
"@web3api/ens-plugin-js": "0.0.1-prealpha.82",
27+
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.82",
28+
"@web3api/fs-plugin-js": "0.0.1-prealpha.82",
29+
"@web3api/graph-node-plugin-js": "0.0.1-prealpha.82",
30+
"@web3api/http-plugin-js": "0.0.1-prealpha.82",
31+
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.82",
32+
"@web3api/logger-plugin-js": "0.0.1-prealpha.82",
33+
"@web3api/schema-parse": "0.0.1-prealpha.82",
34+
"@web3api/sha3-plugin-js": "0.0.1-prealpha.82",
35+
"@web3api/tracing-js": "0.0.1-prealpha.82",
36+
"@web3api/uts46-plugin-js": "0.0.1-prealpha.82",
3737
"graphql": "15.5.0",
3838
"js-yaml": "3.14.0",
3939
"uuid": "8.3.2"
@@ -43,10 +43,10 @@
4343
"@types/js-yaml": "3.11.1",
4444
"@types/prettier": "2.6.0",
4545
"@types/uuid": "8.3.0",
46-
"@web3api/cli": "0.0.1-prealpha.81",
47-
"@web3api/os-js": "0.0.1-prealpha.81",
48-
"@web3api/test-cases": "0.0.1-prealpha.81",
49-
"@web3api/test-env-js": "0.0.1-prealpha.81",
46+
"@web3api/cli": "0.0.1-prealpha.82",
47+
"@web3api/os-js": "0.0.1-prealpha.82",
48+
"@web3api/test-cases": "0.0.1-prealpha.82",
49+
"@web3api/test-env-js": "0.0.1-prealpha.82",
5050
"bignumber.js": "9.0.2",
5151
"jest": "26.6.3",
5252
"rimraf": "3.0.2",

packages/js/core/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@web3api/core-js",
33
"description": "Web3API Javascript Core",
4-
"version": "0.0.1-prealpha.81",
4+
"version": "0.0.1-prealpha.82",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -21,8 +21,8 @@
2121
},
2222
"dependencies": {
2323
"@msgpack/msgpack": "2.7.2",
24-
"@web3api/manifest-schemas": "0.0.1-prealpha.81",
25-
"@web3api/tracing-js": "0.0.1-prealpha.81",
24+
"@web3api/manifest-schemas": "0.0.1-prealpha.82",
25+
"@web3api/tracing-js": "0.0.1-prealpha.82",
2626
"graphql": "15.5.0",
2727
"graphql-tag": "2.10.4",
2828
"js-yaml": "3.14.0",
@@ -33,7 +33,7 @@
3333
"@types/jest": "26.0.8",
3434
"@types/prettier": "2.6.0",
3535
"@types/semver": "7.3.8",
36-
"@web3api/os-js": "0.0.1-prealpha.81",
36+
"@web3api/os-js": "0.0.1-prealpha.82",
3737
"jest": "26.6.3",
3838
"json-schema-to-typescript": "10.1.3",
3939
"mustache": "4.0.1",

packages/js/os/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@web3api/os-js",
33
"description": "Web3API Javascript OS Utilities",
4-
"version": "0.0.1-prealpha.81",
4+
"version": "0.0.1-prealpha.82",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/js/plugins/ens/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@web3api/ens-plugin-js",
33
"description": "Web3API ENS Javascript Plugin",
4-
"version": "0.0.1-prealpha.81",
4+
"version": "0.0.1-prealpha.82",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"@ethersproject/address": "5.0.7",
2424
"@ethersproject/basex": "5.0.7",
25-
"@web3api/core-js": "0.0.1-prealpha.81",
25+
"@web3api/core-js": "0.0.1-prealpha.82",
2626
"ethers": "5.0.7"
2727
},
2828
"devDependencies": {

packages/js/plugins/ethereum/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@web3api/ethereum-plugin-js",
33
"description": "Web3API Ethereum Javascript Plugin",
4-
"version": "0.0.1-prealpha.81",
4+
"version": "0.0.1-prealpha.82",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -22,16 +22,16 @@
2222
"dependencies": {
2323
"@ethersproject/address": "5.0.7",
2424
"@ethersproject/providers": "5.0.7",
25-
"@web3api/core-js": "0.0.1-prealpha.81",
25+
"@web3api/core-js": "0.0.1-prealpha.82",
2626
"ethers": "5.0.7"
2727
},
2828
"devDependencies": {
2929
"@types/jest": "26.0.8",
3030
"@types/prettier": "2.6.0",
31-
"@web3api/client-js": "0.0.1-prealpha.81",
32-
"@web3api/ens-plugin-js": "0.0.1-prealpha.81",
33-
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.81",
34-
"@web3api/test-env-js": "0.0.1-prealpha.81",
31+
"@web3api/client-js": "0.0.1-prealpha.82",
32+
"@web3api/ens-plugin-js": "0.0.1-prealpha.82",
33+
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.82",
34+
"@web3api/test-env-js": "0.0.1-prealpha.82",
3535
"eth-ens-namehash": "2.0.8",
3636
"jest": "26.6.3",
3737
"js-sha3": "0.8.0",

packages/js/plugins/ethereum/src/__tests__/integration/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ethereum-js-plugin-integration-test",
33
"description": "Ethereum JS Plugin Integration Test",
44
"private": true,
5-
"version": "0.0.1-prealpha.81",
5+
"version": "0.0.1-prealpha.82",
66
"scripts": {
77
"build": "yarn build:web3api",
88
"build:web3api": "npx w3 build",
@@ -11,9 +11,9 @@
1111
"deploy": "npx w3 deploy"
1212
},
1313
"dependencies": {
14-
"@web3api/wasm-as": "0.0.1-prealpha.81"
14+
"@web3api/wasm-as": "0.0.1-prealpha.82"
1515
},
1616
"devDependencies": {
17-
"@web3api/cli": "0.0.1-prealpha.81"
17+
"@web3api/cli": "0.0.1-prealpha.82"
1818
}
1919
}

packages/js/plugins/filesystem/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@web3api/fs-plugin-js",
33
"description": "Web3API File System Javascript Plugin",
4-
"version": "0.0.1-prealpha.81",
4+
"version": "0.0.1-prealpha.82",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -20,17 +20,17 @@
2020
"test:watch": "jest --watch --passWithNoTests --verbose"
2121
},
2222
"dependencies": {
23-
"@web3api/core-js": "0.0.1-prealpha.81"
23+
"@web3api/core-js": "0.0.1-prealpha.82"
2424
},
2525
"devDependencies": {
2626
"@types/jest": "26.0.8",
2727
"@types/prettier": "2.6.0",
28-
"@web3api/client-js": "0.0.1-prealpha.81",
29-
"@web3api/ens-plugin-js": "0.0.1-prealpha.81",
30-
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.81",
31-
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.81",
32-
"@web3api/test-cases": "0.0.1-prealpha.81",
33-
"@web3api/test-env-js": "0.0.1-prealpha.81",
28+
"@web3api/client-js": "0.0.1-prealpha.82",
29+
"@web3api/ens-plugin-js": "0.0.1-prealpha.82",
30+
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.82",
31+
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.82",
32+
"@web3api/test-cases": "0.0.1-prealpha.82",
33+
"@web3api/test-env-js": "0.0.1-prealpha.82",
3434
"jest": "26.6.3",
3535
"rimraf": "3.0.2",
3636
"ts-jest": "26.5.4",

packages/js/plugins/graph-node/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@web3api/graph-node-plugin-js",
33
"description": "Web3API Graph Node Javascript Plugin",
4-
"version": "0.0.1-prealpha.81",
4+
"version": "0.0.1-prealpha.82",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -20,8 +20,8 @@
2020
"test:watch": "jest --watch --passWithNoTests --verbose"
2121
},
2222
"dependencies": {
23-
"@web3api/core-js": "0.0.1-prealpha.81",
24-
"@web3api/http-plugin-js": "0.0.1-prealpha.81",
23+
"@web3api/core-js": "0.0.1-prealpha.82",
24+
"@web3api/http-plugin-js": "0.0.1-prealpha.82",
2525
"apollo-link": "1.2.14",
2626
"apollo-link-http": "1.5.17",
2727
"cross-fetch": "3.0.5",
@@ -30,7 +30,7 @@
3030
"devDependencies": {
3131
"@types/jest": "26.0.8",
3232
"@types/prettier": "2.6.0",
33-
"@web3api/client-js": "0.0.1-prealpha.81",
33+
"@web3api/client-js": "0.0.1-prealpha.82",
3434
"jest": "26.6.3",
3535
"rimraf": "3.0.2",
3636
"ts-jest": "26.5.4",

packages/js/plugins/http/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@web3api/http-plugin-js",
33
"description": "Web3API HTTP Javascript Plugin",
4-
"version": "0.0.1-prealpha.81",
4+
"version": "0.0.1-prealpha.82",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -20,16 +20,16 @@
2020
"test:watch": "jest --watch --passWithNoTests --verbose"
2121
},
2222
"dependencies": {
23-
"@web3api/core-js": "0.0.1-prealpha.81",
23+
"@web3api/core-js": "0.0.1-prealpha.82",
2424
"axios": "0.21.4"
2525
},
2626
"devDependencies": {
2727
"@types/jest": "26.0.8",
2828
"@types/prettier": "2.6.0",
29-
"@web3api/client-js": "0.0.1-prealpha.81",
30-
"@web3api/ens-plugin-js": "0.0.1-prealpha.81",
31-
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.81",
32-
"@web3api/test-env-js": "0.0.1-prealpha.81",
29+
"@web3api/client-js": "0.0.1-prealpha.82",
30+
"@web3api/ens-plugin-js": "0.0.1-prealpha.82",
31+
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.82",
32+
"@web3api/test-env-js": "0.0.1-prealpha.82",
3333
"jest": "26.6.3",
3434
"nock": "13.0.7",
3535
"rimraf": "3.0.2",

packages/js/plugins/http/src/__tests__/e2e/integration/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "http-js-plugin-integration-test",
33
"description": "HTTP JS Plugin Integration Test",
44
"private": true,
5-
"version": "0.0.1-prealpha.81",
5+
"version": "0.0.1-prealpha.82",
66
"scripts": {
77
"build": "yarn build:web3api",
88
"build:web3api": "npx w3 build",
@@ -12,9 +12,9 @@
1212
"deploy:web3api": "npx w3 build --ipfs http://localhost:5001 --test-ens simplestorage.eth"
1313
},
1414
"dependencies": {
15-
"@web3api/wasm-as": "0.0.1-prealpha.81"
15+
"@web3api/wasm-as": "0.0.1-prealpha.82"
1616
},
1717
"devDependencies": {
18-
"@web3api/cli": "0.0.1-prealpha.81"
18+
"@web3api/cli": "0.0.1-prealpha.82"
1919
}
2020
}

packages/js/plugins/ipfs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@web3api/ipfs-plugin-js",
33
"description": "Web3API IPFS Javascript Plugin",
4-
"version": "0.0.1-prealpha.81",
4+
"version": "0.0.1-prealpha.82",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"@dorgjelli-test/ipfs-http-client-lite": "0.3.1",
24-
"@web3api/core-js": "0.0.1-prealpha.81",
24+
"@web3api/core-js": "0.0.1-prealpha.82",
2525
"abort-controller": "3.0.0",
2626
"cids": "^1.1.4",
2727
"is-ipfs": "1.0.3"

0 commit comments

Comments
 (0)