Skip to content

Commit

Permalink
Merge pull request #1033 from polywrap-build-bot/release/origin-0.1.1
Browse files Browse the repository at this point in the history
Polywrap Origin (0.1.1)
  • Loading branch information
dOrgJelli authored Jul 7, 2022
2 parents 729693a + dfe4766 commit 9a9bcd4
Show file tree
Hide file tree
Showing 44 changed files with 158 additions and 158 deletions.
30 changes: 15 additions & 15 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.1.0",
"version": "0.1.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,20 +34,20 @@
"@ethersproject/providers": "5.6.8",
"@ethersproject/wallet": "5.6.2",
"@formatjs/intl": "1.8.2",
"@polywrap/asyncify-js": "0.1.0",
"@polywrap/client-js": "0.1.0",
"@polywrap/core-js": "0.1.0",
"@polywrap/ens-resolver-plugin-js": "0.1.0",
"@polywrap/ethereum-plugin-js": "0.1.0",
"@polywrap/ipfs-plugin-js": "0.1.0",
"@polywrap/msgpack-js": "0.1.0",
"@polywrap/os-js": "0.1.0",
"@polywrap/polywrap-manifest-types-js": "0.1.0",
"@polywrap/schema-bind": "0.1.0",
"@polywrap/schema-compose": "0.1.0",
"@polywrap/schema-parse": "0.1.0",
"@polywrap/test-env-js": "0.1.0",
"@polywrap/wrap-manifest-types-js": "0.1.0",
"@polywrap/asyncify-js": "0.1.1",
"@polywrap/client-js": "0.1.1",
"@polywrap/core-js": "0.1.1",
"@polywrap/ens-resolver-plugin-js": "0.1.1",
"@polywrap/ethereum-plugin-js": "0.1.1",
"@polywrap/ipfs-plugin-js": "0.1.1",
"@polywrap/msgpack-js": "0.1.1",
"@polywrap/os-js": "0.1.1",
"@polywrap/polywrap-manifest-types-js": "0.1.1",
"@polywrap/schema-bind": "0.1.1",
"@polywrap/schema-compose": "0.1.1",
"@polywrap/schema-parse": "0.1.1",
"@polywrap/test-env-js": "0.1.1",
"@polywrap/wrap-manifest-types-js": "0.1.1",
"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.1.0",
"version": "0.1.1",
"scripts": {
"build": "node ../../../dependencies/node_modules/polywrap/bin/polywrap build",
"lint": "eslint --color -c ../../../.eslintrc.js .",
Expand All @@ -10,7 +10,7 @@
"deploy": "npx polywrap deploy"
},
"devDependencies": {
"polywrap": "0.1.0"
"polywrap": "0.1.1"
},
"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.1.0",
"version": "0.1.1",
"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.1.0"
"polywrap": "0.1.1"
},
"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.1.0",
"version": "0.1.1",
"scripts": {
"build": "node ../../../dependencies/node_modules/polywrap/bin/polywrap build",
"lint": "eslint --color -c ../../../.eslintrc.js .",
Expand All @@ -10,7 +10,7 @@
"deploy": "npx polywrap deploy"
},
"devDependencies": {
"polywrap": "0.1.0"
"polywrap": "0.1.1"
},
"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.1.0",
"version": "0.1.1",
"scripts": {
"build": "node ../../../dependencies/node_modules/polywrap/bin/polywrap build",
"lint": "eslint --color -c ../../../.eslintrc.js .",
Expand All @@ -10,7 +10,7 @@
"deploy": "npx polywrap deploy"
},
"devDependencies": {
"polywrap": "0.1.0"
"polywrap": "0.1.1"
},
"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.1.0",
"version": "0.1.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
44 changes: 22 additions & 22 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.1.0",
"version": "0.1.1",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -21,38 +21,38 @@
"test:watch": "jest --watch --passWithNoTests --verbose --detectOpenHandles"
},
"dependencies": {
"@polywrap/asyncify-js": "0.1.0",
"@polywrap/core-js": "0.1.0",
"@polywrap/ens-resolver-plugin-js": "0.1.0",
"@polywrap/ethereum-plugin-js": "0.1.0",
"@polywrap/fs-plugin-js": "0.1.0",
"@polywrap/fs-resolver-plugin-js": "0.1.0",
"@polywrap/graph-node-plugin-js": "0.1.0",
"@polywrap/http-plugin-js": "0.1.0",
"@polywrap/ipfs-plugin-js": "0.1.0",
"@polywrap/ipfs-resolver-plugin-js": "0.1.0",
"@polywrap/logger-plugin-js": "0.1.0",
"@polywrap/msgpack-js": "0.1.0",
"@polywrap/schema-parse": "0.1.0",
"@polywrap/sha3-plugin-js": "0.1.0",
"@polywrap/tracing-js": "0.1.0",
"@polywrap/uts46-plugin-js": "0.1.0",
"@polywrap/wrap-manifest-types-js": "0.1.0",
"@polywrap/asyncify-js": "0.1.1",
"@polywrap/core-js": "0.1.1",
"@polywrap/ens-resolver-plugin-js": "0.1.1",
"@polywrap/ethereum-plugin-js": "0.1.1",
"@polywrap/fs-plugin-js": "0.1.1",
"@polywrap/fs-resolver-plugin-js": "0.1.1",
"@polywrap/graph-node-plugin-js": "0.1.1",
"@polywrap/http-plugin-js": "0.1.1",
"@polywrap/ipfs-plugin-js": "0.1.1",
"@polywrap/ipfs-resolver-plugin-js": "0.1.1",
"@polywrap/logger-plugin-js": "0.1.1",
"@polywrap/msgpack-js": "0.1.1",
"@polywrap/schema-parse": "0.1.1",
"@polywrap/sha3-plugin-js": "0.1.1",
"@polywrap/tracing-js": "0.1.1",
"@polywrap/uts46-plugin-js": "0.1.1",
"@polywrap/wrap-manifest-types-js": "0.1.1",
"graphql": "15.5.0",
"js-yaml": "3.14.0",
"uuid": "8.3.2"
},
"devDependencies": {
"@polywrap/os-js": "0.1.0",
"@polywrap/test-cases": "0.1.0",
"@polywrap/test-env-js": "0.1.0",
"@polywrap/os-js": "0.1.1",
"@polywrap/test-cases": "0.1.1",
"@polywrap/test-env-js": "0.1.1",
"@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.1.0",
"polywrap": "0.1.1",
"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.1.0",
"version": "0.1.1",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -19,16 +19,16 @@
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@polywrap/tracing-js": "0.1.0",
"@polywrap/wrap-manifest-types-js": "0.1.0",
"@polywrap/tracing-js": "0.1.1",
"@polywrap/wrap-manifest-types-js": "0.1.1",
"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.1.0",
"@polywrap/os-js": "0.1.1",
"@types/jest": "26.0.8",
"@types/prettier": "2.6.0",
"@types/semver": "7.3.8",
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.1.0",
"version": "0.1.1",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -16,13 +16,13 @@
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@polywrap/polywrap-manifest-schemas": "0.1.0",
"@polywrap/polywrap-manifest-schemas": "0.1.1",
"js-yaml": "3.14.0",
"jsonschema": "1.4.0",
"semver": "7.3.5"
},
"devDependencies": {
"@polywrap/os-js": "0.1.0",
"@polywrap/os-js": "0.1.1",
"@types/jest": "26.0.8",
"@types/js-yaml": "3.11.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.1.0",
"version": "0.1.1",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -16,13 +16,13 @@
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@polywrap/msgpack-js": "0.1.0",
"@polywrap/wrap-manifest-schemas": "0.1.0",
"@polywrap/msgpack-js": "0.1.1",
"@polywrap/wrap-manifest-schemas": "0.1.1",
"jsonschema": "1.4.0",
"semver": "7.3.5"
},
"devDependencies": {
"@polywrap/os-js": "0.1.0",
"@polywrap/os-js": "0.1.1",
"@types/jest": "26.0.8",
"@types/prettier": "2.6.0",
"jest": "26.6.3",
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.1.0",
"version": "0.1.1",
"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.1.0",
"version": "0.1.1",
"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.1.0",
"version": "0.1.1",
"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.1.0",
"@polywrap/core-js": "0.1.1",
"ethers": "5.0.7"
},
"devDependencies": {
"@polywrap/client-js": "0.1.0",
"@polywrap/ens-resolver-plugin-js": "0.1.0",
"@polywrap/ipfs-plugin-js": "0.1.0",
"@polywrap/test-env-js": "0.1.0",
"@polywrap/client-js": "0.1.1",
"@polywrap/ens-resolver-plugin-js": "0.1.1",
"@polywrap/ipfs-plugin-js": "0.1.1",
"@polywrap/test-env-js": "0.1.1",
"@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.1.0",
"version": "0.1.1",
"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.1.0",
"@polywrap/wasm-as": "0.1.1",
"assemblyscript": "0.19.5"
}
}
16 changes: 8 additions & 8 deletions packages/js/plugins/file-system/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.1.0",
"version": "0.1.1",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -20,15 +20,15 @@
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@polywrap/core-js": "0.1.0"
"@polywrap/core-js": "0.1.1"
},
"devDependencies": {
"@polywrap/client-js": "0.1.0",
"@polywrap/ens-resolver-plugin-js": "0.1.0",
"@polywrap/ethereum-plugin-js": "0.1.0",
"@polywrap/ipfs-plugin-js": "0.1.0",
"@polywrap/test-cases": "0.1.0",
"@polywrap/test-env-js": "0.1.0",
"@polywrap/client-js": "0.1.1",
"@polywrap/ens-resolver-plugin-js": "0.1.1",
"@polywrap/ethereum-plugin-js": "0.1.1",
"@polywrap/ipfs-plugin-js": "0.1.1",
"@polywrap/test-cases": "0.1.1",
"@polywrap/test-env-js": "0.1.1",
"@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.1.0",
"version": "0.1.1",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -20,15 +20,15 @@
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@polywrap/core-js": "0.1.0",
"@polywrap/http-plugin-js": "0.1.0",
"@polywrap/core-js": "0.1.1",
"@polywrap/http-plugin-js": "0.1.1",
"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.1.0",
"@polywrap/client-js": "0.1.1",
"@types/jest": "26.0.8",
"@types/prettier": "2.6.0",
"jest": "26.6.3",
Expand Down
Loading

0 comments on commit 9a9bcd4

Please sign in to comment.