Skip to content

Commit f88b96f

Browse files
authored
Merge pull request #179 from web3-api-build-bot/release/0.0.1-prealpha.4
Web3API 0.0.1-prealpha.4
2 parents d1f6572 + dfead36 commit f88b96f

File tree

21 files changed

+54
-54
lines changed

21 files changed

+54
-54
lines changed

demos/simple-storage/dapp/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"name": "@web3api/demo-simple-storage-dapp",
33
"description": "Web3API SimpleStorage dApp Demo",
44
"private": true,
5-
"version": "0.0.1-prealpha.3",
5+
"version": "0.0.1-prealpha.4",
66
"license": "MIT",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/web3-api/monorepo.git"
1010
},
1111
"dependencies": {
12-
"@web3api/client-js": "0.0.1-prealpha.3",
12+
"@web3api/client-js": "0.0.1-prealpha.4",
1313
"react": "^16.13.1",
1414
"react-dom": "^16.13.1",
1515
"react-lottie": "1.2.3",

demos/simple-storage/protocol/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@web3api/demo-simple-storage",
33
"description": "Web3API SimpleStorage Demo",
44
"private": true,
5-
"version": "0.0.1-prealpha.3",
5+
"version": "0.0.1-prealpha.4",
66
"license": "MIT",
77
"repository": {
88
"type": "git",
@@ -14,9 +14,9 @@
1414
"test:env:down": "npx w3 test-env down"
1515
},
1616
"devDependencies": {
17-
"@web3api/cli": "0.0.1-prealpha.3",
18-
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.3",
19-
"@web3api/wasm-as": "0.0.1-prealpha.3",
17+
"@web3api/cli": "0.0.1-prealpha.4",
18+
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.4",
19+
"@web3api/wasm-as": "0.0.1-prealpha.4",
2020
"ethers": "5.0.8",
2121
"js-yaml": "3.14.0"
2222
}

packages/cli/package.json

+10-10
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.3",
4+
"version": "0.0.1-prealpha.4",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -22,15 +22,15 @@
2222
"test:watch": "jest --watch --passWithNoTests --verbose"
2323
},
2424
"dependencies": {
25-
"@web3api/client-js": "0.0.1-prealpha.3",
26-
"@web3api/client-test-env": "0.0.1-prealpha.3",
27-
"@web3api/core-js": "0.0.1-prealpha.3",
28-
"@web3api/ens-plugin-js": "0.0.1-prealpha.3",
29-
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.3",
30-
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.3",
31-
"@web3api/schema-bind": "0.0.1-prealpha.3",
32-
"@web3api/schema-compose": "0.0.1-prealpha.3",
33-
"@web3api/schema-parse": "0.0.1-prealpha.3",
25+
"@web3api/client-js": "0.0.1-prealpha.4",
26+
"@web3api/client-test-env": "0.0.1-prealpha.4",
27+
"@web3api/core-js": "0.0.1-prealpha.4",
28+
"@web3api/ens-plugin-js": "0.0.1-prealpha.4",
29+
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.4",
30+
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.4",
31+
"@web3api/schema-bind": "0.0.1-prealpha.4",
32+
"@web3api/schema-compose": "0.0.1-prealpha.4",
33+
"@web3api/schema-parse": "0.0.1-prealpha.4",
3434
"assemblyscript": "0.17.14",
3535
"axios": "0.19.2",
3636
"chalk": "4.1.0",

packages/js/client/package.json

+7-7
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.3",
4+
"version": "0.0.1-prealpha.4",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -27,11 +27,11 @@
2727
},
2828
"dependencies": {
2929
"@msgpack/msgpack": "2.3.0",
30-
"@web3api/core-js": "0.0.1-prealpha.3",
31-
"@web3api/ens-plugin-js": "0.0.1-prealpha.3",
32-
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.3",
33-
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.3",
34-
"@web3api/schema-parse": "0.0.1-prealpha.3",
30+
"@web3api/core-js": "0.0.1-prealpha.4",
31+
"@web3api/ens-plugin-js": "0.0.1-prealpha.4",
32+
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.4",
33+
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.4",
34+
"@web3api/schema-parse": "0.0.1-prealpha.4",
3535
"graphql": "^15.4.0",
3636
"js-yaml": "3.14.0",
3737
"web-worker": "1.0.0"
@@ -40,7 +40,7 @@
4040
"@types/jest": "26.0.8",
4141
"@types/js-yaml": "3.11.1",
4242
"@types/semver": "^7.3.4",
43-
"@web3api/cli": "0.0.1-prealpha.3",
43+
"@web3api/cli": "0.0.1-prealpha.4",
4444
"axios": "0.19.2",
4545
"jest": "26.2.2",
4646
"rimraf": "3.0.2",

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.3",
4+
"version": "0.0.1-prealpha.4",
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.3",
23+
"@web3api/manifest-schema": "0.0.1-prealpha.4",
2424
"graphql": "15.3.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.3",
4+
"version": "0.0.1-prealpha.4",
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.3",
23+
"@web3api/core-js": "0.0.1-prealpha.4",
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.3",
4+
"version": "0.0.1-prealpha.4",
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.3",
23+
"@web3api/core-js": "0.0.1-prealpha.4",
2424
"ethers": "5.0.7"
2525
},
2626
"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.3",
4+
"version": "0.0.1-prealpha.4",
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.3",
23+
"@web3api/core-js": "0.0.1-prealpha.4",
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.3",
4+
"version": "0.0.1-prealpha.4",
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.3",
23+
"@web3api/core-js": "0.0.1-prealpha.4",
2424
"axios": "0.21.1"
2525
},
2626
"devDependencies": {
2727
"@types/jest": "26.0.8",
28-
"@web3api/client-js": "0.0.1-prealpha.3",
28+
"@web3api/client-js": "0.0.1-prealpha.4",
2929
"jest": "26.2.2",
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.3",
4+
"version": "0.0.1-prealpha.4",
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.3",
23+
"@web3api/core-js": "0.0.1-prealpha.4",
2424
"cids": "^1.1.4",
2525
"ipfs-http-client-lite": "0.3.0",
2626
"is-ipfs": "1.0.3"

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.3",
4+
"version": "0.0.1-prealpha.4",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/schema/bind/package.json

+2-2
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.3",
4+
"version": "0.0.1-prealpha.4",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -20,7 +20,7 @@
2020
"copy:templates": "copyfiles -u 1 src/**/*.mustache build/"
2121
},
2222
"dependencies": {
23-
"@web3api/schema-parse": "0.0.1-prealpha.3",
23+
"@web3api/schema-parse": "0.0.1-prealpha.4",
2424
"mustache": "4.0.1"
2525
},
2626
"devDependencies": {

packages/schema/compose/package.json

+2-2
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.3",
4+
"version": "0.0.1-prealpha.4",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -19,7 +19,7 @@
1919
"test:watch": "jest --watch --passWithNoTests --verbose"
2020
},
2121
"dependencies": {
22-
"@web3api/schema-parse": "0.0.1-prealpha.3",
22+
"@web3api/schema-parse": "0.0.1-prealpha.4",
2323
"graphql": "15.4.0",
2424
"mustache": "4.0.1"
2525
},

