Skip to content

Commit 255caa0

Browse files
authored
Merge pull request #943 from polywrap-build-bot/release/0.0.1-prealpha.88
Polywrap 0.0.1-prealpha.88
2 parents 468b6f3 + 05392cc commit 255caa0

35 files changed

Lines changed: 128 additions & 128 deletions

File tree

packages/cli/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "polywrap",
33
"description": "Polywrap CLI",
4-
"version": "0.0.1-prealpha.87",
4+
"version": "0.0.1-prealpha.88",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -34,17 +34,17 @@
3434
"@ethersproject/providers": "5.6.8",
3535
"@ethersproject/wallet": "5.6.2",
3636
"@formatjs/intl": "1.8.2",
37-
"@polywrap/asyncify-js": "0.0.1-prealpha.87",
38-
"@polywrap/client-js": "0.0.1-prealpha.87",
39-
"@polywrap/core-js": "0.0.1-prealpha.87",
40-
"@polywrap/ens-plugin-js": "0.0.1-prealpha.87",
41-
"@polywrap/ethereum-plugin-js": "0.0.1-prealpha.87",
42-
"@polywrap/ipfs-plugin-js": "0.0.1-prealpha.87",
43-
"@polywrap/os-js": "0.0.1-prealpha.87",
44-
"@polywrap/schema-bind": "0.0.1-prealpha.87",
45-
"@polywrap/schema-compose": "0.0.1-prealpha.87",
46-
"@polywrap/schema-parse": "0.0.1-prealpha.87",
47-
"@polywrap/test-env-js": "0.0.1-prealpha.87",
37+
"@polywrap/asyncify-js": "0.0.1-prealpha.88",
38+
"@polywrap/client-js": "0.0.1-prealpha.88",
39+
"@polywrap/core-js": "0.0.1-prealpha.88",
40+
"@polywrap/ens-plugin-js": "0.0.1-prealpha.88",
41+
"@polywrap/ethereum-plugin-js": "0.0.1-prealpha.88",
42+
"@polywrap/ipfs-plugin-js": "0.0.1-prealpha.88",
43+
"@polywrap/os-js": "0.0.1-prealpha.88",
44+
"@polywrap/schema-bind": "0.0.1-prealpha.88",
45+
"@polywrap/schema-compose": "0.0.1-prealpha.88",
46+
"@polywrap/schema-parse": "0.0.1-prealpha.88",
47+
"@polywrap/test-env-js": "0.0.1-prealpha.88",
4848
"assemblyscript": "0.19.1",
4949
"axios": "0.21.2",
5050
"chalk": "4.1.0",

packages/core-interfaces/logger/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "logger-interface",
33
"description": "Polywrap Logger Interface",
44
"private": true,
5-
"version": "0.0.1-prealpha.87",
5+
"version": "0.0.1-prealpha.88",
66
"scripts": {
77
"build": "npx polywrap build",
88
"lint": "eslint --color -c ../../../.eslintrc.js .",
@@ -11,6 +11,6 @@
1111
"deploy": "npx polywrap build --ipfs http://localhost:5001"
1212
},
1313
"devDependencies": {
14-
"polywrap": "0.0.1-prealpha.87"
14+
"polywrap": "0.0.1-prealpha.88"
1515
}
1616
}

