Skip to content

Commit 8414c46

Browse files
authored
Merge pull request #1164 from polywrap-build-bot/release/origin-0.4.0
Polywrap Origin (0.4.0)
2 parents 78704cb + 8da0f69 commit 8414c46

File tree

46 files changed

+170
-170
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+170
-170
lines changed

packages/cli/package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "polywrap",
33
"description": "Polywrap CLI",
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -38,20 +38,20 @@
3838
"@ethersproject/providers": "5.6.8",
3939
"@ethersproject/wallet": "5.6.2",
4040
"@formatjs/intl": "1.8.2",
41-
"@polywrap/asyncify-js": "0.3.0",
42-
"@polywrap/client-js": "0.3.0",
43-
"@polywrap/core-js": "0.3.0",
44-
"@polywrap/ens-resolver-plugin-js": "0.3.0",
45-
"@polywrap/ethereum-plugin-js": "0.3.0",
46-
"@polywrap/ipfs-plugin-js": "0.3.0",
47-
"@polywrap/msgpack-js": "0.3.0",
48-
"@polywrap/os-js": "0.3.0",
49-
"@polywrap/polywrap-manifest-types-js": "0.3.0",
50-
"@polywrap/schema-bind": "0.3.0",
51-
"@polywrap/schema-compose": "0.3.0",
52-
"@polywrap/schema-parse": "0.3.0",
53-
"@polywrap/test-env-js": "0.3.0",
54-
"@polywrap/wrap-manifest-types-js": "0.3.0",
41+
"@polywrap/asyncify-js": "0.4.0",
42+
"@polywrap/client-js": "0.4.0",
43+
"@polywrap/core-js": "0.4.0",
44+
"@polywrap/ens-resolver-plugin-js": "0.4.0",
45+
"@polywrap/ethereum-plugin-js": "0.4.0",
46+
"@polywrap/ipfs-plugin-js": "0.4.0",
47+
"@polywrap/msgpack-js": "0.4.0",
48+
"@polywrap/os-js": "0.4.0",
49+
"@polywrap/polywrap-manifest-types-js": "0.4.0",
50+
"@polywrap/schema-bind": "0.4.0",
51+
"@polywrap/schema-compose": "0.4.0",
52+
"@polywrap/schema-parse": "0.4.0",
53+
"@polywrap/test-env-js": "0.4.0",
54+
"@polywrap/wrap-manifest-types-js": "0.4.0",
5555
"assemblyscript": "0.19.1",
5656
"axios": "0.21.2",
5757
"chalk": "4.1.0",