packages/schema/parse/package.json

+1-1
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.3",
4+
"version": "0.0.1-prealpha.4",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/templates/api/assemblyscript/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"name": "templates-api-assemblyscript",
33
"description": "Web3API Assemblyscript Template",
44
"private": true,
5-
"version": "0.0.1-prealpha.3",
5+
"version": "0.0.1-prealpha.4",
66
"scripts": {
77
"build": "npx w3 build",
88
"test:env:up": "npx w3 test-env up && yarn contracts:deploy",
99
"test:env:down": "npx w3 test-env down"
1010
},
1111
"devDependencies": {
12-
"@web3api/cli": "0.0.1-prealpha.3",
13-
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.3",
14-
"@web3api/wasm-as": "0.0.1-prealpha.3",
12+
"@web3api/cli": "0.0.1-prealpha.4",
13+
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.4",
14+
"@web3api/wasm-as": "0.0.1-prealpha.4",
1515
"ethers": "5.0.8",
1616
"js-yaml": "3.14.0"
1717
}

packages/templates/app/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"name": "templates-app-react",
33
"description": "Web3API dApp React Template",
44
"private": true,
5-
"version": "0.0.1-prealpha.3",
5+
"version": "0.0.1-prealpha.4",
66
"dependencies": {
77
"@testing-library/react": "^9.3.2",
88
"@testing-library/user-event": "^7.1.2",
99
"@types/node": "^12.0.0",
1010
"@types/react": "^16.9.0",
1111
"@types/react-dom": "^16.9.0",
12-
"@web3api/client-js": "0.0.1-prealpha.3",
12+
"@web3api/client-js": "0.0.1-prealpha.4",
1313
"http-proxy": "1.18.1",
1414
"http-proxy-middleware": "1.0.6",
1515
"react": "^16.13.1",

packages/templates/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@web3api/templates",
33
"description": "Web3API Templates",
4-
"version": "0.0.1-prealpha.3",
4+
"version": "0.0.1-prealpha.4",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/templates/plugin/typescript/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "templates-plugin-typescript",
33
"description": "Web3API Plugin Typescript Template",
44
"private": true,
5-
"version": "0.0.1-prealpha.3",
5+
"version": "0.0.1-prealpha.4",
66
"main": "build/index.js",
77
"scripts": {
88
"build": "rimraf ./build && tsc --project tsconfig.json",
@@ -12,7 +12,7 @@
1212
"test:watch": "jest --watch --passWithNoTests --verbose"
1313
},
1414
"dependencies": {
15-
"@web3api/core-js": "0.0.1-prealpha.3"
15+
"@web3api/core-js": "0.0.1-prealpha.4"
1616
},
1717
"devDependencies": {
1818
"@types/jest": "26.0.8",

packages/test-env/dev-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3api/dev-server",
3-
"version": "0.0.1-prealpha.3",
3+
"version": "0.0.1-prealpha.4",
44
"private": true,
55
"main": "build/index.js",
66
"scripts": {

packages/test-env/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@web3api/client-test-env",
33
"description": "Web3API Client Test Env",
4-
"version": "0.0.1-prealpha.3",
4+
"version": "0.0.1-prealpha.4",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/wasm/as/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@web3api/wasm-as",
33
"description": "Web3API Assemblyscript Runtime",
4-
"version": "0.0.1-prealpha.3",
4+
"version": "0.0.1-prealpha.4",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)