Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/apis/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@web3api/console",
"description": "Web3API for logging",
"private": true,
"version": "0.0.1-prealpha.13",
"version": "0.0.1-prealpha.14",
"scripts": {
"build": "w3 build",
"deploy": "w3 build --ipfs http://127.0.0.1:5001 --test-ens console.eth",
Expand All @@ -12,8 +12,8 @@
"test:env:down": "w3 test-env down"
},
"devDependencies": {
"@web3api/cli": "0.0.1-prealpha.13",
"@web3api/wasm-as": "0.0.1-prealpha.13",
"@web3api/cli": "0.0.1-prealpha.14",
"@web3api/wasm-as": "0.0.1-prealpha.14",
"js-yaml": "3.14.0"
}
}
22 changes: 11 additions & 11 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.13",
"version": "0.0.1-prealpha.14",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -25,15 +25,15 @@
},
"dependencies": {
"@formatjs/intl": "1.8.2",
"@web3api/client-js": "0.0.1-prealpha.13",
"@web3api/client-test-env": "0.0.1-prealpha.13",
"@web3api/core-js": "0.0.1-prealpha.13",
"@web3api/ens-plugin-js": "0.0.1-prealpha.13",
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.13",
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.13",
"@web3api/schema-bind": "0.0.1-prealpha.13",
"@web3api/schema-compose": "0.0.1-prealpha.13",
"@web3api/schema-parse": "0.0.1-prealpha.13",
"@web3api/client-js": "0.0.1-prealpha.14",
"@web3api/client-test-env": "0.0.1-prealpha.14",
"@web3api/core-js": "0.0.1-prealpha.14",
"@web3api/ens-plugin-js": "0.0.1-prealpha.14",
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.14",
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.14",
"@web3api/schema-bind": "0.0.1-prealpha.14",
"@web3api/schema-compose": "0.0.1-prealpha.14",
"@web3api/schema-parse": "0.0.1-prealpha.14",
"assemblyscript": "0.17.14",
"axios": "0.19.2",
"chalk": "4.1.0",
Expand All @@ -52,7 +52,7 @@
"devDependencies": {
"@types/jest": "26.0.8",
"@types/node": "12.6.9",
"@web3api/test-env-js": "0.0.1-prealpha.13",
"@web3api/test-env-js": "0.0.1-prealpha.14",
"eslint-plugin-formatjs": "2.12.7",
"jest": "26.6.3",
"rimraf": "3.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/src/__tests__/project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3api/test-project",
"version": "0.0.1-prealpha.13",
"version": "0.0.1-prealpha.14",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -10,8 +10,8 @@
"test:env:down": "w3 test-env down"
},
"devDependencies": {
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.13",
"@web3api/wasm-as": "0.0.1-prealpha.13",
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.14",
"@web3api/wasm-as": "0.0.1-prealpha.14",
"ethers": "5.0.8",
"js-yaml": "3.14.0"
}
Expand Down
20 changes: 10 additions & 10 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.13",
"version": "0.0.1-prealpha.14",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -25,12 +25,12 @@
},
"dependencies": {
"@msgpack/msgpack": "2.3.0",
"@web3api/core-js": "0.0.1-prealpha.13",
"@web3api/ens-plugin-js": "0.0.1-prealpha.13",
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.13",
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.13",
"@web3api/logger-plugin-js": "0.0.1-prealpha.13",
"@web3api/schema-parse": "0.0.1-prealpha.13",
"@web3api/core-js": "0.0.1-prealpha.14",
"@web3api/ens-plugin-js": "0.0.1-prealpha.14",
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.14",
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.14",
"@web3api/logger-plugin-js": "0.0.1-prealpha.14",
"@web3api/schema-parse": "0.0.1-prealpha.14",
"graphql": "15.5.0",
"js-yaml": "3.14.0",
"web-worker": "1.0.0"
Expand All @@ -39,9 +39,9 @@
"@types/jest": "26.0.8",
"@types/js-yaml": "3.11.1",
"@types/semver": "^7.3.4",
"@web3api/cli": "0.0.1-prealpha.13",
"@web3api/test-cases": "0.0.1-prealpha.13",
"@web3api/test-env-js": "0.0.1-prealpha.13",
"@web3api/cli": "0.0.1-prealpha.14",
"@web3api/test-cases": "0.0.1-prealpha.14",
"@web3api/test-env-js": "0.0.1-prealpha.14",
"jest": "26.6.3",
"rimraf": "3.0.2",
"ts-jest": "26.5.4",
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.13",
"version": "0.0.1-prealpha.14",
"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.13",
"@web3api/manifest-schema": "0.0.1-prealpha.14",
"graphql": "15.5.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.13",
"version": "0.0.1-prealpha.14",
"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.13",
"@web3api/core-js": "0.0.1-prealpha.14",
"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.13",
"version": "0.0.1-prealpha.14",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"@ethersproject/address": "5.0.7",
"@ethersproject/providers": "5.0.7",
"@web3api/core-js": "0.0.1-prealpha.13",
"@web3api/core-js": "0.0.1-prealpha.14",
"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.13",
"version": "0.0.1-prealpha.14",
"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.13",
"@web3api/core-js": "0.0.1-prealpha.14",
"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.13",
"version": "0.0.1-prealpha.14",
"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.13",
"@web3api/core-js": "0.0.1-prealpha.14",
"axios": "0.21.1"
},
"devDependencies": {
"@types/jest": "26.0.8",
"@web3api/client-js": "0.0.1-prealpha.13",
"@web3api/client-js": "0.0.1-prealpha.14",
"jest": "26.6.3",
"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.13",
"version": "0.0.1-prealpha.14",
"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.13",
"@web3api/core-js": "0.0.1-prealpha.14",
"cids": "^1.1.4",
"ipfs-http-client-lite": "0.3.0",
"is-ipfs": "1.0.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/js/plugins/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build",
"schema.graphql"
],
"version": "0.0.1-prealpha.13",
"version": "0.0.1-prealpha.14",
"main": "build/index.js",
"scripts": {
"build": "rimraf ./build && tsc --project tsconfig.build.json",
Expand All @@ -20,11 +20,11 @@
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@web3api/core-js": "0.0.1-prealpha.13"
"@web3api/core-js": "0.0.1-prealpha.14"
},
"devDependencies": {
"@types/jest": "26.0.8",
"@web3api/client-js": "0.0.1-prealpha.13",
"@web3api/client-js": "0.0.1-prealpha.14",
"jest": "26.6.3",
"rimraf": "3.0.2",
"ts-jest": "26.5.4",
Expand Down
12 changes: 6 additions & 6 deletions packages/js/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@web3api/react",
"description": "Web3API React Integration",
"version": "0.0.1-prealpha.13",
"version": "0.0.1-prealpha.14",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -21,16 +21,16 @@
"install:web3api": "npx web3api-worker-install ./"
},
"dependencies": {
"@web3api/client-js": "0.0.1-prealpha.13",
"@web3api/core-js": "0.0.1-prealpha.13"
"@web3api/client-js": "0.0.1-prealpha.14",
"@web3api/core-js": "0.0.1-prealpha.14"
},
"devDependencies": {
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^5.1.0",
"@types/jest": "26.0.8",
"@web3api/cli": "0.0.1-prealpha.13",
"@web3api/test-cases": "0.0.1-prealpha.13",
"@web3api/test-env-js": "0.0.1-prealpha.13",
"@web3api/cli": "0.0.1-prealpha.14",
"@web3api/test-cases": "0.0.1-prealpha.14",
"@web3api/test-env-js": "0.0.1-prealpha.14",
"jest": "26.6.3",
"jest-environment-jsdom": "^26.0.1",
"rimraf": "3.0.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/js/test-env/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@web3api/test-env-js",
"description": "Web3API Test Helpers",
"version": "0.0.1-prealpha.13",
"version": "0.0.1-prealpha.14",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -19,10 +19,10 @@
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@web3api/core-js": "0.0.1-prealpha.13",
"@web3api/ens-plugin-js": "0.0.1-prealpha.13",
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.13",
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.13",
"@web3api/core-js": "0.0.1-prealpha.14",
"@web3api/ens-plugin-js": "0.0.1-prealpha.14",
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.14",
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.14",
"axios": "0.21.1",
"spawn-command": "0.0.2-1"
},
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.13",
"version": "0.0.1-prealpha.14",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 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.13",
"version": "0.0.1-prealpha.14",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -20,13 +20,13 @@
"copy:templates": "copyfiles -u 1 src/**/*.mustache build/"
},
"dependencies": {
"@web3api/schema-parse": "0.0.1-prealpha.13",
"@web3api/schema-parse": "0.0.1-prealpha.14",
"mustache": "4.0.1"
},
"devDependencies": {
"@types/jest": "26.0.8",
"@types/mustache": "4.0.1",
"@web3api/test-cases": "0.0.1-prealpha.13",
"@web3api/test-cases": "0.0.1-prealpha.14",
"copyfiles": "2.4.1",
"jest": "26.6.3",
"rimraf": "3.0.2",
Expand Down
6 changes: 3 additions & 3 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.13",
"version": "0.0.1-prealpha.14",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -19,14 +19,14 @@
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@web3api/schema-parse": "0.0.1-prealpha.13",
"@web3api/schema-parse": "0.0.1-prealpha.14",
"graphql": "15.5.0",
"mustache": "4.0.1"
},
"devDependencies": {
"@types/jest": "26.0.8",
"@types/mustache": "4.0.1",
"@web3api/test-cases": "0.0.1-prealpha.13",
"@web3api/test-cases": "0.0.1-prealpha.14",
"jest": "26.6.3",
"rimraf": "3.0.2",
"ts-jest": "26.5.4",
Expand Down
4 changes: 2 additions & 2 deletions 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.13",
"version": "0.0.1-prealpha.14",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
"devDependencies": {
"@types/deep-equal": "1.0.1",
"@types/jest": "26.0.8",
"@web3api/test-cases": "0.0.1-prealpha.13",
"@web3api/test-cases": "0.0.1-prealpha.14",
"jest": "26.6.3",
"rimraf": "3.0.2",
"ts-jest": "26.5.4",
Expand Down
Loading