Skip to content

Commit d434d79

Browse files
authored
Merge pull request #894 from web3-api-build-bot/release/0.0.1-prealpha.83
Web3API 0.0.1-prealpha.83
2 parents d2c5448 + 2a3c597 commit d434d79

36 files changed

Lines changed: 133 additions & 133 deletions

File tree

packages/cli/package.json

Lines changed: 13 additions & 13 deletions
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.82",
4+
"version": "0.0.1-prealpha.83",
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.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",
35+
"@web3api/asyncify-js": "0.0.1-prealpha.83",
36+
"@web3api/client-js": "0.0.1-prealpha.83",
37+
"@web3api/client-test-env": "0.0.1-prealpha.83",
38+
"@web3api/core-js": "0.0.1-prealpha.83",
39+
"@web3api/ens-plugin-js": "0.0.1-prealpha.83",
40+
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.83",
41+
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.83",
42+
"@web3api/os-js": "0.0.1-prealpha.83",
43+
"@web3api/schema-bind": "0.0.1-prealpha.83",
44+
"@web3api/schema-compose": "0.0.1-prealpha.83",
45+
"@web3api/schema-parse": "0.0.1-prealpha.83",
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.82",
75+
"@web3api/test-env-js": "0.0.1-prealpha.83",
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

Lines changed: 2 additions & 2 deletions
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.82",
5+
"version": "0.0.1-prealpha.83",
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.82"
14+
"@web3api/cli": "0.0.1-prealpha.83"
1515
}
1616
}

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

Lines changed: 2 additions & 2 deletions
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.82",
5+
"version": "0.0.1-prealpha.83",
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.82"
14+
"@web3api/cli": "0.0.1-prealpha.83"
1515
}
1616
}

packages/js/asyncify/package.json

Lines changed: 1 addition & 1 deletion
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.82",
4+
"version": "0.0.1-prealpha.83",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/js/client/package.json

Lines changed: 18 additions & 18 deletions
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.82",
4+
"version": "0.0.1-prealpha.83",
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.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",
24+
"@web3api/asyncify-js": "0.0.1-prealpha.83",
25+
"@web3api/core-js": "0.0.1-prealpha.83",
26+
"@web3api/ens-plugin-js": "0.0.1-prealpha.83",
27+
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.83",
28+
"@web3api/fs-plugin-js": "0.0.1-prealpha.83",
29+
"@web3api/graph-node-plugin-js": "0.0.1-prealpha.83",
30+
"@web3api/http-plugin-js": "0.0.1-prealpha.83",
31+
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.83",
32+
"@web3api/logger-plugin-js": "0.0.1-prealpha.83",
33+
"@web3api/schema-parse": "0.0.1-prealpha.83",
34+
"@web3api/sha3-plugin-js": "0.0.1-prealpha.83",
35+
"@web3api/tracing-js": "0.0.1-prealpha.83",
36+
"@web3api/uts46-plugin-js": "0.0.1-prealpha.83",
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.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",
46+
"@web3api/cli": "0.0.1-prealpha.83",
47+
"@web3api/os-js": "0.0.1-prealpha.83",
48+
"@web3api/test-cases": "0.0.1-prealpha.83",
49+
"@web3api/test-env-js": "0.0.1-prealpha.83",
5050
"bignumber.js": "9.0.2",
5151
"jest": "26.6.3",
5252
"rimraf": "3.0.2",

packages/js/core/package.json

Lines changed: 4 additions & 4 deletions
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.82",
4+
"version": "0.0.1-prealpha.83",
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.82",
25-
"@web3api/tracing-js": "0.0.1-prealpha.82",
24+
"@web3api/manifest-schemas": "0.0.1-prealpha.83",
25+
"@web3api/tracing-js": "0.0.1-prealpha.83",
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.82",
36+
"@web3api/os-js": "0.0.1-prealpha.83",
3737
"jest": "26.6.3",
3838
"json-schema-to-typescript": "10.1.3",
3939
"mustache": "4.0.1",

packages/js/os/package.json

Lines changed: 1 addition & 1 deletion
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.82",
4+
"version": "0.0.1-prealpha.83",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/js/plugins/ens/package.json

Lines changed: 2 additions & 2 deletions
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.82",
4+
"version": "0.0.1-prealpha.83",
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.82",
25+
"@web3api/core-js": "0.0.1-prealpha.83",
2626
"ethers": "5.0.7"
2727
},
2828
"devDependencies": {

packages/js/plugins/ethereum/package.json

Lines changed: 6 additions & 6 deletions
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.82",
4+
"version": "0.0.1-prealpha.83",
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.82",
25+
"@web3api/core-js": "0.0.1-prealpha.83",
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.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",
31+
"@web3api/client-js": "0.0.1-prealpha.83",
32+
"@web3api/ens-plugin-js": "0.0.1-prealpha.83",
33+
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.83",
34+
"@web3api/test-env-js": "0.0.1-prealpha.83",
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

Lines changed: 3 additions & 3 deletions
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.82",
5+
"version": "0.0.1-prealpha.83",
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.82"
14+
"@web3api/wasm-as": "0.0.1-prealpha.83"
1515
},
1616
"devDependencies": {
17-
"@web3api/cli": "0.0.1-prealpha.82"
17+
"@web3api/cli": "0.0.1-prealpha.83"
1818
}
1919
}

0 commit comments

Comments
 (0)