Skip to content

Commit ac7c58a

Browse files
authored
Merge pull request #300 from web3-api-build-bot/release/0.0.1-prealpha.20
Web3API 0.0.1-prealpha.20
2 parents 8482212 + 86fac69 commit ac7c58a

File tree

25 files changed

+78
-78
lines changed

25 files changed

+78
-78
lines changed

packages/apis/console/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@web3api/console",
33
"description": "Web3API for logging",
44
"private": true,
5-
"version": "0.0.1-prealpha.19",
5+
"version": "0.0.1-prealpha.20",
66
"scripts": {
77
"build": "w3 build",
88
"deploy": "w3 build --ipfs http://127.0.0.1:5001 --test-ens console.eth",
@@ -12,8 +12,8 @@
1212
"test:env:down": "w3 test-env down"
1313
},
1414
"devDependencies": {
15-
"@web3api/cli": "0.0.1-prealpha.19",
16-
"@web3api/wasm-as": "0.0.1-prealpha.19",
15+
"@web3api/cli": "0.0.1-prealpha.20",
16+
"@web3api/wasm-as": "0.0.1-prealpha.20",
1717
"js-yaml": "3.14.0"
1818
}
1919
}

packages/cli/package.json

+11-11
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.19",
4+
"version": "0.0.1-prealpha.20",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -25,15 +25,15 @@
2525
},
2626
"dependencies": {
2727
"@formatjs/intl": "1.8.2",
28-
"@web3api/client-js": "0.0.1-prealpha.19",
29-
"@web3api/client-test-env": "0.0.1-prealpha.19",
30-
"@web3api/core-js": "0.0.1-prealpha.19",
31-
"@web3api/ens-plugin-js": "0.0.1-prealpha.19",
32-
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.19",
33-
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.19",
34-
"@web3api/schema-bind": "0.0.1-prealpha.19",
35-
"@web3api/schema-compose": "0.0.1-prealpha.19",
36-
"@web3api/schema-parse": "0.0.1-prealpha.19",
28+
"@web3api/client-js": "0.0.1-prealpha.20",
29+
"@web3api/client-test-env": "0.0.1-prealpha.20",
30+
"@web3api/core-js": "0.0.1-prealpha.20",
31+
"@web3api/ens-plugin-js": "0.0.1-prealpha.20",
32+
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.20",
33+
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.20",
34+
"@web3api/schema-bind": "0.0.1-prealpha.20",
35+
"@web3api/schema-compose": "0.0.1-prealpha.20",
36+
"@web3api/schema-parse": "0.0.1-prealpha.20",
3737
"assemblyscript": "0.17.14",
3838
"axios": "0.19.2",
3939
"chalk": "4.1.0",
@@ -52,7 +52,7 @@
5252
"devDependencies": {
5353
"@types/jest": "26.0.8",
5454
"@types/node": "12.6.9",
55-
"@web3api/test-env-js": "0.0.1-prealpha.19",
55+
"@web3api/test-env-js": "0.0.1-prealpha.20",
5656
"eslint-plugin-formatjs": "2.12.7",
5757
"jest": "26.6.3",
5858
"rimraf": "3.0.2",

packages/cli/src/__tests__/project/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3api/test-project",
3-
"version": "0.0.1-prealpha.19",
3+
"version": "0.0.1-prealpha.20",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -10,8 +10,8 @@
1010
"test:env:down": "w3 test-env down"
1111
},
1212
"devDependencies": {
13-
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.19",
14-
"@web3api/wasm-as": "0.0.1-prealpha.19",
13+
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.20",
14+
"@web3api/wasm-as": "0.0.1-prealpha.20",
1515
"ethers": "5.0.8",
1616
"js-yaml": "3.14.0"
1717
}

packages/js/client/package.json

+10-10
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.19",
4+
"version": "0.0.1-prealpha.20",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -25,12 +25,12 @@
2525
},
2626
"dependencies": {
2727
"@msgpack/msgpack": "2.3.0",
28-
"@web3api/core-js": "0.0.1-prealpha.19",
29-
"@web3api/ens-plugin-js": "0.0.1-prealpha.19",
30-
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.19",
31-
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.19",
32-
"@web3api/logger-plugin-js": "0.0.1-prealpha.19",
33-
"@web3api/schema-parse": "0.0.1-prealpha.19",
28+
"@web3api/core-js": "0.0.1-prealpha.20",
29+
"@web3api/ens-plugin-js": "0.0.1-prealpha.20",
30+
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.20",
31+
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.20",
32+
"@web3api/logger-plugin-js": "0.0.1-prealpha.20",
33+
"@web3api/schema-parse": "0.0.1-prealpha.20",
3434
"graphql": "15.5.0",
3535
"js-yaml": "3.14.0",
3636
"web-worker": "1.0.0"
@@ -39,9 +39,9 @@
3939
"@types/jest": "26.0.8",
4040
"@types/js-yaml": "3.11.1",
4141
"@types/semver": "^7.3.4",
42-
"@web3api/cli": "0.0.1-prealpha.19",
43-
"@web3api/test-cases": "0.0.1-prealpha.19",
44-
"@web3api/test-env-js": "0.0.1-prealpha.19",
42+
"@web3api/cli": "0.0.1-prealpha.20",
43+
"@web3api/test-cases": "0.0.1-prealpha.20",
44+
"@web3api/test-env-js": "0.0.1-prealpha.20",
4545
"jest": "26.6.3",
4646
"rimraf": "3.0.2",
4747
"ts-jest": "26.5.4",

packages/js/core/package.json

+2-2
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.19",
4+
"version": "0.0.1-prealpha.20",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -20,7 +20,7 @@
2020
"test:watch": "jest --watch --passWithNoTests --verbose"
2121
},
2222
"dependencies": {
23-
"@web3api/manifest-schema": "0.0.1-prealpha.19",
23+
"@web3api/manifest-schema": "0.0.1-prealpha.20",
2424
"graphql": "15.5.0",
2525
"graphql-tag": "2.10.4",
2626
"js-yaml": "3.14.0",

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.19",
4+
"version": "0.0.1-prealpha.20",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -20,7 +20,7 @@
2020
"test:watch": "jest --watch --passWithNoTests --verbose"
2121
},
2222
"dependencies": {
23-
"@web3api/core-js": "0.0.1-prealpha.19",
23+
"@web3api/core-js": "0.0.1-prealpha.20",
2424
"ethers": "5.0.7"
2525
},
2626
"devDependencies": {

packages/js/plugins/ethereum/package.json

+2-2
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.19",
4+
"version": "0.0.1-prealpha.20",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"@ethersproject/address": "5.0.7",
2424
"@ethersproject/providers": "5.0.7",
25-
"@web3api/core-js": "0.0.1-prealpha.19",
25+
"@web3api/core-js": "0.0.1-prealpha.20",
2626
"ethers": "5.0.7"
2727
},
2828
"devDependencies": {

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

+2-2
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.19",
4+
"version": "0.0.1-prealpha.20",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -20,7 +20,7 @@
2020
"test:watch": "jest --watch --passWithNoTests --verbose"
2121
},
2222
"dependencies": {
23-
"@web3api/core-js": "0.0.1-prealpha.19",
23+
"@web3api/core-js": "0.0.1-prealpha.20",
2424
"apollo-link": "1.2.14",
2525
"apollo-link-http": "1.5.17",
2626
"cross-fetch": "3.0.5",

packages/js/plugins/http/package.json

+3-3
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.19",
4+
"version": "0.0.1-prealpha.20",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -20,12 +20,12 @@
2020
"test:watch": "jest --watch --passWithNoTests --verbose"
2121
},
2222
"dependencies": {
23-
"@web3api/core-js": "0.0.1-prealpha.19",
23+
"@web3api/core-js": "0.0.1-prealpha.20",
2424
"axios": "0.21.1"
2525
},
2626
"devDependencies": {
2727
"@types/jest": "26.0.8",
28-
"@web3api/client-js": "0.0.1-prealpha.19",
28+
"@web3api/client-js": "0.0.1-prealpha.20",
2929
"jest": "26.6.3",
3030
"nock": "13.0.7",
3131
"rimraf": "3.0.2",

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.19",
4+
"version": "0.0.1-prealpha.20",
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.19",
24+
"@web3api/core-js": "0.0.1-prealpha.20",
2525
"abort-controller": "3.0.0",
2626
"cids": "^1.1.4",
2727
"is-ipfs": "1.0.3"

packages/js/plugins/logger/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build",
1111
"schema.graphql"
1212
],
13-
"version": "0.0.1-prealpha.19",
13+
"version": "0.0.1-prealpha.20",
1414
"main": "build/index.js",
1515
"scripts": {
1616
"build": "rimraf ./build && tsc --project tsconfig.build.json",
@@ -20,11 +20,11 @@
2020
"test:watch": "jest --watch --passWithNoTests --verbose"
2121
},
2222
"dependencies": {
23-
"@web3api/core-js": "0.0.1-prealpha.19"
23+
"@web3api/core-js": "0.0.1-prealpha.20"
2424
},
2525
"devDependencies": {
2626
"@types/jest": "26.0.8",
27-
"@web3api/client-js": "0.0.1-prealpha.19",
27+
"@web3api/client-js": "0.0.1-prealpha.20",
2828
"jest": "26.6.3",
2929
"rimraf": "3.0.2",
3030
"ts-jest": "26.5.4",

packages/js/react/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@web3api/react",
33
"description": "Web3API React Integration",
4-
"version": "0.0.1-prealpha.19",
4+
"version": "0.0.1-prealpha.20",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -21,16 +21,16 @@
2121
"install:web3api": "npx web3api-worker-install ./"
2222
},
2323
"dependencies": {
24-
"@web3api/client-js": "0.0.1-prealpha.19",
25-
"@web3api/core-js": "0.0.1-prealpha.19"
24+
"@web3api/client-js": "0.0.1-prealpha.20",
25+
"@web3api/core-js": "0.0.1-prealpha.20"
2626
},
2727
"devDependencies": {
2828
"@testing-library/react": "^11.2.5",
2929
"@testing-library/react-hooks": "^5.1.0",
3030
"@types/jest": "26.0.8",
31-
"@web3api/cli": "0.0.1-prealpha.19",
32-
"@web3api/test-cases": "0.0.1-prealpha.19",
33-
"@web3api/test-env-js": "0.0.1-prealpha.19",
31+
"@web3api/cli": "0.0.1-prealpha.20",
32+
"@web3api/test-cases": "0.0.1-prealpha.20",
33+
"@web3api/test-env-js": "0.0.1-prealpha.20",
3434
"jest": "26.6.3",
3535
"jest-environment-jsdom": "^26.0.1",
3636
"rimraf": "3.0.2",

packages/js/test-env/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@web3api/test-env-js",
33
"description": "Web3API Test Helpers",
4-
"version": "0.0.1-prealpha.19",
4+
"version": "0.0.1-prealpha.20",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -19,10 +19,10 @@
1919
"test:watch": "jest --watch --passWithNoTests --verbose"
2020
},
2121
"dependencies": {
22-
"@web3api/core-js": "0.0.1-prealpha.19",
23-
"@web3api/ens-plugin-js": "0.0.1-prealpha.19",
24-
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.19",
25-
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.19",
22+
"@web3api/core-js": "0.0.1-prealpha.20",
23+
"@web3api/ens-plugin-js": "0.0.1-prealpha.20",
24+
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.20",
25+
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.20",
2626
"axios": "0.21.1",
2727
"spawn-command": "0.0.2-1"
2828
},

