Skip to content

Commit

Permalink
Merge pull request #1208 from polywrap-build-bot/release/origin-0.6.0
Browse files Browse the repository at this point in the history
Polywrap Origin (0.6.0)
  • Loading branch information
dOrgJelli authored Sep 2, 2022
2 parents 881ed76 + 01325c4 commit d2464c4
Show file tree
Hide file tree
Showing 47 changed files with 187 additions and 187 deletions.
32 changes: 16 additions & 16 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.5.0",
"version": "0.6.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -38,21 +38,21 @@
"@ethersproject/providers": "5.6.8",
"@ethersproject/wallet": "5.6.2",
"@formatjs/intl": "1.8.2",
"@polywrap/asyncify-js": "0.5.0",
"@polywrap/client-config-builder-js": "0.5.0",
"@polywrap/client-js": "0.5.0",
"@polywrap/core-js": "0.5.0",
"@polywrap/ens-resolver-plugin-js": "0.5.0",
"@polywrap/ethereum-plugin-js": "0.5.0",
"@polywrap/ipfs-plugin-js": "0.5.0",
"@polywrap/msgpack-js": "0.5.0",
"@polywrap/os-js": "0.5.0",
"@polywrap/polywrap-manifest-types-js": "0.5.0",
"@polywrap/schema-bind": "0.5.0",
"@polywrap/schema-compose": "0.5.0",
"@polywrap/schema-parse": "0.5.0",
"@polywrap/test-env-js": "0.5.0",
"@polywrap/wrap-manifest-types-js": "0.5.0",
"@polywrap/asyncify-js": "0.6.0",
"@polywrap/client-config-builder-js": "0.6.0",
"@polywrap/client-js": "0.6.0",
"@polywrap/core-js": "0.6.0",
"@polywrap/ens-resolver-plugin-js": "0.6.0",
"@polywrap/ethereum-plugin-js": "0.6.0",
"@polywrap/ipfs-plugin-js": "0.6.0",
"@polywrap/msgpack-js": "0.6.0",
"@polywrap/os-js": "0.6.0",
"@polywrap/polywrap-manifest-types-js": "0.6.0",
"@polywrap/schema-bind": "0.6.0",
"@polywrap/schema-compose": "0.6.0",
"@polywrap/schema-parse": "0.6.0",
"@polywrap/test-env-js": "0.6.0",
"@polywrap/wrap-manifest-types-js": "0.6.0",
"assemblyscript": "0.19.1",
"axios": "0.21.2",
"chalk": "4.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/interfaces/file-system/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polywrap/file-system-interface",
"description": "Polywrap Filesystem Interface",
"version": "0.5.0",
"version": "0.6.0",
"scripts": {
"build": "node ../../../dependencies/node_modules/polywrap/bin/polywrap build",
"build:patch": "node ../../cli/bin/polywrap build",
Expand All @@ -11,7 +11,7 @@
"deploy": "npx polywrap deploy"
},
"devDependencies": {
"polywrap": "0.5.0"
"polywrap": "0.6.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/interfaces/ipfs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polywrap/ipfs-interface",
"description": "Polywrap Ipfs Interface",
"version": "0.5.0",
"version": "0.6.0",
"scripts": {
"build": "node ../../../dependencies/node_modules/polywrap/bin/polywrap build",
"build:patch": "node ../../cli/bin/polywrap build",
Expand All @@ -11,7 +11,7 @@
"deploy": "node ../../../dependencies/node_modules/polywrap/bin/polywrap deploy"
},
"devDependencies": {
"polywrap": "0.5.0"
"polywrap": "0.6.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/interfaces/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polywrap/logger-interface",
"description": "Polywrap Logger Interface",
"version": "0.5.0",
"version": "0.6.0",
"scripts": {
"build": "node ../../../dependencies/node_modules/polywrap/bin/polywrap build",
"build:patch": "node ../../cli/bin/polywrap build",
Expand All @@ -11,7 +11,7 @@
"deploy": "npx polywrap deploy"
},
"devDependencies": {
"polywrap": "0.5.0"
"polywrap": "0.6.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/interfaces/uri-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polywrap/uri-resolver-interface",
"description": "URI Resolver Interface",
"version": "0.5.0",
"version": "0.6.0",
"scripts": {
"build": "node ../../../dependencies/node_modules/polywrap/bin/polywrap build",
"build:patch": "node ../../cli/bin/polywrap build",
Expand All @@ -11,7 +11,7 @@
"deploy": "npx polywrap deploy"
},
"devDependencies": {
"polywrap": "0.5.0"
"polywrap": "0.6.0"
},
"publishConfig": {
"access": "public"
Expand Down
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.5.0",
"version": "0.6.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
30 changes: 15 additions & 15 deletions packages/js/client-config-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polywrap/client-config-builder-js",
"description": "Polywrap Javascript Client configuration",
"version": "0.5.0",
"version": "0.6.0",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -19,20 +19,20 @@
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@polywrap/core-js": "0.5.0",
"@polywrap/ens-resolver-plugin-js": "0.5.0",
"@polywrap/ethereum-plugin-js": "0.5.0",
"@polywrap/fs-plugin-js": "0.5.0",
"@polywrap/fs-resolver-plugin-js": "0.5.0",
"@polywrap/graph-node-plugin-js": "0.5.0",
"@polywrap/http-plugin-js": "0.5.0",
"@polywrap/ipfs-plugin-js": "0.5.0",
"@polywrap/ipfs-resolver-plugin-js": "0.5.0",
"@polywrap/logger-plugin-js": "0.5.0",
"@polywrap/sha3-plugin-js": "0.5.0",
"@polywrap/tracing-js": "0.5.0",
"@polywrap/uts46-plugin-js": "0.5.0",
"@polywrap/wrap-manifest-types-js": "0.5.0"
"@polywrap/core-js": "0.6.0",
"@polywrap/ens-resolver-plugin-js": "0.6.0",
"@polywrap/ethereum-plugin-js": "0.6.0",
"@polywrap/fs-plugin-js": "0.6.0",
"@polywrap/fs-resolver-plugin-js": "0.6.0",
"@polywrap/graph-node-plugin-js": "0.6.0",
"@polywrap/http-plugin-js": "0.6.0",
"@polywrap/ipfs-plugin-js": "0.6.0",
"@polywrap/ipfs-resolver-plugin-js": "0.6.0",
"@polywrap/logger-plugin-js": "0.6.0",
"@polywrap/sha3-plugin-js": "0.6.0",
"@polywrap/tracing-js": "0.6.0",
"@polywrap/uts46-plugin-js": "0.6.0",
"@polywrap/wrap-manifest-types-js": "0.6.0"
},
"devDependencies": {
"@types/jest": "26.0.8",
Expand Down
46 changes: 23 additions & 23 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.5.0",
"version": "0.6.0",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -21,39 +21,39 @@
"test:watch": "jest --watch --passWithNoTests --verbose --detectOpenHandles"
},
"dependencies": {
"@polywrap/asyncify-js": "0.5.0",
"@polywrap/client-config-builder-js": "0.5.0",
"@polywrap/core-js": "0.5.0",
"@polywrap/ens-resolver-plugin-js": "0.5.0",
"@polywrap/ethereum-plugin-js": "0.5.0",
"@polywrap/fs-plugin-js": "0.5.0",
"@polywrap/fs-resolver-plugin-js": "0.5.0",
"@polywrap/graph-node-plugin-js": "0.5.0",
"@polywrap/http-plugin-js": "0.5.0",
"@polywrap/ipfs-plugin-js": "0.5.0",
"@polywrap/ipfs-resolver-plugin-js": "0.5.0",
"@polywrap/logger-plugin-js": "0.5.0",
"@polywrap/msgpack-js": "0.5.0",
"@polywrap/schema-parse": "0.5.0",
"@polywrap/sha3-plugin-js": "0.5.0",
"@polywrap/tracing-js": "0.5.0",
"@polywrap/uts46-plugin-js": "0.5.0",
"@polywrap/wrap-manifest-types-js": "0.5.0",
"@polywrap/asyncify-js": "0.6.0",
"@polywrap/client-config-builder-js": "0.6.0",
"@polywrap/core-js": "0.6.0",
"@polywrap/ens-resolver-plugin-js": "0.6.0",
"@polywrap/ethereum-plugin-js": "0.6.0",
"@polywrap/fs-plugin-js": "0.6.0",
"@polywrap/fs-resolver-plugin-js": "0.6.0",
"@polywrap/graph-node-plugin-js": "0.6.0",
"@polywrap/http-plugin-js": "0.6.0",
"@polywrap/ipfs-plugin-js": "0.6.0",
"@polywrap/ipfs-resolver-plugin-js": "0.6.0",
"@polywrap/logger-plugin-js": "0.6.0",
"@polywrap/msgpack-js": "0.6.0",
"@polywrap/schema-parse": "0.6.0",
"@polywrap/sha3-plugin-js": "0.6.0",
"@polywrap/tracing-js": "0.6.0",
"@polywrap/uts46-plugin-js": "0.6.0",
"@polywrap/wrap-manifest-types-js": "0.6.0",
"graphql": "15.5.0",
"js-yaml": "3.14.0",
"uuid": "8.3.2"
},
"devDependencies": {
"@polywrap/os-js": "0.5.0",
"@polywrap/test-cases": "0.5.0",
"@polywrap/test-env-js": "0.5.0",
"@polywrap/os-js": "0.6.0",
"@polywrap/test-cases": "0.6.0",
"@polywrap/test-env-js": "0.6.0",
"@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.5.0",
"polywrap": "0.6.0",
"rimraf": "3.0.2",
"ts-jest": "26.5.4",
"ts-loader": "8.0.17",
Expand Down
12 changes: 6 additions & 6 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.5.0",
"version": "0.6.0",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -19,18 +19,18 @@
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@polywrap/asyncify-js": "0.5.0",
"@polywrap/msgpack-js": "0.5.0",
"@polywrap/tracing-js": "0.5.0",
"@polywrap/wrap-manifest-types-js": "0.5.0",
"@polywrap/asyncify-js": "0.6.0",
"@polywrap/msgpack-js": "0.6.0",
"@polywrap/tracing-js": "0.6.0",
"@polywrap/wrap-manifest-types-js": "0.6.0",
"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.5.0",
"@polywrap/os-js": "0.6.0",
"@types/jest": "26.0.8",
"@types/mustache": "4.0.1",
"@types/prettier": "2.6.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/js/manifests/polywrap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polywrap/polywrap-manifest-types-js",
"description": "Polywrap Manifest TypeScript Typings",
"version": "0.5.0",
"version": "0.6.0",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -16,13 +16,13 @@
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@polywrap/polywrap-manifest-schemas": "0.5.0",
"@polywrap/polywrap-manifest-schemas": "0.6.0",
"js-yaml": "3.14.0",
"jsonschema": "1.4.0",
"semver": "7.3.5"
},
"devDependencies": {
"@polywrap/os-js": "0.5.0",
"@polywrap/os-js": "0.6.0",
"@types/jest": "26.0.8",
"@types/js-yaml": "3.11.1",
"@types/mustache": "4.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/js/manifests/wrap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polywrap/wrap-manifest-types-js",
"description": "WRAP Manifest TypeScript Typings",
"version": "0.5.0",
"version": "0.6.0",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -16,14 +16,14 @@
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@polywrap/msgpack-js": "0.5.0",
"@polywrap/msgpack-js": "0.6.0",
"json-schema-ref-parser": "9.0.9",
"jsonschema": "1.4.0",
"semver": "7.3.5"
},
"devDependencies": {
"@polywrap/os-js": "0.5.0",
"@polywrap/wrap-manifest-schemas": "0.5.0",
"@polywrap/os-js": "0.6.0",
"@polywrap/wrap-manifest-schemas": "0.6.0",
"@types/jest": "26.0.8",
"@types/mustache": "4.0.1",
"@types/prettier": "2.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/js/msgpack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polywrap/msgpack-js",
"description": "WRAP MsgPack Encoding",
"version": "0.5.0",
"version": "0.6.0",
"license": "MIT",
"repository": {
"type": "git",
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.5.0",
"version": "0.6.0",
"license": "MIT",
"repository": {
"type": "git",
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.5.0",
"version": "0.6.0",
"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.5.0",
"@polywrap/core-js": "0.6.0",
"ethers": "5.0.7"
},
"devDependencies": {
"@polywrap/client-js": "0.5.0",
"@polywrap/ens-resolver-plugin-js": "0.5.0",
"@polywrap/ipfs-plugin-js": "0.5.0",
"@polywrap/test-env-js": "0.5.0",
"@polywrap/client-js": "0.6.0",
"@polywrap/ens-resolver-plugin-js": "0.6.0",
"@polywrap/ipfs-plugin-js": "0.6.0",
"@polywrap/test-env-js": "0.6.0",
"@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.5.0",
"version": "0.6.0",
"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.5.0",
"@polywrap/wasm-as": "0.6.0",
"assemblyscript": "0.19.5"
}
}
Loading

0 comments on commit d2464c4

Please sign in to comment.