Skip to content

Commit

Permalink
Merge pull request #1020 from polywrap-build-bot/release/0.0.1-prealp…
Browse files Browse the repository at this point in the history
…ha.93

Polywrap 0.0.1-prealpha.93
  • Loading branch information
dOrgJelli authored Jul 6, 2022
2 parents effc21c + 5530caa commit 9bbc5f3
Show file tree
Hide file tree
Showing 43 changed files with 157 additions and 157 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.0.1-prealpha.92",
"version": "0.0.1-prealpha.93",
"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.0.1-prealpha.92",
"@polywrap/client-js": "0.0.1-prealpha.92",
"@polywrap/core-js": "0.0.1-prealpha.92",
"@polywrap/ens-resolver-plugin-js": "0.0.1-prealpha.92",
"@polywrap/ethereum-plugin-js": "0.0.1-prealpha.92",
"@polywrap/ipfs-plugin-js": "0.0.1-prealpha.92",
"@polywrap/msgpack-js": "0.0.1-prealpha.92",
"@polywrap/os-js": "0.0.1-prealpha.92",
"@polywrap/polywrap-manifest-types-js": "0.0.1-prealpha.92",
"@polywrap/schema-bind": "0.0.1-prealpha.92",
"@polywrap/schema-compose": "0.0.1-prealpha.92",
"@polywrap/schema-parse": "0.0.1-prealpha.92",
"@polywrap/test-env-js": "0.0.1-prealpha.92",
"@polywrap/wrap-manifest-types-js": "0.0.1-prealpha.92",
"@polywrap/asyncify-js": "0.0.1-prealpha.93",
"@polywrap/client-js": "0.0.1-prealpha.93",
"@polywrap/core-js": "0.0.1-prealpha.93",
"@polywrap/ens-resolver-plugin-js": "0.0.1-prealpha.93",
"@polywrap/ethereum-plugin-js": "0.0.1-prealpha.93",
"@polywrap/ipfs-plugin-js": "0.0.1-prealpha.93",
"@polywrap/msgpack-js": "0.0.1-prealpha.93",
"@polywrap/os-js": "0.0.1-prealpha.93",
"@polywrap/polywrap-manifest-types-js": "0.0.1-prealpha.93",
"@polywrap/schema-bind": "0.0.1-prealpha.93",
"@polywrap/schema-compose": "0.0.1-prealpha.93",
"@polywrap/schema-parse": "0.0.1-prealpha.93",
"@polywrap/test-env-js": "0.0.1-prealpha.93",
"@polywrap/wrap-manifest-types-js": "0.0.1-prealpha.93",
"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.0.1-prealpha.92",
"version": "0.0.1-prealpha.93",
"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.0.1-prealpha.92"
"polywrap": "0.0.1-prealpha.93"
},
"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.0.1-prealpha.92",
"version": "0.0.1-prealpha.93",
"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.0.1-prealpha.92"
"polywrap": "0.0.1-prealpha.93"
},
"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.0.1-prealpha.92",
"version": "0.0.1-prealpha.93",
"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.0.1-prealpha.92"
"polywrap": "0.0.1-prealpha.93"
},
"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.0.1-prealpha.92",
"version": "0.0.1-prealpha.93",
"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.0.1-prealpha.92"
"polywrap": "0.0.1-prealpha.93"
},
"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.0.1-prealpha.92",
"version": "0.0.1-prealpha.93",
"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.0.1-prealpha.92",
"version": "0.0.1-prealpha.93",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -21,38 +21,38 @@
"test:watch": "jest --watch --passWithNoTests --verbose --detectOpenHandles"
},
"dependencies": {
"@polywrap/asyncify-js": "0.0.1-prealpha.92",
"@polywrap/core-js": "0.0.1-prealpha.92",
"@polywrap/ens-resolver-plugin-js": "0.0.1-prealpha.92",
"@polywrap/ethereum-plugin-js": "0.0.1-prealpha.92",
"@polywrap/fs-plugin-js": "0.0.1-prealpha.92",
"@polywrap/fs-resolver-plugin-js": "0.0.1-prealpha.92",
"@polywrap/graph-node-plugin-js": "0.0.1-prealpha.92",
"@polywrap/http-plugin-js": "0.0.1-prealpha.92",
"@polywrap/ipfs-plugin-js": "0.0.1-prealpha.92",
"@polywrap/ipfs-resolver-plugin-js": "0.0.1-prealpha.92",
"@polywrap/logger-plugin-js": "0.0.1-prealpha.92",
"@polywrap/schema-parse": "0.0.1-prealpha.92",
"@polywrap/sha3-plugin-js": "0.0.1-prealpha.92",
"@polywrap/tracing-js": "0.0.1-prealpha.92",
"@polywrap/uts46-plugin-js": "0.0.1-prealpha.92",
"@polywrap/msgpack-js": "0.0.1-prealpha.92",
"@polywrap/wrap-manifest-types-js": "0.0.1-prealpha.92",
"@polywrap/asyncify-js": "0.0.1-prealpha.93",
"@polywrap/core-js": "0.0.1-prealpha.93",
"@polywrap/ens-resolver-plugin-js": "0.0.1-prealpha.93",
"@polywrap/ethereum-plugin-js": "0.0.1-prealpha.93",
"@polywrap/fs-plugin-js": "0.0.1-prealpha.93",
"@polywrap/fs-resolver-plugin-js": "0.0.1-prealpha.93",
"@polywrap/graph-node-plugin-js": "0.0.1-prealpha.93",
"@polywrap/http-plugin-js": "0.0.1-prealpha.93",
"@polywrap/ipfs-plugin-js": "0.0.1-prealpha.93",
"@polywrap/ipfs-resolver-plugin-js": "0.0.1-prealpha.93",
"@polywrap/logger-plugin-js": "0.0.1-prealpha.93",
"@polywrap/msgpack-js": "0.0.1-prealpha.93",
"@polywrap/schema-parse": "0.0.1-prealpha.93",
"@polywrap/sha3-plugin-js": "0.0.1-prealpha.93",
"@polywrap/tracing-js": "0.0.1-prealpha.93",
"@polywrap/uts46-plugin-js": "0.0.1-prealpha.93",
"@polywrap/wrap-manifest-types-js": "0.0.1-prealpha.93",
"graphql": "15.5.0",
"js-yaml": "3.14.0",
"uuid": "8.3.2"
},
"devDependencies": {
"@polywrap/os-js": "0.0.1-prealpha.92",
"@polywrap/test-cases": "0.0.1-prealpha.92",
"@polywrap/test-env-js": "0.0.1-prealpha.92",
"@polywrap/os-js": "0.0.1-prealpha.93",
"@polywrap/test-cases": "0.0.1-prealpha.93",
"@polywrap/test-env-js": "0.0.1-prealpha.93",
"@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.92",
"polywrap": "0.0.1-prealpha.93",
"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.92",
"version": "0.0.1-prealpha.93",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -19,16 +19,16 @@
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@polywrap/tracing-js": "0.0.1-prealpha.92",
"@polywrap/wrap-manifest-types-js": "0.0.1-prealpha.92",
"@polywrap/tracing-js": "0.0.1-prealpha.93",
"@polywrap/wrap-manifest-types-js": "0.0.1-prealpha.93",
"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.92",
"@polywrap/os-js": "0.0.1-prealpha.93",
"@types/jest": "26.0.8",
"@types/prettier": "2.6.0",
"@types/semver": "7.3.8",
Expand Down
10 changes: 5 additions & 5 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.0.1-prealpha.92",
"version": "0.0.1-prealpha.93",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -16,16 +16,16 @@
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@polywrap/polywrap-manifest-schemas": "0.0.1-prealpha.92",
"jsonschema": "1.4.0",
"@polywrap/polywrap-manifest-schemas": "0.0.1-prealpha.93",
"js-yaml": "3.14.0",
"jsonschema": "1.4.0",
"semver": "7.3.5"
},
"devDependencies": {
"@polywrap/os-js": "0.0.1-prealpha.92",
"@polywrap/os-js": "0.0.1-prealpha.93",
"@types/jest": "26.0.8",
"@types/prettier": "2.6.0",
"@types/js-yaml": "3.11.1",
"@types/prettier": "2.6.0",
"jest": "26.6.3",
"json-schema-to-typescript": "10.1.3",
"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.0.1-prealpha.92",
"version": "0.0.1-prealpha.93",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -16,13 +16,13 @@
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@polywrap/msgpack-js": "0.0.1-prealpha.92",
"@polywrap/wrap-manifest-schemas": "0.0.1-prealpha.92",
"@polywrap/msgpack-js": "0.0.1-prealpha.93",
"@polywrap/wrap-manifest-schemas": "0.0.1-prealpha.93",
"jsonschema": "1.4.0",
"semver": "7.3.5"
},
"devDependencies": {
"@polywrap/os-js": "0.0.1-prealpha.92",
"@polywrap/os-js": "0.0.1-prealpha.93",
"@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.0.1-prealpha.92",
"version": "0.0.1-prealpha.93",
"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.0.1-prealpha.92",
"version": "0.0.1-prealpha.93",
"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.0.1-prealpha.92",
"version": "0.0.1-prealpha.93",
"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.92",
"@polywrap/core-js": "0.0.1-prealpha.93",
"ethers": "5.0.7"
},
"devDependencies": {
"@polywrap/client-js": "0.0.1-prealpha.92",
"@polywrap/ens-resolver-plugin-js": "0.0.1-prealpha.92",
"@polywrap/ipfs-plugin-js": "0.0.1-prealpha.92",
"@polywrap/test-env-js": "0.0.1-prealpha.92",
"@polywrap/client-js": "0.0.1-prealpha.93",
"@polywrap/ens-resolver-plugin-js": "0.0.1-prealpha.93",
"@polywrap/ipfs-plugin-js": "0.0.1-prealpha.93",
"@polywrap/test-env-js": "0.0.1-prealpha.93",
"@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.92",
"version": "0.0.1-prealpha.93",
"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.92",
"@polywrap/wasm-as": "0.0.1-prealpha.93",
"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.0.1-prealpha.92",
"version": "0.0.1-prealpha.93",
"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.92"
"@polywrap/core-js": "0.0.1-prealpha.93"
},
"devDependencies": {
"@polywrap/client-js": "0.0.1-prealpha.92",
"@polywrap/ens-resolver-plugin-js": "0.0.1-prealpha.92",
"@polywrap/ethereum-plugin-js": "0.0.1-prealpha.92",
"@polywrap/ipfs-plugin-js": "0.0.1-prealpha.92",
"@polywrap/test-cases": "0.0.1-prealpha.92",
"@polywrap/test-env-js": "0.0.1-prealpha.92",
"@polywrap/client-js": "0.0.1-prealpha.93",
"@polywrap/ens-resolver-plugin-js": "0.0.1-prealpha.93",
"@polywrap/ethereum-plugin-js": "0.0.1-prealpha.93",
"@polywrap/ipfs-plugin-js": "0.0.1-prealpha.93",
"@polywrap/test-cases": "0.0.1-prealpha.93",
"@polywrap/test-env-js": "0.0.1-prealpha.93",
"@types/jest": "26.0.8",
"@types/prettier": "2.6.0",
"jest": "26.6.3",
Expand Down
Loading

0 comments on commit 9bbc5f3

Please sign in to comment.