Skip to content

Commit

Permalink
Merge pull request polywrap#184 from web3-api-build-bot/release/0.0.1…
Browse files Browse the repository at this point in the history
…-prealpha.5

Web3API 0.0.1-prealpha.5
  • Loading branch information
dOrgJelli authored Mar 3, 2021
2 parents 519fb11 + 87f86cd commit 6cd18b4
Show file tree
Hide file tree
Showing 21 changed files with 54 additions and 54 deletions.
4 changes: 2 additions & 2 deletions demos/simple-storage/dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "@web3api/demo-simple-storage-dapp",
"description": "Web3API SimpleStorage dApp Demo",
"private": true,
"version": "0.0.1-prealpha.4",
"version": "0.0.1-prealpha.5",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/web3-api/monorepo.git"
},
"dependencies": {
"@web3api/client-js": "0.0.1-prealpha.4",
"@web3api/client-js": "0.0.1-prealpha.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-lottie": "1.2.3",
Expand Down
8 changes: 4 additions & 4 deletions demos/simple-storage/protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@web3api/demo-simple-storage",
"description": "Web3API SimpleStorage Demo",
"private": true,
"version": "0.0.1-prealpha.4",
"version": "0.0.1-prealpha.5",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -14,9 +14,9 @@
"test:env:down": "npx w3 test-env down"
},
"devDependencies": {
"@web3api/cli": "0.0.1-prealpha.4",
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.4",
"@web3api/wasm-as": "0.0.1-prealpha.4",
"@web3api/cli": "0.0.1-prealpha.5",
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.5",
"@web3api/wasm-as": "0.0.1-prealpha.5",
"ethers": "5.0.8",
"js-yaml": "3.14.0"
}
Expand Down
20 changes: 10 additions & 10 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@web3api/cli",
"description": "Web3API CLI",
"version": "0.0.1-prealpha.4",
"version": "0.0.1-prealpha.5",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -22,15 +22,15 @@
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@web3api/client-js": "0.0.1-prealpha.4",
"@web3api/client-test-env": "0.0.1-prealpha.4",
"@web3api/core-js": "0.0.1-prealpha.4",
"@web3api/ens-plugin-js": "0.0.1-prealpha.4",
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.4",
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.4",
"@web3api/schema-bind": "0.0.1-prealpha.4",
"@web3api/schema-compose": "0.0.1-prealpha.4",
"@web3api/schema-parse": "0.0.1-prealpha.4",
"@web3api/client-js": "0.0.1-prealpha.5",
"@web3api/client-test-env": "0.0.1-prealpha.5",
"@web3api/core-js": "0.0.1-prealpha.5",
"@web3api/ens-plugin-js": "0.0.1-prealpha.5",
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.5",
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.5",
"@web3api/schema-bind": "0.0.1-prealpha.5",
"@web3api/schema-compose": "0.0.1-prealpha.5",
"@web3api/schema-parse": "0.0.1-prealpha.5",
"assemblyscript": "0.17.14",
"axios": "0.19.2",
"chalk": "4.1.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/js/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@web3api/client-js",
"description": "Web3API Javascript Client",
"version": "0.0.1-prealpha.4",
"version": "0.0.1-prealpha.5",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -27,11 +27,11 @@
},
"dependencies": {
"@msgpack/msgpack": "2.3.0",
"@web3api/core-js": "0.0.1-prealpha.4",
"@web3api/ens-plugin-js": "0.0.1-prealpha.4",
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.4",
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.4",
"@web3api/schema-parse": "0.0.1-prealpha.4",
"@web3api/core-js": "0.0.1-prealpha.5",
"@web3api/ens-plugin-js": "0.0.1-prealpha.5",
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.5",
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.5",
"@web3api/schema-parse": "0.0.1-prealpha.5",
"graphql": "^15.4.0",
"js-yaml": "3.14.0",
"web-worker": "1.0.0"
Expand All @@ -40,7 +40,7 @@
"@types/jest": "26.0.8",
"@types/js-yaml": "3.11.1",
"@types/semver": "^7.3.4",
"@web3api/cli": "0.0.1-prealpha.4",
"@web3api/cli": "0.0.1-prealpha.5",
"axios": "0.19.2",
"jest": "26.2.2",
"rimraf": "3.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/js/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@web3api/core-js",
"description": "Web3API Javascript Core",
"version": "0.0.1-prealpha.4",
"version": "0.0.1-prealpha.5",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@web3api/manifest-schema": "0.0.1-prealpha.4",
"@web3api/manifest-schema": "0.0.1-prealpha.5",
"graphql": "15.3.0",
"graphql-tag": "2.10.4",
"js-yaml": "3.14.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/js/plugins/ens/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@web3api/ens-plugin-js",
"description": "Web3API ENS Javascript Plugin",
"version": "0.0.1-prealpha.4",
"version": "0.0.1-prealpha.5",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@web3api/core-js": "0.0.1-prealpha.4",
"@web3api/core-js": "0.0.1-prealpha.5",
"ethers": "5.0.7"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/js/plugins/ethereum/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@web3api/ethereum-plugin-js",
"description": "Web3API Ethereum Javascript Plugin",
"version": "0.0.1-prealpha.4",
"version": "0.0.1-prealpha.5",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@web3api/core-js": "0.0.1-prealpha.4",
"@web3api/core-js": "0.0.1-prealpha.5",
"ethers": "5.0.7"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/js/plugins/graph-node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@web3api/graph-node-plugin-js",
"description": "Web3API Graph Node Javascript Plugin",
"version": "0.0.1-prealpha.4",
"version": "0.0.1-prealpha.5",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@web3api/core-js": "0.0.1-prealpha.4",
"@web3api/core-js": "0.0.1-prealpha.5",
"apollo-link": "1.2.14",
"apollo-link-http": "1.5.17",
"cross-fetch": "3.0.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/js/plugins/http/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@web3api/http-plugin-js",
"description": "Web3API HTTP Javascript Plugin",
"version": "0.0.1-prealpha.4",
"version": "0.0.1-prealpha.5",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -20,12 +20,12 @@
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@web3api/core-js": "0.0.1-prealpha.4",
"@web3api/core-js": "0.0.1-prealpha.5",
"axios": "0.21.1"
},
"devDependencies": {
"@types/jest": "26.0.8",
"@web3api/client-js": "0.0.1-prealpha.4",
"@web3api/client-js": "0.0.1-prealpha.5",
"jest": "26.2.2",
"nock": "13.0.7",
"rimraf": "3.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/js/plugins/ipfs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@web3api/ipfs-plugin-js",
"description": "Web3API IPFS Javascript Plugin",
"version": "0.0.1-prealpha.4",
"version": "0.0.1-prealpha.5",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@web3api/core-js": "0.0.1-prealpha.4",
"@web3api/core-js": "0.0.1-prealpha.5",
"cids": "^1.1.4",
"ipfs-http-client-lite": "0.3.0",
"is-ipfs": "1.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/manifest-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@web3api/manifest-schema",
"description": "Web3API Manifest Schema",
"version": "0.0.1-prealpha.4",
"version": "0.0.1-prealpha.5",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/schema/bind/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@web3api/schema-bind",
"description": "Web3API Schema Binding",
"version": "0.0.1-prealpha.4",
"version": "0.0.1-prealpha.5",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
"copy:templates": "copyfiles -u 1 src/**/*.mustache build/"
},
"dependencies": {
"@web3api/schema-parse": "0.0.1-prealpha.4",
"@web3api/schema-parse": "0.0.1-prealpha.5",
"mustache": "4.0.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/schema/compose/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@web3api/schema-compose",
"description": "Web3API Schema Composition",
"version": "0.0.1-prealpha.4",
"version": "0.0.1-prealpha.5",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -19,7 +19,7 @@
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@web3api/schema-parse": "0.0.1-prealpha.4",
"@web3api/schema-parse": "0.0.1-prealpha.5",
"graphql": "15.4.0",
"mustache": "4.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/parse/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@web3api/schema-parse",
"description": "Web3API Schema Parsing",
"version": "0.0.1-prealpha.4",
"version": "0.0.1-prealpha.5",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions packages/templates/api/assemblyscript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"name": "templates-api-assemblyscript",
"description": "Web3API Assemblyscript Template",
"private": true,
"version": "0.0.1-prealpha.4",
"version": "0.0.1-prealpha.5",
"scripts": {
"build": "npx w3 build",
"test:env:up": "npx w3 test-env up && yarn contracts:deploy",
"test:env:down": "npx w3 test-env down"
},
"devDependencies": {
"@web3api/cli": "0.0.1-prealpha.4",
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.4",
"@web3api/wasm-as": "0.0.1-prealpha.4",
"@web3api/cli": "0.0.1-prealpha.5",
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.5",
"@web3api/wasm-as": "0.0.1-prealpha.5",
"ethers": "5.0.8",
"js-yaml": "3.14.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/templates/app/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "templates-app-react",
"description": "Web3API dApp React Template",
"private": true,
"version": "0.0.1-prealpha.4",
"version": "0.0.1-prealpha.5",
"dependencies": {
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@web3api/client-js": "0.0.1-prealpha.4",
"@web3api/client-js": "0.0.1-prealpha.5",
"http-proxy": "1.18.1",
"http-proxy-middleware": "1.0.6",
"react": "^16.13.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/templates/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@web3api/templates",
"description": "Web3API Templates",
"version": "0.0.1-prealpha.4",
"version": "0.0.1-prealpha.5",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/templates/plugin/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "templates-plugin-typescript",
"description": "Web3API Plugin Typescript Template",
"private": true,
"version": "0.0.1-prealpha.4",
"version": "0.0.1-prealpha.5",
"main": "build/index.js",
"scripts": {
"build": "rimraf ./build && tsc --project tsconfig.json",
Expand All @@ -12,7 +12,7 @@
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@web3api/core-js": "0.0.1-prealpha.4"
"@web3api/core-js": "0.0.1-prealpha.5"
},
"devDependencies": {
"@types/jest": "26.0.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-env/dev-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3api/dev-server",
"version": "0.0.1-prealpha.4",
"version": "0.0.1-prealpha.5",
"private": true,
"main": "build/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/test-env/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@web3api/client-test-env",
"description": "Web3API Client Test Env",
"version": "0.0.1-prealpha.4",
"version": "0.0.1-prealpha.5",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm/as/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@web3api/wasm-as",
"description": "Web3API Assemblyscript Runtime",
"version": "0.0.1-prealpha.4",
"version": "0.0.1-prealpha.5",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 6cd18b4

Please sign in to comment.