Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polywrap 0.0.1-prealpha.89 #956

Merged
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
24 changes: 12 additions & 12 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "polywrap",
"description": "Polywrap CLI",
"version": "0.0.1-prealpha.88",
"version": "0.0.1-prealpha.89",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,17 +34,17 @@
"@ethersproject/providers": "5.6.8",
"@ethersproject/wallet": "5.6.2",
"@formatjs/intl": "1.8.2",
"@polywrap/asyncify-js": "0.0.1-prealpha.88",
"@polywrap/client-js": "0.0.1-prealpha.88",
"@polywrap/core-js": "0.0.1-prealpha.88",
"@polywrap/ens-plugin-js": "0.0.1-prealpha.88",
"@polywrap/ethereum-plugin-js": "0.0.1-prealpha.88",
"@polywrap/ipfs-plugin-js": "0.0.1-prealpha.88",
"@polywrap/os-js": "0.0.1-prealpha.88",
"@polywrap/schema-bind": "0.0.1-prealpha.88",
"@polywrap/schema-compose": "0.0.1-prealpha.88",
"@polywrap/schema-parse": "0.0.1-prealpha.88",
"@polywrap/test-env-js": "0.0.1-prealpha.88",
"@polywrap/asyncify-js": "0.0.1-prealpha.89",
"@polywrap/client-js": "0.0.1-prealpha.89",
"@polywrap/core-js": "0.0.1-prealpha.89",
"@polywrap/ens-plugin-js": "0.0.1-prealpha.89",
"@polywrap/ethereum-plugin-js": "0.0.1-prealpha.89",
"@polywrap/ipfs-plugin-js": "0.0.1-prealpha.89",
"@polywrap/os-js": "0.0.1-prealpha.89",
"@polywrap/schema-bind": "0.0.1-prealpha.89",
"@polywrap/schema-compose": "0.0.1-prealpha.89",
"@polywrap/schema-parse": "0.0.1-prealpha.89",
"@polywrap/test-env-js": "0.0.1-prealpha.89",
"assemblyscript": "0.19.1",
"axios": "0.21.2",
"chalk": "4.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core-interfaces/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "logger-interface",
"description": "Polywrap Logger Interface",
"private": true,
"version": "0.0.1-prealpha.88",
"version": "0.0.1-prealpha.89",
"scripts": {
"build": "npx polywrap build",
"lint": "eslint --color -c ../../../.eslintrc.js .",
Expand All @@ -11,6 +11,6 @@
"deploy": "npx polywrap build --ipfs http://localhost:5001"
},
"devDependencies": {
"polywrap": "0.0.1-prealpha.88"
"polywrap": "0.0.1-prealpha.89"
}
}
4 changes: 2 additions & 2 deletions packages/core-interfaces/uri-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "uri-resolver-interface",
"description": "URI Resolver Interface",
"private": true,
"version": "0.0.1-prealpha.88",
"version": "0.0.1-prealpha.89",
"scripts": {
"build": "npx polywrap build",
"lint": "eslint --color -c ../../../.eslintrc.js .",
Expand All @@ -11,6 +11,6 @@
"deploy": "npx polywrap build --ipfs http://localhost:5001"
},
"devDependencies": {
"polywrap": "0.0.1-prealpha.88"
"polywrap": "0.0.1-prealpha.89"
}
}
2 changes: 1 addition & 1 deletion packages/js/asyncify/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polywrap/asyncify-js",
"description": "Async Wasm Imports Support Using Asyncify",
"version": "0.0.1-prealpha.88",
"version": "0.0.1-prealpha.89",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
36 changes: 18 additions & 18 deletions packages/js/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polywrap/client-js",
"description": "Polywrap Javascript Client",
"version": "0.0.1-prealpha.88",
"version": "0.0.1-prealpha.89",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -21,34 +21,34 @@
"test:watch": "jest --watch --passWithNoTests --verbose --detectOpenHandles"
},
"dependencies": {
"@polywrap/asyncify-js": "0.0.1-prealpha.88",
"@polywrap/core-js": "0.0.1-prealpha.88",
"@polywrap/ens-plugin-js": "0.0.1-prealpha.88",
"@polywrap/ethereum-plugin-js": "0.0.1-prealpha.88",
"@polywrap/fs-plugin-js": "0.0.1-prealpha.88",
"@polywrap/graph-node-plugin-js": "0.0.1-prealpha.88",
"@polywrap/http-plugin-js": "0.0.1-prealpha.88",
"@polywrap/ipfs-plugin-js": "0.0.1-prealpha.88",
"@polywrap/logger-plugin-js": "0.0.1-prealpha.88",
"@polywrap/schema-parse": "0.0.1-prealpha.88",
"@polywrap/sha3-plugin-js": "0.0.1-prealpha.88",
"@polywrap/tracing-js": "0.0.1-prealpha.88",
"@polywrap/uts46-plugin-js": "0.0.1-prealpha.88",
"@polywrap/asyncify-js": "0.0.1-prealpha.89",
"@polywrap/core-js": "0.0.1-prealpha.89",
"@polywrap/ens-plugin-js": "0.0.1-prealpha.89",
"@polywrap/ethereum-plugin-js": "0.0.1-prealpha.89",
"@polywrap/fs-plugin-js": "0.0.1-prealpha.89",
"@polywrap/graph-node-plugin-js": "0.0.1-prealpha.89",
"@polywrap/http-plugin-js": "0.0.1-prealpha.89",
"@polywrap/ipfs-plugin-js": "0.0.1-prealpha.89",
"@polywrap/logger-plugin-js": "0.0.1-prealpha.89",
"@polywrap/schema-parse": "0.0.1-prealpha.89",
"@polywrap/sha3-plugin-js": "0.0.1-prealpha.89",
"@polywrap/tracing-js": "0.0.1-prealpha.89",
"@polywrap/uts46-plugin-js": "0.0.1-prealpha.89",
"graphql": "15.5.0",
"js-yaml": "3.14.0",
"uuid": "8.3.2"
},
"devDependencies": {
"@polywrap/os-js": "0.0.1-prealpha.88",
"@polywrap/test-cases": "0.0.1-prealpha.88",
"@polywrap/test-env-js": "0.0.1-prealpha.88",
"@polywrap/os-js": "0.0.1-prealpha.89",
"@polywrap/test-cases": "0.0.1-prealpha.89",
"@polywrap/test-env-js": "0.0.1-prealpha.89",
"@types/jest": "26.0.8",
"@types/js-yaml": "3.11.1",
"@types/prettier": "2.6.0",
"@types/uuid": "8.3.0",
"bignumber.js": "9.0.2",
"jest": "26.6.3",
"polywrap": "0.0.1-prealpha.88",
"polywrap": "0.0.1-prealpha.89",
"rimraf": "3.0.2",
"ts-jest": "26.5.4",
"ts-loader": "8.0.17",
Expand Down
8 changes: 4 additions & 4 deletions packages/js/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polywrap/core-js",
"description": "Polywrap Javascript Core",
"version": "0.0.1-prealpha.88",
"version": "0.0.1-prealpha.89",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -21,16 +21,16 @@
},
"dependencies": {
"@msgpack/msgpack": "2.7.2",
"@polywrap/manifest-schemas": "0.0.1-prealpha.88",
"@polywrap/tracing-js": "0.0.1-prealpha.88",
"@polywrap/manifest-schemas": "0.0.1-prealpha.89",
"@polywrap/tracing-js": "0.0.1-prealpha.89",
"graphql": "15.5.0",
"graphql-tag": "2.10.4",
"js-yaml": "3.14.0",
"jsonschema": "1.4.0",
"semver": "7.3.5"
},
"devDependencies": {
"@polywrap/os-js": "0.0.1-prealpha.88",
"@polywrap/os-js": "0.0.1-prealpha.89",
"@types/jest": "26.0.8",
"@types/prettier": "2.6.0",
"@types/semver": "7.3.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/js/os/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polywrap/os-js",
"description": "Polywrap Javascript OS Utilities",
"version": "0.0.1-prealpha.88",
"version": "0.0.1-prealpha.89",
"license": "MIT",
"repository": {
"type": "git",
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": "@polywrap/ens-plugin-js",
"description": "Polywrap ENS Javascript Plugin",
"version": "0.0.1-prealpha.88",
"version": "0.0.1-prealpha.89",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"@ethersproject/address": "5.0.7",
"@ethersproject/basex": "5.0.7",
"@polywrap/core-js": "0.0.1-prealpha.88",
"@polywrap/core-js": "0.0.1-prealpha.89",
"ethers": "5.0.7"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/js/plugins/ethereum/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polywrap/ethereum-plugin-js",
"description": "Polywrap Ethereum Javascript Plugin",
"version": "0.0.1-prealpha.88",
"version": "0.0.1-prealpha.89",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -22,14 +22,14 @@
"dependencies": {
"@ethersproject/address": "5.0.7",
"@ethersproject/providers": "5.0.7",
"@polywrap/core-js": "0.0.1-prealpha.88",
"@polywrap/core-js": "0.0.1-prealpha.89",
"ethers": "5.0.7"
},
"devDependencies": {
"@polywrap/client-js": "0.0.1-prealpha.88",
"@polywrap/ens-plugin-js": "0.0.1-prealpha.88",
"@polywrap/ipfs-plugin-js": "0.0.1-prealpha.88",
"@polywrap/test-env-js": "0.0.1-prealpha.88",
"@polywrap/client-js": "0.0.1-prealpha.89",
"@polywrap/ens-plugin-js": "0.0.1-prealpha.89",
"@polywrap/ipfs-plugin-js": "0.0.1-prealpha.89",
"@polywrap/test-env-js": "0.0.1-prealpha.89",
"@types/jest": "26.0.8",
"@types/prettier": "2.6.0",
"eth-ens-namehash": "2.0.8",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ethereum-js-plugin-integration-test",
"description": "Ethereum JS Plugin Integration Test",
"private": true,
"version": "0.0.1-prealpha.88",
"version": "0.0.1-prealpha.89",
"scripts": {
"build": "yarn build:polywrap",
"build:polywrap": "npx polywrap build",
Expand All @@ -11,7 +11,7 @@
"deploy": "npx polywrap deploy"
},
"dependencies": {
"@polywrap/wasm-as": "0.0.1-prealpha.88",
"@polywrap/wasm-as": "0.0.1-prealpha.89",
"assemblyscript": "0.19.5"
}
}
16 changes: 8 additions & 8 deletions packages/js/plugins/filesystem/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polywrap/fs-plugin-js",
"description": "Polywrap File System Javascript Plugin",
"version": "0.0.1-prealpha.88",
"version": "0.0.1-prealpha.89",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -20,15 +20,15 @@
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@polywrap/core-js": "0.0.1-prealpha.88"
"@polywrap/core-js": "0.0.1-prealpha.89"
},
"devDependencies": {
"@polywrap/client-js": "0.0.1-prealpha.88",
"@polywrap/ens-plugin-js": "0.0.1-prealpha.88",
"@polywrap/ethereum-plugin-js": "0.0.1-prealpha.88",
"@polywrap/ipfs-plugin-js": "0.0.1-prealpha.88",
"@polywrap/test-cases": "0.0.1-prealpha.88",
"@polywrap/test-env-js": "0.0.1-prealpha.88",
"@polywrap/client-js": "0.0.1-prealpha.89",
"@polywrap/ens-plugin-js": "0.0.1-prealpha.89",
"@polywrap/ethereum-plugin-js": "0.0.1-prealpha.89",
"@polywrap/ipfs-plugin-js": "0.0.1-prealpha.89",
"@polywrap/test-cases": "0.0.1-prealpha.89",
"@polywrap/test-env-js": "0.0.1-prealpha.89",
"@types/jest": "26.0.8",
"@types/prettier": "2.6.0",
"jest": "26.6.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/js/plugins/graph-node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polywrap/graph-node-plugin-js",
"description": "Polywrap Graph Node Javascript Plugin",
"version": "0.0.1-prealpha.88",
"version": "0.0.1-prealpha.89",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -20,15 +20,15 @@
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@polywrap/core-js": "0.0.1-prealpha.88",
"@polywrap/http-plugin-js": "0.0.1-prealpha.88",
"@polywrap/core-js": "0.0.1-prealpha.89",
"@polywrap/http-plugin-js": "0.0.1-prealpha.89",
"apollo-link": "1.2.14",
"apollo-link-http": "1.5.17",
"cross-fetch": "3.0.5",
"graphql-tag": "2.10.4"
},
"devDependencies": {
"@polywrap/client-js": "0.0.1-prealpha.88",
"@polywrap/client-js": "0.0.1-prealpha.89",
"@types/jest": "26.0.8",
"@types/prettier": "2.6.0",
"jest": "26.6.3",
Expand Down
12 changes: 6 additions & 6 deletions packages/js/plugins/http/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polywrap/http-plugin-js",
"description": "Polywrap HTTP Javascript Plugin",
"version": "0.0.1-prealpha.88",
"version": "0.0.1-prealpha.89",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -20,14 +20,14 @@
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@polywrap/core-js": "0.0.1-prealpha.88",
"@polywrap/core-js": "0.0.1-prealpha.89",
"axios": "0.21.4"
},
"devDependencies": {
"@polywrap/client-js": "0.0.1-prealpha.88",
"@polywrap/ens-plugin-js": "0.0.1-prealpha.88",
"@polywrap/ipfs-plugin-js": "0.0.1-prealpha.88",
"@polywrap/test-env-js": "0.0.1-prealpha.88",
"@polywrap/client-js": "0.0.1-prealpha.89",
"@polywrap/ens-plugin-js": "0.0.1-prealpha.89",
"@polywrap/ipfs-plugin-js": "0.0.1-prealpha.89",
"@polywrap/test-env-js": "0.0.1-prealpha.89",
"@types/jest": "26.0.8",
"@types/prettier": "2.6.0",
"jest": "26.6.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "http-js-plugin-integration-test",
"description": "HTTP JS Plugin Integration Test",
"private": true,
"version": "0.0.1-prealpha.88",
"version": "0.0.1-prealpha.89",
"scripts": {
"build": "yarn build:polywrap",
"build:polywrap": "npx polywrap build",
Expand All @@ -12,7 +12,7 @@
"deploy:polywrap": "npx polywrap build --ipfs http://localhost:5001 --test-ens simplestorage.eth"
},
"dependencies": {
"@polywrap/wasm-as": "0.0.1-prealpha.88",
"@polywrap/wasm-as": "0.0.1-prealpha.89",
"assemblyscript": "0.19.5"
}
}
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": "@polywrap/ipfs-plugin-js",
"description": "Polywrap IPFS Javascript Plugin",
"version": "0.0.1-prealpha.88",
"version": "0.0.1-prealpha.89",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@dorgjelli-test/ipfs-http-client-lite": "0.3.1",
"@polywrap/core-js": "0.0.1-prealpha.88",
"@polywrap/core-js": "0.0.1-prealpha.89",
"abort-controller": "3.0.0",
"cids": "^1.1.4",
"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 @@ -9,7 +9,7 @@
"files": [
"build"
],
"version": "0.0.1-prealpha.88",
"version": "0.0.1-prealpha.89",
"main": "build/index.js",
"scripts": {
"build": "rimraf ./build && yarn codegen && tsc --project tsconfig.build.json",
Expand All @@ -20,10 +20,10 @@
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@polywrap/core-js": "0.0.1-prealpha.88"
"@polywrap/core-js": "0.0.1-prealpha.89"
},
"devDependencies": {
"@polywrap/client-js": "0.0.1-prealpha.88",
"@polywrap/client-js": "0.0.1-prealpha.89",
"@types/jest": "26.0.8",
"@types/prettier": "2.6.0",
"jest": "26.6.3",
Expand Down
Loading