packages/core-interfaces/uri-resolver/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "uri-resolver-interface",
33
"description": "URI Resolver Interface",
44
"private": true,
5-
"version": "0.0.1-prealpha.87",
5+
"version": "0.0.1-prealpha.88",
66
"scripts": {
77
"build": "npx polywrap build",
88
"lint": "eslint --color -c ../../../.eslintrc.js .",
@@ -11,6 +11,6 @@
1111
"deploy": "npx polywrap build --ipfs http://localhost:5001"
1212
},
1313
"devDependencies": {
14-
"polywrap": "0.0.1-prealpha.87"
14+
"polywrap": "0.0.1-prealpha.88"
1515
}
1616
}

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.87",
4+
"version": "0.0.1-prealpha.88",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/js/client/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polywrap/client-js",
33
"description": "Polywrap Javascript Client",
4-
"version": "0.0.1-prealpha.87",
4+
"version": "0.0.1-prealpha.88",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -21,34 +21,34 @@
2121
"test:watch": "jest --watch --passWithNoTests --verbose --detectOpenHandles"
2222
},
2323
"dependencies": {
24-
"@polywrap/asyncify-js": "0.0.1-prealpha.87",
25-
"@polywrap/core-js": "0.0.1-prealpha.87",
26-
"@polywrap/ens-plugin-js": "0.0.1-prealpha.87",
27-
"@polywrap/ethereum-plugin-js": "0.0.1-prealpha.87",
28-
"@polywrap/fs-plugin-js": "0.0.1-prealpha.87",
29-
"@polywrap/graph-node-plugin-js": "0.0.1-prealpha.87",
30-
"@polywrap/http-plugin-js": "0.0.1-prealpha.87",
31-
"@polywrap/ipfs-plugin-js": "0.0.1-prealpha.87",
32-
"@polywrap/logger-plugin-js": "0.0.1-prealpha.87",
33-
"@polywrap/schema-parse": "0.0.1-prealpha.87",
34-
"@polywrap/sha3-plugin-js": "0.0.1-prealpha.87",
35-
"@polywrap/tracing-js": "0.0.1-prealpha.87",
36-
"@polywrap/uts46-plugin-js": "0.0.1-prealpha.87",
24+
"@polywrap/asyncify-js": "0.0.1-prealpha.88",
25+
"@polywrap/core-js": "0.0.1-prealpha.88",
26+
"@polywrap/ens-plugin-js": "0.0.1-prealpha.88",
27+
"@polywrap/ethereum-plugin-js": "0.0.1-prealpha.88",
28+
"@polywrap/fs-plugin-js": "0.0.1-prealpha.88",
29+
"@polywrap/graph-node-plugin-js": "0.0.1-prealpha.88",
30+
"@polywrap/http-plugin-js": "0.0.1-prealpha.88",
31+
"@polywrap/ipfs-plugin-js": "0.0.1-prealpha.88",
32+
"@polywrap/logger-plugin-js": "0.0.1-prealpha.88",
33+
"@polywrap/schema-parse": "0.0.1-prealpha.88",
34+
"@polywrap/sha3-plugin-js": "0.0.1-prealpha.88",
35+
"@polywrap/tracing-js": "0.0.1-prealpha.88",
36+
"@polywrap/uts46-plugin-js": "0.0.1-prealpha.88",
3737
"graphql": "15.5.0",
3838
"js-yaml": "3.14.0",
3939
"uuid": "8.3.2"
4040
},
4141
"devDependencies": {
42-
"@polywrap/os-js": "0.0.1-prealpha.87",
43-
"@polywrap/test-cases": "0.0.1-prealpha.87",
44-
"@polywrap/test-env-js": "0.0.1-prealpha.87",
42+
"@polywrap/os-js": "0.0.1-prealpha.88",
43+
"@polywrap/test-cases": "0.0.1-prealpha.88",
44+
"@polywrap/test-env-js": "0.0.1-prealpha.88",
4545
"@types/jest": "26.0.8",
4646
"@types/js-yaml": "3.11.1",
4747
"@types/prettier": "2.6.0",
4848
"@types/uuid": "8.3.0",
4949
"bignumber.js": "9.0.2",
5050
"jest": "26.6.3",
51-
"polywrap": "0.0.1-prealpha.87",
51+
"polywrap": "0.0.1-prealpha.88",
5252
"rimraf": "3.0.2",
5353
"ts-jest": "26.5.4",
5454
"ts-loader": "8.0.17",

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.87",
4+
"version": "0.0.1-prealpha.88",
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.87",
25-
"@polywrap/tracing-js": "0.0.1-prealpha.87",
24+
"@polywrap/manifest-schemas": "0.0.1-prealpha.88",
25+
"@polywrap/tracing-js": "0.0.1-prealpha.88",
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.87",
33+
"@polywrap/os-js": "0.0.1-prealpha.88",
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.87",
4+
"version": "0.0.1-prealpha.88",
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.87",
4+
"version": "0.0.1-prealpha.88",
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.87",
25+
"@polywrap/core-js": "0.0.1-prealpha.88",
2626
"ethers": "5.0.7"
2727
},
2828
"devDependencies": {

packages/js/plugins/ethereum/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polywrap/ethereum-plugin-js",
33
"description": "Polywrap Ethereum Javascript Plugin",
4-
"version": "0.0.1-prealpha.87",
4+
"version": "0.0.1-prealpha.88",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -22,14 +22,14 @@
2222
"dependencies": {
2323
"@ethersproject/address": "5.0.7",
2424
"@ethersproject/providers": "5.0.7",
25-
"@polywrap/core-js": "0.0.1-prealpha.87",
25+
"@polywrap/core-js": "0.0.1-prealpha.88",
2626
"ethers": "5.0.7"
2727
},
2828
"devDependencies": {
29-
"@polywrap/client-js": "0.0.1-prealpha.87",
30-
"@polywrap/ens-plugin-js": "0.0.1-prealpha.87",
31-
"@polywrap/ipfs-plugin-js": "0.0.1-prealpha.87",
32-
"@polywrap/test-env-js": "0.0.1-prealpha.87",
29+
"@polywrap/client-js": "0.0.1-prealpha.88",
30+
"@polywrap/ens-plugin-js": "0.0.1-prealpha.88",
31+
"@polywrap/ipfs-plugin-js": "0.0.1-prealpha.88",
32+
"@polywrap/test-env-js": "0.0.1-prealpha.88",
3333
"@types/jest": "26.0.8",
3434
"@types/prettier": "2.6.0",
3535
"eth-ens-namehash": "2.0.8",

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.87",
5+
"version": "0.0.1-prealpha.88",
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.87",
14+
"@polywrap/wasm-as": "0.0.1-prealpha.88",
1515
"assemblyscript": "0.19.5"
1616
}
1717
}

0 commit comments

Comments
 (0)