packages/interfaces/file-system/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polywrap/file-system-interface",
33
"description": "Polywrap Filesystem Interface",
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"scripts": {
66
"build": "node ../../../dependencies/node_modules/polywrap/bin/polywrap build",
77
"build:patch": "node ../../cli/bin/polywrap build",
@@ -11,7 +11,7 @@
1111
"deploy": "npx polywrap deploy"
1212
},
1313
"devDependencies": {
14-
"polywrap": "0.3.0"
14+
"polywrap": "0.4.0"
1515
},
1616
"publishConfig": {
1717
"access": "public"

packages/interfaces/ipfs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polywrap/ipfs-interface",
33
"description": "Polywrap Ipfs Interface",
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"scripts": {
66
"build": "node ../../../dependencies/node_modules/polywrap/bin/polywrap build",
77
"build:patch": "node ../../cli/bin/polywrap build",
@@ -11,7 +11,7 @@
1111
"deploy": "node ../../../dependencies/node_modules/polywrap/bin/polywrap deploy"
1212
},
1313
"devDependencies": {
14-
"polywrap": "0.3.0"
14+
"polywrap": "0.4.0"
1515
},
1616
"publishConfig": {
1717
"access": "public"

packages/interfaces/logger/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polywrap/logger-interface",
33
"description": "Polywrap Logger Interface",
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"scripts": {
66
"build": "node ../../../dependencies/node_modules/polywrap/bin/polywrap build",
77
"build:patch": "node ../../cli/bin/polywrap build",
@@ -11,7 +11,7 @@
1111
"deploy": "npx polywrap deploy"
1212
},
1313
"devDependencies": {
14-
"polywrap": "0.3.0"
14+
"polywrap": "0.4.0"
1515
},
1616
"publishConfig": {
1717
"access": "public"

packages/interfaces/uri-resolver/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polywrap/uri-resolver-interface",
33
"description": "URI Resolver Interface",
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"scripts": {
66
"build": "node ../../../dependencies/node_modules/polywrap/bin/polywrap build",
77
"build:patch": "node ../../cli/bin/polywrap build",
@@ -11,7 +11,7 @@
1111
"deploy": "npx polywrap deploy"
1212
},
1313
"devDependencies": {
14-
"polywrap": "0.3.0"
14+
"polywrap": "0.4.0"
1515
},
1616
"publishConfig": {
1717
"access": "public"

packages/js/asyncify/package.json

+1-1
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.3.0",
4+
"version": "0.4.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/js/client/package.json

+22-22
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.3.0",
4+
"version": "0.4.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -21,38 +21,38 @@
2121
"test:watch": "jest --watch --passWithNoTests --verbose --detectOpenHandles"
2222
},
2323
"dependencies": {
24-
"@polywrap/asyncify-js": "0.3.0",
25-
"@polywrap/core-js": "0.3.0",
26-
"@polywrap/ens-resolver-plugin-js": "0.3.0",
27-
"@polywrap/ethereum-plugin-js": "0.3.0",
28-
"@polywrap/fs-plugin-js": "0.3.0",
29-
"@polywrap/fs-resolver-plugin-js": "0.3.0",
30-
"@polywrap/graph-node-plugin-js": "0.3.0",
31-
"@polywrap/http-plugin-js": "0.3.0",
32-
"@polywrap/ipfs-plugin-js": "0.3.0",
33-
"@polywrap/ipfs-resolver-plugin-js": "0.3.0",
34-
"@polywrap/logger-plugin-js": "0.3.0",
35-
"@polywrap/msgpack-js": "0.3.0",
36-
"@polywrap/schema-parse": "0.3.0",
37-
"@polywrap/sha3-plugin-js": "0.3.0",
38-
"@polywrap/tracing-js": "0.3.0",
39-
"@polywrap/uts46-plugin-js": "0.3.0",
40-
"@polywrap/wrap-manifest-types-js": "0.3.0",
24+
"@polywrap/asyncify-js": "0.4.0",
25+
"@polywrap/core-js": "0.4.0",
26+
"@polywrap/ens-resolver-plugin-js": "0.4.0",
27+
"@polywrap/ethereum-plugin-js": "0.4.0",
28+
"@polywrap/fs-plugin-js": "0.4.0",
29+
"@polywrap/fs-resolver-plugin-js": "0.4.0",
30+
"@polywrap/graph-node-plugin-js": "0.4.0",
31+
"@polywrap/http-plugin-js": "0.4.0",
32+
"@polywrap/ipfs-plugin-js": "0.4.0",
33+
"@polywrap/ipfs-resolver-plugin-js": "0.4.0",
34+
"@polywrap/logger-plugin-js": "0.4.0",
35+
"@polywrap/msgpack-js": "0.4.0",
36+
"@polywrap/schema-parse": "0.4.0",
37+
"@polywrap/sha3-plugin-js": "0.4.0",
38+
"@polywrap/tracing-js": "0.4.0",
39+
"@polywrap/uts46-plugin-js": "0.4.0",
40+
"@polywrap/wrap-manifest-types-js": "0.4.0",
4141
"graphql": "15.5.0",
4242
"js-yaml": "3.14.0",
4343
"uuid": "8.3.2"
4444
},
4545
"devDependencies": {
46-
"@polywrap/os-js": "0.3.0",
47-
"@polywrap/test-cases": "0.3.0",
48-
"@polywrap/test-env-js": "0.3.0",
46+
"@polywrap/os-js": "0.4.0",
47+
"@polywrap/test-cases": "0.4.0",
48+
"@polywrap/test-env-js": "0.4.0",
4949
"@types/jest": "26.0.8",
5050
"@types/js-yaml": "3.11.1",
5151
"@types/prettier": "2.6.0",
5252
"@types/uuid": "8.3.0",
5353
"bignumber.js": "9.0.2",
5454
"jest": "26.6.3",
55-
"polywrap": "0.3.0",
55+
"polywrap": "0.4.0",
5656
"rimraf": "3.0.2",
5757
"ts-jest": "26.5.4",
5858
"ts-loader": "8.0.17",

packages/js/core/package.json

+4-4
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.3.0",
4+
"version": "0.4.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -19,16 +19,16 @@
1919
"test:watch": "jest --watch --passWithNoTests --verbose"
2020
},
2121
"dependencies": {
22-
"@polywrap/tracing-js": "0.3.0",
23-
"@polywrap/wrap-manifest-types-js": "0.3.0",
22+
"@polywrap/tracing-js": "0.4.0",
23+
"@polywrap/wrap-manifest-types-js": "0.4.0",
2424
"graphql": "15.5.0",
2525
"graphql-tag": "2.10.4",
2626
"js-yaml": "3.14.0",
2727
"jsonschema": "1.4.0",
2828
"semver": "7.3.5"
2929
},
3030
"devDependencies": {
31-
"@polywrap/os-js": "0.3.0",
31+
"@polywrap/os-js": "0.4.0",
3232
"@types/jest": "26.0.8",
3333
"@types/mustache": "4.0.1",
3434
"@types/prettier": "2.6.0",

packages/js/manifests/polywrap/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polywrap/polywrap-manifest-types-js",
33
"description": "Polywrap Manifest TypeScript Typings",
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -16,13 +16,13 @@
1616
"test:watch": "jest --watch --passWithNoTests --verbose"
1717
},
1818
"dependencies": {
19-
"@polywrap/polywrap-manifest-schemas": "0.3.0",
19+
"@polywrap/polywrap-manifest-schemas": "0.4.0",
2020
"js-yaml": "3.14.0",
2121
"jsonschema": "1.4.0",
2222
"semver": "7.3.5"
2323
},
2424
"devDependencies": {
25-
"@polywrap/os-js": "0.3.0",
25+
"@polywrap/os-js": "0.4.0",
2626
"@types/jest": "26.0.8",
2727
"@types/js-yaml": "3.11.1",
2828
"@types/mustache": "4.0.1",

packages/js/manifests/wrap/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polywrap/wrap-manifest-types-js",
33
"description": "WRAP Manifest TypeScript Typings",
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -16,14 +16,14 @@
1616
"test:watch": "jest --watch --passWithNoTests --verbose"
1717
},
1818
"dependencies": {
19-
"@polywrap/msgpack-js": "0.3.0",
19+
"@polywrap/msgpack-js": "0.4.0",
2020
"json-schema-ref-parser": "9.0.9",
2121
"jsonschema": "1.4.0",
2222
"semver": "7.3.5"
2323
},
2424
"devDependencies": {
25-
"@polywrap/os-js": "0.3.0",
26-
"@polywrap/wrap-manifest-schemas": "0.3.0",
25+
"@polywrap/os-js": "0.4.0",
26+
"@polywrap/wrap-manifest-schemas": "0.4.0",
2727
"@types/jest": "26.0.8",
2828
"@types/mustache": "4.0.1",
2929
"@types/prettier": "2.6.0",

packages/js/msgpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polywrap/msgpack-js",
33
"description": "WRAP MsgPack Encoding",
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/js/os/package.json

+1-1
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.3.0",
4+
"version": "0.4.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/js/plugins/ethereum/package.json

+6-6
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.3.0",
4+
"version": "0.4.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -23,14 +23,14 @@
2323
"dependencies": {
2424
"@ethersproject/address": "5.0.7",
2525
"@ethersproject/providers": "5.0.7",
26-
"@polywrap/core-js": "0.3.0",
26+
"@polywrap/core-js": "0.4.0",
2727
"ethers": "5.0.7"
2828
},
2929
"devDependencies": {
30-
"@polywrap/client-js": "0.3.0",
31-
"@polywrap/ens-resolver-plugin-js": "0.3.0",
32-
"@polywrap/ipfs-plugin-js": "0.3.0",
33-
"@polywrap/test-env-js": "0.3.0",
30+
"@polywrap/client-js": "0.4.0",
31+
"@polywrap/ens-resolver-plugin-js": "0.4.0",
32+
"@polywrap/ipfs-plugin-js": "0.4.0",
33+
"@polywrap/test-env-js": "0.4.0",
3434
"@types/jest": "26.0.8",
3535
"@types/prettier": "2.6.0",
3636
"eth-ens-namehash": "2.0.8",

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

+2-2
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.3.0",
5+
"version": "0.4.0",
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.3.0",
14+
"@polywrap/wasm-as": "0.4.0",
1515
"assemblyscript": "0.19.5"
1616
}
1717
}

packages/js/plugins/file-system/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polywrap/fs-plugin-js",
33
"description": "Polywrap File System Javascript Plugin",
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -21,15 +21,15 @@
2121
"test:watch": "jest --watch --passWithNoTests --verbose"
2222
},
2323
"dependencies": {
24-
"@polywrap/core-js": "0.3.0"
24+
"@polywrap/core-js": "0.4.0"
2525
},
2626
"devDependencies": {
27-
"@polywrap/client-js": "0.3.0",
28-
"@polywrap/ens-resolver-plugin-js": "0.3.0",
29-
"@polywrap/ethereum-plugin-js": "0.3.0",
30-
"@polywrap/ipfs-plugin-js": "0.3.0",
31-
"@polywrap/test-cases": "0.3.0",
32-
"@polywrap/test-env-js": "0.3.0",
27+
"@polywrap/client-js": "0.4.0",
28+
"@polywrap/ens-resolver-plugin-js": "0.4.0",
29+
"@polywrap/ethereum-plugin-js": "0.4.0",
30+
"@polywrap/ipfs-plugin-js": "0.4.0",
31+
"@polywrap/test-cases": "0.4.0",
32+
"@polywrap/test-env-js": "0.4.0",
3333
"@types/jest": "26.0.8",
3434
"@types/prettier": "2.6.0",
3535
"jest": "26.6.3",

packages/js/plugins/graph-node/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polywrap/graph-node-plugin-js",
33
"description": "Polywrap Graph Node Javascript Plugin",
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -21,15 +21,15 @@
2121
"test:watch": "jest --watch --passWithNoTests --verbose"
2222
},
2323
"dependencies": {
24-
"@polywrap/core-js": "0.3.0",
25-
"@polywrap/http-plugin-js": "0.3.0",
24+
"@polywrap/core-js": "0.4.0",
25+
"@polywrap/http-plugin-js": "0.4.0",
2626
"apollo-link": "1.2.14",
2727
"apollo-link-http": "1.5.17",
2828
"cross-fetch": "3.0.5",
2929
"graphql-tag": "2.10.4"
3030
},
3131
"devDependencies": {
32-
"@polywrap/client-js": "0.3.0",
32+
"@polywrap/client-js": "0.4.0",
3333
"@types/jest": "26.0.8",
3434
"@types/prettier": "2.6.0",
3535
"jest": "26.6.3",

0 commit comments

Comments
 (0)