Skip to content

Commit

Permalink
Merge pull request #1308 from polywrap-build-bot/release/origin-0.9.0
Browse files Browse the repository at this point in the history
Polywrap Origin (0.9.0)
  • Loading branch information
dOrgJelli authored Oct 10, 2022
2 parents 1226e1d + b535de0 commit d0662d9
Show file tree
Hide file tree
Showing 50 changed files with 210 additions and 210 deletions.
38 changes: 19 additions & 19 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.8.0",
"version": "0.9.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,22 +40,22 @@
"@ethersproject/providers": "5.6.8",
"@ethersproject/wallet": "5.6.2",
"@formatjs/intl": "1.8.2",
"@polywrap/asyncify-js": "0.8.0",
"@polywrap/client-config-builder-js": "0.8.0",
"@polywrap/client-js": "0.8.0",
"@polywrap/core-js": "0.8.0",
"@polywrap/ens-resolver-plugin-js": "0.8.0",
"@polywrap/ethereum-plugin-js": "0.8.0",
"@polywrap/ipfs-plugin-js": "0.8.0",
"@polywrap/msgpack-js": "0.8.0",
"@polywrap/os-js": "0.8.0",
"@polywrap/polywrap-manifest-types-js": "0.8.0",
"@polywrap/schema-bind": "0.8.0",
"@polywrap/schema-compose": "0.8.0",
"@polywrap/schema-parse": "0.8.0",
"@polywrap/test-env-js": "0.8.0",
"@polywrap/wasm-js": "0.8.0",
"@polywrap/wrap-manifest-types-js": "0.8.0",
"@polywrap/asyncify-js": "0.9.0",
"@polywrap/client-config-builder-js": "0.9.0",
"@polywrap/client-js": "0.9.0",
"@polywrap/core-js": "0.9.0",
"@polywrap/ens-resolver-plugin-js": "0.9.0",
"@polywrap/ethereum-plugin-js": "0.9.0",
"@polywrap/ipfs-plugin-js": "0.9.0",
"@polywrap/msgpack-js": "0.9.0",
"@polywrap/os-js": "0.9.0",
"@polywrap/polywrap-manifest-types-js": "0.9.0",
"@polywrap/schema-bind": "0.9.0",
"@polywrap/schema-compose": "0.9.0",
"@polywrap/schema-parse": "0.9.0",
"@polywrap/test-env-js": "0.9.0",
"@polywrap/wasm-js": "0.9.0",
"@polywrap/wrap-manifest-types-js": "0.9.0",
"assemblyscript": "0.19.1",
"axios": "0.21.2",
"chalk": "4.1.0",
Expand All @@ -68,9 +68,9 @@
"form-data": "4.0.0",
"fs-extra": "9.0.1",
"ipfs-http-client": "48.1.3",
"jsonschema": "1.4.0",
"json-schema-ref-parser": "9.0.9",
"json-schema": "0.4.0",
"json-schema-ref-parser": "9.0.9",
"jsonschema": "1.4.0",
"mustache": "4.0.1",
"os-locale": "5.0.0",
"regex-parser": "2.2.11",
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.8.0",
"version": "0.9.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.8.0"
"polywrap": "0.9.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/interfaces/http/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polywrap/http-interface",
"description": "Polywrap Http Interface",
"version": "0.8.0",
"version": "0.9.0",
"scripts": {
"build": "node ../../../dependencies/node_modules/polywrap/bin/polywrap build",
"lint": "eslint --color -c ../../../.eslintrc.js .",
Expand All @@ -10,7 +10,7 @@
"deploy": "node ../../../dependencies/node_modules/polywrap/bin/polywrap deploy"
},
"devDependencies": {
"polywrap": "0.8.0"
"polywrap": "0.9.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.8.0",
"version": "0.9.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.8.0"
"polywrap": "0.9.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.8.0",
"version": "0.9.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.8.0"
"polywrap": "0.9.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.8.0",
"version": "0.9.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.8.0"
"polywrap": "0.9.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.8.0",
"version": "0.9.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
32 changes: 16 additions & 16 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.8.0",
"version": "0.9.0",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -19,21 +19,21 @@
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@polywrap/core-js": "0.8.0",
"@polywrap/ens-resolver-plugin-js": "0.8.0",
"@polywrap/ethereum-plugin-js": "0.8.0",
"@polywrap/fs-plugin-js": "0.8.0",
"@polywrap/fs-resolver-plugin-js": "0.8.0",
"@polywrap/http-plugin-js": "0.8.0",
"@polywrap/http-resolver-plugin-js": "0.8.0",
"@polywrap/ipfs-plugin-js": "0.8.0",
"@polywrap/ipfs-resolver-plugin-js": "0.8.0",
"@polywrap/logger-plugin-js": "0.8.0",
"@polywrap/tracing-js": "0.8.0",
"@polywrap/uri-resolver-extensions-js": "0.8.0",
"@polywrap/uri-resolvers-js": "0.8.0",
"@polywrap/wasm-js": "0.8.0",
"@polywrap/wrap-manifest-types-js": "0.8.0"
"@polywrap/core-js": "0.9.0",
"@polywrap/ens-resolver-plugin-js": "0.9.0",
"@polywrap/ethereum-plugin-js": "0.9.0",
"@polywrap/fs-plugin-js": "0.9.0",
"@polywrap/fs-resolver-plugin-js": "0.9.0",
"@polywrap/http-plugin-js": "0.9.0",
"@polywrap/http-resolver-plugin-js": "0.9.0",
"@polywrap/ipfs-plugin-js": "0.9.0",
"@polywrap/ipfs-resolver-plugin-js": "0.9.0",
"@polywrap/logger-plugin-js": "0.9.0",
"@polywrap/tracing-js": "0.9.0",
"@polywrap/uri-resolver-extensions-js": "0.9.0",
"@polywrap/uri-resolvers-js": "0.9.0",
"@polywrap/wasm-js": "0.9.0",
"@polywrap/wrap-manifest-types-js": "0.9.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.8.0",
"version": "0.9.0",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -21,37 +21,37 @@
"test:watch": "jest --watch --passWithNoTests --verbose --detectOpenHandles"
},
"dependencies": {
"@polywrap/asyncify-js": "0.8.0",
"@polywrap/client-config-builder-js": "0.8.0",
"@polywrap/core-js": "0.8.0",
"@polywrap/ens-resolver-plugin-js": "0.8.0",
"@polywrap/ethereum-plugin-js": "0.8.0",
"@polywrap/fs-plugin-js": "0.8.0",
"@polywrap/fs-resolver-plugin-js": "0.8.0",
"@polywrap/http-plugin-js": "0.8.0",
"@polywrap/http-resolver-plugin-js": "0.8.0",
"@polywrap/ipfs-plugin-js": "0.8.0",
"@polywrap/ipfs-resolver-plugin-js": "0.8.0",
"@polywrap/logger-plugin-js": "0.8.0",
"@polywrap/msgpack-js": "0.8.0",
"@polywrap/result": "0.8.0",
"@polywrap/schema-parse": "0.8.0",
"@polywrap/tracing-js": "0.8.0",
"@polywrap/uri-resolvers-js": "0.8.0",
"@polywrap/wrap-manifest-types-js": "0.8.0",
"@polywrap/asyncify-js": "0.9.0",
"@polywrap/client-config-builder-js": "0.9.0",
"@polywrap/core-js": "0.9.0",
"@polywrap/ens-resolver-plugin-js": "0.9.0",
"@polywrap/ethereum-plugin-js": "0.9.0",
"@polywrap/fs-plugin-js": "0.9.0",
"@polywrap/fs-resolver-plugin-js": "0.9.0",
"@polywrap/http-plugin-js": "0.9.0",
"@polywrap/http-resolver-plugin-js": "0.9.0",
"@polywrap/ipfs-plugin-js": "0.9.0",
"@polywrap/ipfs-resolver-plugin-js": "0.9.0",
"@polywrap/logger-plugin-js": "0.9.0",
"@polywrap/msgpack-js": "0.9.0",
"@polywrap/result": "0.9.0",
"@polywrap/schema-parse": "0.9.0",
"@polywrap/tracing-js": "0.9.0",
"@polywrap/uri-resolvers-js": "0.9.0",
"@polywrap/wrap-manifest-types-js": "0.9.0",
"graphql": "15.5.0",
"yaml": "2.1.3"
},
"devDependencies": {
"@polywrap/os-js": "0.8.0",
"@polywrap/test-cases": "0.8.0",
"@polywrap/test-env-js": "0.8.0",
"@polywrap/os-js": "0.9.0",
"@polywrap/test-cases": "0.9.0",
"@polywrap/test-env-js": "0.9.0",
"@types/jest": "26.0.8",
"@types/prettier": "2.6.0",
"@types/uuid": "8.3.0",
"bignumber.js": "9.0.2",
"jest": "26.6.3",
"polywrap": "0.8.0",
"polywrap": "0.9.0",
"rimraf": "3.0.2",
"ts-jest": "26.5.4",
"ts-loader": "8.0.17",
Expand Down
14 changes: 7 additions & 7 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.8.0",
"version": "0.9.0",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -19,19 +19,19 @@
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@polywrap/asyncify-js": "0.8.0",
"@polywrap/msgpack-js": "0.8.0",
"@polywrap/result": "0.8.0",
"@polywrap/tracing-js": "0.8.0",
"@polywrap/wrap-manifest-types-js": "0.8.0",
"@polywrap/asyncify-js": "0.9.0",
"@polywrap/msgpack-js": "0.9.0",
"@polywrap/result": "0.9.0",
"@polywrap/tracing-js": "0.9.0",
"@polywrap/wrap-manifest-types-js": "0.9.0",
"graphql": "15.5.0",
"graphql-tag": "2.10.4",
"jsonschema": "1.4.0",
"semver": "7.3.5",
"yaml": "2.1.3"
},
"devDependencies": {
"@polywrap/os-js": "0.8.0",
"@polywrap/os-js": "0.9.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.8.0",
"version": "0.9.0",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -16,13 +16,13 @@
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@polywrap/polywrap-manifest-schemas": "0.8.0",
"@polywrap/polywrap-manifest-schemas": "0.9.0",
"jsonschema": "1.4.0",
"semver": "7.3.5",
"yaml": "2.1.3"
},
"devDependencies": {
"@polywrap/os-js": "0.8.0",
"@polywrap/os-js": "0.9.0",
"@types/jest": "26.0.8",
"@types/mustache": "4.0.1",
"@types/prettier": "2.6.0",
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.8.0",
"version": "0.9.0",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -16,14 +16,14 @@
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@polywrap/msgpack-js": "0.8.0",
"@polywrap/msgpack-js": "0.9.0",
"json-schema-ref-parser": "9.0.9",
"jsonschema": "1.4.0",
"semver": "7.3.5"
},
"devDependencies": {
"@polywrap/os-js": "0.8.0",
"@polywrap/wrap-manifest-schemas": "0.8.0",
"@polywrap/os-js": "0.9.0",
"@polywrap/wrap-manifest-schemas": "0.9.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.8.0",
"version": "0.9.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.8.0",
"version": "0.9.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit d0662d9

Please sign in to comment.