Skip to content

Commit 17ec161

Browse files
authored
Merge pull request #905 from web3-api-build-bot/release/0.0.1-prealpha.84
Web3API 0.0.1-prealpha.84
2 parents 59cb5cf + 147776e commit 17ec161

34 files changed

Lines changed: 129 additions & 129 deletions

File tree

packages/cli/package.json

Lines changed: 15 additions & 15 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.83",
4+
"version": "0.0.1-prealpha.84",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -31,32 +31,32 @@
3131
"colors": "1.4.0"
3232
},
3333
"dependencies": {
34-
"@formatjs/intl": "1.8.2",
35-
"@ethersproject/wallet": "5.6.2",
3634
"@ethersproject/providers": "5.6.8",
37-
"@web3api/asyncify-js": "0.0.1-prealpha.83",
38-
"@web3api/client-js": "0.0.1-prealpha.83",
39-
"@web3api/core-js": "0.0.1-prealpha.83",
40-
"@web3api/ens-plugin-js": "0.0.1-prealpha.83",
41-
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.83",
42-
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.83",
43-
"@web3api/os-js": "0.0.1-prealpha.83",
44-
"@web3api/schema-bind": "0.0.1-prealpha.83",
45-
"@web3api/schema-compose": "0.0.1-prealpha.83",
46-
"@web3api/schema-parse": "0.0.1-prealpha.83",
47-
"@web3api/test-env-js": "0.0.1-prealpha.83",
35+
"@ethersproject/wallet": "5.6.2",
36+
"@formatjs/intl": "1.8.2",
37+
"@web3api/asyncify-js": "0.0.1-prealpha.84",
38+
"@web3api/client-js": "0.0.1-prealpha.84",
39+
"@web3api/core-js": "0.0.1-prealpha.84",
40+
"@web3api/ens-plugin-js": "0.0.1-prealpha.84",
41+
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.84",
42+
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.84",
43+
"@web3api/os-js": "0.0.1-prealpha.84",
44+
"@web3api/schema-bind": "0.0.1-prealpha.84",
45+
"@web3api/schema-compose": "0.0.1-prealpha.84",
46+
"@web3api/schema-parse": "0.0.1-prealpha.84",
47+
"@web3api/test-env-js": "0.0.1-prealpha.84",
4848
"assemblyscript": "0.19.1",
4949
"axios": "0.21.2",
5050
"chalk": "4.1.0",
5151
"chokidar": "3.5.1",
5252
"commander": "9.2.0",
5353
"content-hash": "2.5.2",
5454
"copyfiles": "2.4.1",
55+
"docker-compose": "0.23.17",
5556
"fs-extra": "9.0.1",
5657
"gluegun": "4.6.1",
5758
"graphql-tag": "2.11.0",
5859
"ipfs-http-client": "48.1.3",
59-
"docker-compose": "0.23.17",
6060
"js-yaml": "3.14.0",
6161
"jsonschema": "1.4.0",
6262
"mustache": "4.0.1",

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.83",
5+
"version": "0.0.1-prealpha.84",
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.83"
14+
"@web3api/cli": "0.0.1-prealpha.84"
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.83",
5+
"version": "0.0.1-prealpha.84",
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.83"
14+
"@web3api/cli": "0.0.1-prealpha.84"
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.83",
4+
"version": "0.0.1-prealpha.84",
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.83",
4+
"version": "0.0.1-prealpha.84",
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.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",
24+
"@web3api/asyncify-js": "0.0.1-prealpha.84",
25+
"@web3api/core-js": "0.0.1-prealpha.84",
26+
"@web3api/ens-plugin-js": "0.0.1-prealpha.84",
27+
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.84",
28+
"@web3api/fs-plugin-js": "0.0.1-prealpha.84",
29+
"@web3api/graph-node-plugin-js": "0.0.1-prealpha.84",
30+
"@web3api/http-plugin-js": "0.0.1-prealpha.84",
31+
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.84",
32+
"@web3api/logger-plugin-js": "0.0.1-prealpha.84",
33+
"@web3api/schema-parse": "0.0.1-prealpha.84",
34+
"@web3api/sha3-plugin-js": "0.0.1-prealpha.84",
35+
"@web3api/tracing-js": "0.0.1-prealpha.84",
36+
"@web3api/uts46-plugin-js": "0.0.1-prealpha.84",
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.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",
46+
"@web3api/cli": "0.0.1-prealpha.84",
47+
"@web3api/os-js": "0.0.1-prealpha.84",
48+
"@web3api/test-cases": "0.0.1-prealpha.84",
49+
"@web3api/test-env-js": "0.0.1-prealpha.84",
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.83",
4+
"version": "0.0.1-prealpha.84",
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.83",
25-
"@web3api/tracing-js": "0.0.1-prealpha.83",
24+
"@web3api/manifest-schemas": "0.0.1-prealpha.84",
25+
"@web3api/tracing-js": "0.0.1-prealpha.84",
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.83",
36+
"@web3api/os-js": "0.0.1-prealpha.84",
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.83",
4+
"version": "0.0.1-prealpha.84",
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.83",
4+
"version": "0.0.1-prealpha.84",
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.83",
25+
"@web3api/core-js": "0.0.1-prealpha.84",
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.83",
4+
"version": "0.0.1-prealpha.84",
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.83",
25+
"@web3api/core-js": "0.0.1-prealpha.84",
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.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",
31+
"@web3api/client-js": "0.0.1-prealpha.84",
32+
"@web3api/ens-plugin-js": "0.0.1-prealpha.84",
33+
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.84",
34+
"@web3api/test-env-js": "0.0.1-prealpha.84",
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.83",
5+
"version": "0.0.1-prealpha.84",
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.83"
14+
"@web3api/wasm-as": "0.0.1-prealpha.84"
1515
},
1616
"devDependencies": {
17-
"@web3api/cli": "0.0.1-prealpha.83"
17+
"@web3api/cli": "0.0.1-prealpha.84"
1818
}
1919
}

0 commit comments

Comments
 (0)