Skip to content

Commit 78a7671

Browse files
authored
Merge pull request #940 from polywrap-build-bot/release/0.0.1-prealpha.87
Polywrap 0.0.1-prealpha.87
2 parents 20e517c + 02dbf9f commit 78a7671

File tree

19 files changed

+37
-37
lines changed

19 files changed

+37
-37
lines changed

packages/js/asyncify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polywrap/asyncify-js",
33
"description": "Async Wasm Imports Support Using Asyncify",
4-
"version": "0.0.1-prealpha.86",
4+
"version": "0.0.1-prealpha.87",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/js/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polywrap/core-js",
33
"description": "Polywrap Javascript Core",
4-
"version": "0.0.1-prealpha.86",
4+
"version": "0.0.1-prealpha.87",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -21,16 +21,16 @@
2121
},
2222
"dependencies": {
2323
"@msgpack/msgpack": "2.7.2",
24-
"@polywrap/manifest-schemas": "0.0.1-prealpha.86",
25-
"@polywrap/tracing-js": "0.0.1-prealpha.86",
24+
"@polywrap/manifest-schemas": "0.0.1-prealpha.87",
25+
"@polywrap/tracing-js": "0.0.1-prealpha.87",
2626
"graphql": "15.5.0",
2727
"graphql-tag": "2.10.4",
2828
"js-yaml": "3.14.0",
2929
"jsonschema": "1.4.0",
3030
"semver": "7.3.5"
3131
},
3232
"devDependencies": {
33-
"@polywrap/os-js": "0.0.1-prealpha.86",
33+
"@polywrap/os-js": "0.0.1-prealpha.87",
3434
"@types/jest": "26.0.8",
3535
"@types/prettier": "2.6.0",
3636
"@types/semver": "7.3.8",

packages/js/os/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polywrap/os-js",
33
"description": "Polywrap Javascript OS Utilities",
4-
"version": "0.0.1-prealpha.86",
4+
"version": "0.0.1-prealpha.87",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/js/plugins/ens/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polywrap/ens-plugin-js",
33
"description": "Polywrap ENS Javascript Plugin",
4-
"version": "0.0.1-prealpha.86",
4+
"version": "0.0.1-prealpha.87",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"@ethersproject/address": "5.0.7",
2424
"@ethersproject/basex": "5.0.7",
25-
"@polywrap/core-js": "0.0.1-prealpha.86",
25+
"@polywrap/core-js": "0.0.1-prealpha.87",
2626
"ethers": "5.0.7"
2727
},
2828
"devDependencies": {

packages/js/plugins/ethereum/src/__tests__/integration/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ethereum-js-plugin-integration-test",
33
"description": "Ethereum JS Plugin Integration Test",
44
"private": true,
5-
"version": "0.0.1-prealpha.86",
5+
"version": "0.0.1-prealpha.87",
66
"scripts": {
77
"build": "yarn build:polywrap",
88
"build:polywrap": "npx polywrap build",
@@ -11,7 +11,7 @@
1111
"deploy": "npx polywrap deploy"
1212
},
1313
"dependencies": {
14-
"@polywrap/wasm-as": "0.0.1-prealpha.86",
14+
"@polywrap/wasm-as": "0.0.1-prealpha.87",
1515
"assemblyscript": "0.19.5"
1616
}
1717
}

packages/js/plugins/http/src/__tests__/e2e/integration/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "http-js-plugin-integration-test",
33
"description": "HTTP JS Plugin Integration Test",
44
"private": true,
5-
"version": "0.0.1-prealpha.86",
5+
"version": "0.0.1-prealpha.87",
66
"scripts": {
77
"build": "yarn build:polywrap",
88
"build:polywrap": "npx polywrap build",
@@ -12,7 +12,7 @@
1212
"deploy:polywrap": "npx polywrap build --ipfs http://localhost:5001 --test-ens simplestorage.eth"
1313
},
1414
"dependencies": {
15-
"@polywrap/wasm-as": "0.0.1-prealpha.86",
15+
"@polywrap/wasm-as": "0.0.1-prealpha.87",
1616
"assemblyscript": "0.19.5"
1717
}
1818
}

packages/js/plugins/ipfs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polywrap/ipfs-plugin-js",
33
"description": "Polywrap IPFS Javascript Plugin",
4-
"version": "0.0.1-prealpha.86",
4+
"version": "0.0.1-prealpha.87",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"@dorgjelli-test/ipfs-http-client-lite": "0.3.1",
24-
"@polywrap/core-js": "0.0.1-prealpha.86",
24+
"@polywrap/core-js": "0.0.1-prealpha.87",
2525
"abort-controller": "3.0.0",
2626
"cids": "^1.1.4",
2727
"is-ipfs": "1.0.3"

packages/js/plugins/sha3/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polywrap/sha3-plugin-js",
33
"description": "Polywrap SHA3 Javascript Plugin",
4-
"version": "0.0.1-prealpha.86",
4+
"version": "0.0.1-prealpha.87",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -20,7 +20,7 @@
2020
"test:watch": "jest --watch --passWithNoTests --verbose"
2121
},
2222
"dependencies": {
23-
"@polywrap/core-js": "0.0.1-prealpha.86",
23+
"@polywrap/core-js": "0.0.1-prealpha.87",
2424
"js-sha3": "0.8.0"
2525
},
2626
"devDependencies": {

packages/js/plugins/uts46/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polywrap/uts46-plugin-js",
33
"description": "Polywrap IDNA-UTS #46 Javascript Plugin",
4-
"version": "0.0.1-prealpha.86",
4+
"version": "0.0.1-prealpha.87",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -20,7 +20,7 @@
2020
"test:watch": "jest --watch --passWithNoTests --verbose"
2121
},
2222
"dependencies": {
23-
"@polywrap/core-js": "0.0.1-prealpha.86",
23+
"@polywrap/core-js": "0.0.1-prealpha.87",
2424
"idna-uts46-hx": "3.4.0"
2525
},
2626
"devDependencies": {

packages/js/tracing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polywrap/tracing-js",
33
"description": "Polywrap Core Tracing",
4-
"version": "0.0.1-prealpha.86",
4+
"version": "0.0.1-prealpha.87",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)