Skip to content

Commit

Permalink
Merge pull request #940 from polywrap-build-bot/release/0.0.1-prealph…
Browse files Browse the repository at this point in the history
…a.87

Polywrap 0.0.1-prealpha.87
  • Loading branch information
namesty authored Jun 21, 2022
2 parents 20e517c + 02dbf9f commit 78a7671
Show file tree
Hide file tree
Showing 19 changed files with 37 additions and 37 deletions.
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.86",
"version": "0.0.1-prealpha.87",
"license": "MIT",
"repository": {
"type": "git",
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.86",
"version": "0.0.1-prealpha.87",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -21,16 +21,16 @@
},
"dependencies": {
"@msgpack/msgpack": "2.7.2",
"@polywrap/manifest-schemas": "0.0.1-prealpha.86",
"@polywrap/tracing-js": "0.0.1-prealpha.86",
"@polywrap/manifest-schemas": "0.0.1-prealpha.87",
"@polywrap/tracing-js": "0.0.1-prealpha.87",
"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.86",
"@polywrap/os-js": "0.0.1-prealpha.87",
"@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.86",
"version": "0.0.1-prealpha.87",
"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.86",
"version": "0.0.1-prealpha.87",
"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.86",
"@polywrap/core-js": "0.0.1-prealpha.87",
"ethers": "5.0.7"
},
"devDependencies": {
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.86",
"version": "0.0.1-prealpha.87",
"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.86",
"@polywrap/wasm-as": "0.0.1-prealpha.87",
"assemblyscript": "0.19.5"
}
}
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.86",
"version": "0.0.1-prealpha.87",
"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.86",
"@polywrap/wasm-as": "0.0.1-prealpha.87",
"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.86",
"version": "0.0.1-prealpha.87",
"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.86",
"@polywrap/core-js": "0.0.1-prealpha.87",
"abort-controller": "3.0.0",
"cids": "^1.1.4",
"is-ipfs": "1.0.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/js/plugins/sha3/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polywrap/sha3-plugin-js",
"description": "Polywrap SHA3 Javascript Plugin",
"version": "0.0.1-prealpha.86",
"version": "0.0.1-prealpha.87",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@polywrap/core-js": "0.0.1-prealpha.86",
"@polywrap/core-js": "0.0.1-prealpha.87",
"js-sha3": "0.8.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/js/plugins/uts46/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polywrap/uts46-plugin-js",
"description": "Polywrap IDNA-UTS #46 Javascript Plugin",
"version": "0.0.1-prealpha.86",
"version": "0.0.1-prealpha.87",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@polywrap/core-js": "0.0.1-prealpha.86",
"@polywrap/core-js": "0.0.1-prealpha.87",
"idna-uts46-hx": "3.4.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/js/tracing/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polywrap/tracing-js",
"description": "Polywrap Core Tracing",
"version": "0.0.1-prealpha.86",
"version": "0.0.1-prealpha.87",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/js/validation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polywrap/package-validation",
"version": "0.0.1-prealpha.86",
"version": "0.0.1-prealpha.87",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -14,8 +14,8 @@
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@polywrap/core-js": "0.0.1-prealpha.86",
"@polywrap/schema-parse": "0.0.1-prealpha.86"
"@polywrap/core-js": "0.0.1-prealpha.87",
"@polywrap/schema-parse": "0.0.1-prealpha.87"
},
"devDependencies": {
"@types/jest": "26.0.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/manifest-schemas/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polywrap/manifest-schemas",
"description": "Polywrap Manifest Schemas",
"version": "0.0.1-prealpha.86",
"version": "0.0.1-prealpha.87",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions packages/schema/bind/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polywrap/schema-bind",
"description": "Polywrap Schema Binding",
"version": "0.0.1-prealpha.86",
"version": "0.0.1-prealpha.87",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -20,12 +20,12 @@
"copy:templates": "copyfiles -u 1 src/**/*.mustache build/"
},
"dependencies": {
"@polywrap/os-js": "0.0.1-prealpha.86",
"@polywrap/schema-parse": "0.0.1-prealpha.86",
"@polywrap/os-js": "0.0.1-prealpha.87",
"@polywrap/schema-parse": "0.0.1-prealpha.87",
"mustache": "4.0.1"
},
"devDependencies": {
"@polywrap/test-cases": "0.0.1-prealpha.86",
"@polywrap/test-cases": "0.0.1-prealpha.87",
"@types/jest": "26.0.8",
"@types/lodash": "4.14.178",
"@types/mustache": "4.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/schema/compose/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polywrap/schema-compose",
"description": "Polywrap Schema Composition",
"version": "0.0.1-prealpha.86",
"version": "0.0.1-prealpha.87",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -19,12 +19,12 @@
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@polywrap/schema-parse": "0.0.1-prealpha.86",
"@polywrap/schema-parse": "0.0.1-prealpha.87",
"graphql": "15.5.0",
"mustache": "4.0.1"
},
"devDependencies": {
"@polywrap/test-cases": "0.0.1-prealpha.86",
"@polywrap/test-cases": "0.0.1-prealpha.87",
"@types/jest": "26.0.8",
"@types/mustache": "4.0.1",
"@types/prettier": "2.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/schema/parse/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polywrap/schema-parse",
"description": "Polywrap Schema Parsing",
"version": "0.0.1-prealpha.86",
"version": "0.0.1-prealpha.87",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"graphql": "15.5.0"
},
"devDependencies": {
"@polywrap/test-cases": "0.0.1-prealpha.86",
"@polywrap/test-cases": "0.0.1-prealpha.87",
"@types/deep-equal": "1.0.1",
"@types/jest": "26.0.8",
"@types/prettier": "2.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/templates/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polywrap/templates",
"description": "Polywrap Templates",
"version": "0.0.1-prealpha.86",
"version": "0.0.1-prealpha.87",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/test-cases/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "@polywrap/test-cases",
"description": "Reusable Polywrap Test Cases",
"private": true,
"version": "0.0.1-prealpha.86",
"version": "0.0.1-prealpha.87",
"license": "MIT",
"main": "index.ts",
"dependencies": {
"@polywrap/os-js": "0.0.1-prealpha.86"
"@polywrap/os-js": "0.0.1-prealpha.87"
}
}
2 changes: 1 addition & 1 deletion packages/wasm/as/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polywrap/wasm-as",
"description": "Polywrap Assemblyscript Runtime",
"version": "0.0.1-prealpha.86",
"version": "0.0.1-prealpha.87",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm/rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polywrap-wasm-rs"
version = "0.0.1-prealpha.86"
version = "0.0.1-prealpha.87"
license = "MIT"
description = "Polywrap's Rust-Wasm Runtime"
homepage = "https://polywrap.io"
Expand Down

0 comments on commit 78a7671

Please sign in to comment.