Skip to content

Commit 9a9bcd4

Browse files
authored
Merge pull request #1033 from polywrap-build-bot/release/origin-0.1.1
Polywrap Origin (0.1.1)
2 parents 729693a + dfe4766 commit 9a9bcd4

File tree

44 files changed

+158
-158
lines changed

Some content is hidden

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

44 files changed

+158
-158
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.1.0",
4+
"version": "0.1.1",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -34,20 +34,20 @@
3434
"@ethersproject/providers": "5.6.8",
3535
"@ethersproject/wallet": "5.6.2",
3636
"@formatjs/intl": "1.8.2",
37-
"@polywrap/asyncify-js": "0.1.0",
38-
"@polywrap/client-js": "0.1.0",
39-
"@polywrap/core-js": "0.1.0",
40-
"@polywrap/ens-resolver-plugin-js": "0.1.0",
41-
"@polywrap/ethereum-plugin-js": "0.1.0",
42-
"@polywrap/ipfs-plugin-js": "0.1.0",
43-
"@polywrap/msgpack-js": "0.1.0",
44-
"@polywrap/os-js": "0.1.0",
45-
"@polywrap/polywrap-manifest-types-js": "0.1.0",
46-
"@polywrap/schema-bind": "0.1.0",
47-
"@polywrap/schema-compose": "0.1.0",
48-
"@polywrap/schema-parse": "0.1.0",
49-
"@polywrap/test-env-js": "0.1.0",
50-
"@polywrap/wrap-manifest-types-js": "0.1.0",
37+
"@polywrap/asyncify-js": "0.1.1",
38+
"@polywrap/client-js": "0.1.1",
39+
"@polywrap/core-js": "0.1.1",
40+
"@polywrap/ens-resolver-plugin-js": "0.1.1",
41+
"@polywrap/ethereum-plugin-js": "0.1.1",
42+
"@polywrap/ipfs-plugin-js": "0.1.1",
43+
"@polywrap/msgpack-js": "0.1.1",
44+
"@polywrap/os-js": "0.1.1",
45+
"@polywrap/polywrap-manifest-types-js": "0.1.1",
46+
"@polywrap/schema-bind": "0.1.1",
47+
"@polywrap/schema-compose": "0.1.1",
48+
"@polywrap/schema-parse": "0.1.1",
49+
"@polywrap/test-env-js": "0.1.1",
50+
"@polywrap/wrap-manifest-types-js": "0.1.1",
5151
"assemblyscript": "0.19.1",
5252
"axios": "0.21.2",
5353
"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.1.0",
4+
"version": "0.1.1",
55
"scripts": {
66
"build": "node ../../../dependencies/node_modules/polywrap/bin/polywrap build",
77
"lint": "eslint --color -c ../../../.eslintrc.js .",
@@ -10,7 +10,7 @@
1010
"deploy": "npx polywrap deploy"
1111
},
1212
"devDependencies": {
13-
"polywrap": "0.1.0"
13+
"polywrap": "0.1.1"
1414
},
1515
"publishConfig": {
1616
"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.1.0",
4+
"version": "0.1.1",
55
"scripts": {
66
"build": "node ../../../dependencies/node_modules/polywrap/bin/polywrap build",
77
"lint": "eslint --color -c ../../../.eslintrc.js .",
@@ -10,7 +10,7 @@
1010
"deploy": "node ../../../dependencies/node_modules/polywrap/bin/polywrap deploy"
1111
},
1212
"devDependencies": {
13-
"polywrap": "0.1.0"
13+
"polywrap": "0.1.1"
1414
},
1515
"publishConfig": {
1616
"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.1.0",
4+
"version": "0.1.1",
55
"scripts": {
66
"build": "node ../../../dependencies/node_modules/polywrap/bin/polywrap build",
77
"lint": "eslint --color -c ../../../.eslintrc.js .",
@@ -10,7 +10,7 @@
1010
"deploy": "npx polywrap deploy"
1111
},
1212
"devDependencies": {
13-
"polywrap": "0.1.0"
13+
"polywrap": "0.1.1"
1414
},
1515
"publishConfig": {
1616
"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.1.0",
4+
"version": "0.1.1",
55
"scripts": {
66
"build": "node ../../../dependencies/node_modules/polywrap/bin/polywrap build",
77
"lint": "eslint --color -c ../../../.eslintrc.js .",
@@ -10,7 +10,7 @@
1010
"deploy": "npx polywrap deploy"
1111
},
1212
"devDependencies": {
13-
"polywrap": "0.1.0"
13+
"polywrap": "0.1.1"
1414
},
1515
"publishConfig": {
1616
"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.1.0",
4+
"version": "0.1.1",
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.1.0",
4+
"version": "0.1.1",
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.1.0",
25-
"@polywrap/core-js": "0.1.0",
26-
"@polywrap/ens-resolver-plugin-js": "0.1.0",
27-
"@polywrap/ethereum-plugin-js": "0.1.0",
28-
"@polywrap/fs-plugin-js": "0.1.0",
29-
"@polywrap/fs-resolver-plugin-js": "0.1.0",
30-
"@polywrap/graph-node-plugin-js": "0.1.0",
31-
"@polywrap/http-plugin-js": "0.1.0",
32-
"@polywrap/ipfs-plugin-js": "0.1.0",
33-
"@polywrap/ipfs-resolver-plugin-js": "0.1.0",
34-
"@polywrap/logger-plugin-js": "0.1.0",
35-
"@polywrap/msgpack-js": "0.1.0",
36-
"@polywrap/schema-parse": "0.1.0",
37-
"@polywrap/sha3-plugin-js": "0.1.0",
38-
"@polywrap/tracing-js": "0.1.0",
39-
"@polywrap/uts46-plugin-js": "0.1.0",
40-
"@polywrap/wrap-manifest-types-js": "0.1.0",
24+
"@polywrap/asyncify-js": "0.1.1",
25+
"@polywrap/core-js": "0.1.1",
26+
"@polywrap/ens-resolver-plugin-js": "0.1.1",
27+
"@polywrap/ethereum-plugin-js": "0.1.1",
28+
"@polywrap/fs-plugin-js": "0.1.1",
29+
"@polywrap/fs-resolver-plugin-js": "0.1.1",
30+
"@polywrap/graph-node-plugin-js": "0.1.1",
31+
"@polywrap/http-plugin-js": "0.1.1",
32+
"@polywrap/ipfs-plugin-js": "0.1.1",
33+
"@polywrap/ipfs-resolver-plugin-js": "0.1.1",
34+
"@polywrap/logger-plugin-js": "0.1.1",
35+
"@polywrap/msgpack-js": "0.1.1",
36+
"@polywrap/schema-parse": "0.1.1",
37+
"@polywrap/sha3-plugin-js": "0.1.1",
38+
"@polywrap/tracing-js": "0.1.1",
39+
"@polywrap/uts46-plugin-js": "0.1.1",
40+
"@polywrap/wrap-manifest-types-js": "0.1.1",
4141
"graphql": "15.5.0",
4242
"js-yaml": "3.14.0",
4343
"uuid": "8.3.2"
4444
},
4545
"devDependencies": {
46-
"@polywrap/os-js": "0.1.0",
47-
"@polywrap/test-cases": "0.1.0",
48-
"@polywrap/test-env-js": "0.1.0",
46+
"@polywrap/os-js": "0.1.1",
47+
"@polywrap/test-cases": "0.1.1",
48+
"@polywrap/test-env-js": "0.1.1",
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.1.0",
55+
"polywrap": "0.1.1",
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.1.0",
4+
"version": "0.1.1",
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.1.0",
23-
"@polywrap/wrap-manifest-types-js": "0.1.0",
22+
"@polywrap/tracing-js": "0.1.1",
23+
"@polywrap/wrap-manifest-types-js": "0.1.1",
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.1.0",
31+
"@polywrap/os-js": "0.1.1",
3232
"@types/jest": "26.0.8",
3333
"@types/prettier": "2.6.0",
3434
"@types/semver": "7.3.8",

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.1.0",
4+
"version": "0.1.1",
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.1.0",
19+
"@polywrap/polywrap-manifest-schemas": "0.1.1",
2020
"js-yaml": "3.14.0",
2121
"jsonschema": "1.4.0",
2222
"semver": "7.3.5"
2323
},
2424
"devDependencies": {
25-
"@polywrap/os-js": "0.1.0",
25+
"@polywrap/os-js": "0.1.1",
2626
"@types/jest": "26.0.8",
2727
"@types/js-yaml": "3.11.1",
2828
"@types/prettier": "2.6.0",

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.1.0",
4+
"version": "0.1.1",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -16,13 +16,13 @@
1616
"test:watch": "jest --watch --passWithNoTests --verbose"
1717
},
1818
"dependencies": {
19-
"@polywrap/msgpack-js": "0.1.0",
20-
"@polywrap/wrap-manifest-schemas": "0.1.0",
19+
"@polywrap/msgpack-js": "0.1.1",
20+
"@polywrap/wrap-manifest-schemas": "0.1.1",
2121
"jsonschema": "1.4.0",
2222
"semver": "7.3.5"
2323
},
2424
"devDependencies": {
25-
"@polywrap/os-js": "0.1.0",
25+
"@polywrap/os-js": "0.1.1",
2626
"@types/jest": "26.0.8",
2727
"@types/prettier": "2.6.0",
2828
"jest": "26.6.3",

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.1.0",
4+
"version": "0.1.1",
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.1.0",
4+
"version": "0.1.1",
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.1.0",
4+
"version": "0.1.1",
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.1.0",
25+
"@polywrap/core-js": "0.1.1",
2626
"ethers": "5.0.7"
2727
},
2828
"devDependencies": {
29-
"@polywrap/client-js": "0.1.0",
30-
"@polywrap/ens-resolver-plugin-js": "0.1.0",
31-
"@polywrap/ipfs-plugin-js": "0.1.0",
32-
"@polywrap/test-env-js": "0.1.0",
29+
"@polywrap/client-js": "0.1.1",
30+
"@polywrap/ens-resolver-plugin-js": "0.1.1",
31+
"@polywrap/ipfs-plugin-js": "0.1.1",
32+
"@polywrap/test-env-js": "0.1.1",
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

+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.1.0",
5+
"version": "0.1.1",
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.1.0",
14+
"@polywrap/wasm-as": "0.1.1",
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.1.0",
4+
"version": "0.1.1",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -20,15 +20,15 @@
2020
"test:watch": "jest --watch --passWithNoTests --verbose"
2121
},
2222
"dependencies": {
23-
"@polywrap/core-js": "0.1.0"
23+
"@polywrap/core-js": "0.1.1"
2424
},
2525
"devDependencies": {
26-
"@polywrap/client-js": "0.1.0",
27-
"@polywrap/ens-resolver-plugin-js": "0.1.0",
28-
"@polywrap/ethereum-plugin-js": "0.1.0",
29-
"@polywrap/ipfs-plugin-js": "0.1.0",
30-
"@polywrap/test-cases": "0.1.0",
31-
"@polywrap/test-env-js": "0.1.0",
26+
"@polywrap/client-js": "0.1.1",
27+
"@polywrap/ens-resolver-plugin-js": "0.1.1",
28+
"@polywrap/ethereum-plugin-js": "0.1.1",
29+
"@polywrap/ipfs-plugin-js": "0.1.1",
30+
"@polywrap/test-cases": "0.1.1",
31+
"@polywrap/test-env-js": "0.1.1",
3232
"@types/jest": "26.0.8",
3333
"@types/prettier": "2.6.0",
3434
"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.1.0",
4+
"version": "0.1.1",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -20,15 +20,15 @@
2020
"test:watch": "jest --watch --passWithNoTests --verbose"
2121
},
2222
"dependencies": {
23-
"@polywrap/core-js": "0.1.0",
24-
"@polywrap/http-plugin-js": "0.1.0",
23+
"@polywrap/core-js": "0.1.1",
24+
"@polywrap/http-plugin-js": "0.1.1",
2525
"apollo-link": "1.2.14",
2626
"apollo-link-http": "1.5.17",
2727
"cross-fetch": "3.0.5",
2828
"graphql-tag": "2.10.4"
2929
},
3030
"devDependencies": {
31-
"@polywrap/client-js": "0.1.0",
31+
"@polywrap/client-js": "0.1.1",
3232
"@types/jest": "26.0.8",
3333
"@types/prettier": "2.6.0",
3434
"jest": "26.6.3",

0 commit comments

Comments
 (0)