packages/manifest-schema/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@web3api/manifest-schema",
33
"description": "Web3API Manifest Schema",
4-
"version": "0.0.1-prealpha.19",
4+
"version": "0.0.1-prealpha.20",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/schema/bind/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@web3api/schema-bind",
33
"description": "Web3API Schema Binding",
4-
"version": "0.0.1-prealpha.19",
4+
"version": "0.0.1-prealpha.20",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -20,13 +20,13 @@
2020
"copy:templates": "copyfiles -u 1 src/**/*.mustache build/"
2121
},
2222
"dependencies": {
23-
"@web3api/schema-parse": "0.0.1-prealpha.19",
23+
"@web3api/schema-parse": "0.0.1-prealpha.20",
2424
"mustache": "4.0.1"
2525
},
2626
"devDependencies": {
2727
"@types/jest": "26.0.8",
2828
"@types/mustache": "4.0.1",
29-
"@web3api/test-cases": "0.0.1-prealpha.19",
29+
"@web3api/test-cases": "0.0.1-prealpha.20",
3030
"copyfiles": "2.4.1",
3131
"jest": "26.6.3",
3232
"rimraf": "3.0.2",

packages/schema/compose/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@web3api/schema-compose",
33
"description": "Web3API Schema Composition",
4-
"version": "0.0.1-prealpha.19",
4+
"version": "0.0.1-prealpha.20",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -19,14 +19,14 @@
1919
"test:watch": "jest --watch --passWithNoTests --verbose"
2020
},
2121
"dependencies": {
22-
"@web3api/schema-parse": "0.0.1-prealpha.19",
22+
"@web3api/schema-parse": "0.0.1-prealpha.20",
2323
"graphql": "15.5.0",
2424
"mustache": "4.0.1"
2525
},
2626
"devDependencies": {
2727
"@types/jest": "26.0.8",
2828
"@types/mustache": "4.0.1",
29-
"@web3api/test-cases": "0.0.1-prealpha.19",
29+
"@web3api/test-cases": "0.0.1-prealpha.20",
3030
"jest": "26.6.3",
3131
"rimraf": "3.0.2",
3232
"ts-jest": "26.5.4",

packages/schema/parse/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@web3api/schema-parse",
33
"description": "Web3API Schema Parsing",
4-
"version": "0.0.1-prealpha.19",
4+
"version": "0.0.1-prealpha.20",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@types/deep-equal": "1.0.1",
2727
"@types/jest": "26.0.8",
28-
"@web3api/test-cases": "0.0.1-prealpha.19",
28+
"@web3api/test-cases": "0.0.1-prealpha.20",
2929
"jest": "26.6.3",
3030
"rimraf": "3.0.2",
3131
"ts-jest": "26.5.4",

0 commit comments

Comments
 (0)