Skip to content

Commit 2744918

Browse files
authored
Merge pull request #76 from polywrap-release-forks/release/origin-0.12.2
Polywrap Origin (0.12.2)
2 parents a00750a + 381964c commit 2744918

File tree

18 files changed

+258
-87
lines changed

18 files changed

+258
-87
lines changed

packages/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.12.1",
4+
"version": "0.12.2",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/client/package.json

Lines changed: 13 additions & 13 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.12.1",
4+
"version": "0.12.2",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -25,20 +25,20 @@
2525
"build:readme": "yarn doc-snippets combine"
2626
},
2727
"dependencies": {
28-
"@polywrap/client-config-builder-js": "0.12.1",
29-
"@polywrap/core-client-js": "0.12.1",
30-
"@polywrap/core-js": "0.12.1",
31-
"@polywrap/msgpack-js": "0.12.1",
32-
"@polywrap/plugin-js": "0.12.1",
33-
"@polywrap/result": "0.12.1",
34-
"@polywrap/tracing-js": "0.12.1",
35-
"@polywrap/uri-resolver-extensions-js": "0.12.1",
36-
"@polywrap/uri-resolvers-js": "0.12.1",
37-
"@polywrap/wrap-manifest-types-js": "0.12.1"
28+
"@polywrap/client-config-builder-js": "0.12.2",
29+
"@polywrap/core-client-js": "0.12.2",
30+
"@polywrap/core-js": "0.12.2",
31+
"@polywrap/msgpack-js": "0.12.2",
32+
"@polywrap/plugin-js": "0.12.2",
33+
"@polywrap/result": "0.12.2",
34+
"@polywrap/tracing-js": "0.12.2",
35+
"@polywrap/uri-resolver-extensions-js": "0.12.2",
36+
"@polywrap/uri-resolvers-js": "0.12.2",
37+
"@polywrap/wrap-manifest-types-js": "0.12.2"
3838
},
3939
"devDependencies": {
40-
"@polywrap/sys-config-bundle-js": "0.12.1",
41-
"@polywrap/test-cases": "0.12.1",
40+
"@polywrap/sys-config-bundle-js": "0.12.2",
41+
"@polywrap/test-cases": "0.12.2",
4242
"@types/jest": "29.5.0",
4343
"@types/prettier": "2.6.0",
4444
"@types/uuid": "8.3.0",

packages/config-builder/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polywrap/client-config-builder-js",
33
"description": "Polywrap JavaScript Client configuration",
4-
"version": "0.12.1",
4+
"version": "0.12.2",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -24,14 +24,14 @@
2424
"build:readme": "yarn doc-snippets combine"
2525
},
2626
"dependencies": {
27-
"@polywrap/config-bundle-types-js": "0.12.1",
28-
"@polywrap/core-js": "0.12.1",
29-
"@polywrap/plugin-js": "0.12.1",
30-
"@polywrap/sys-config-bundle-js": "0.12.1",
31-
"@polywrap/uri-resolver-extensions-js": "0.12.1",
32-
"@polywrap/uri-resolvers-js": "0.12.1",
33-
"@polywrap/wasm-js": "0.12.1",
34-
"@polywrap/web3-config-bundle-js": "0.12.1"
27+
"@polywrap/config-bundle-types-js": "0.12.2",
28+
"@polywrap/core-js": "0.12.2",
29+
"@polywrap/plugin-js": "0.12.2",
30+
"@polywrap/sys-config-bundle-js": "0.12.2",
31+
"@polywrap/uri-resolver-extensions-js": "0.12.2",
32+
"@polywrap/uri-resolvers-js": "0.12.2",
33+
"@polywrap/wasm-js": "0.12.2",
34+
"@polywrap/web3-config-bundle-js": "0.12.2"
3535
},
3636
"devDependencies": {
3737
"@types/jest": "29.5.0",

packages/config-bundle/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polywrap/config-bundle-types-js",
3-
"version": "0.12.1",
3+
"version": "0.12.2",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -16,7 +16,7 @@
1616
"lint": "eslint --color -c ../../.eslintrc.js src/"
1717
},
1818
"dependencies": {
19-
"@polywrap/core-js": "0.12.1"
19+
"@polywrap/core-js": "0.12.2"
2020
},
2121
"devDependencies": {
2222
"rimraf": "3.0.2",

packages/config-bundles/sys/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polywrap/sys-config-bundle-js",
3-
"version": "0.12.1",
3+
"version": "0.12.2",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -21,19 +21,19 @@
2121
},
2222
"dependencies": {
2323
"@polywrap/concurrent-plugin-js": "~0.12.0",
24-
"@polywrap/config-bundle-types-js": "0.12.1",
24+
"@polywrap/config-bundle-types-js": "0.12.2",
2525
"@polywrap/datetime-plugin-js": "~0.12.0",
2626
"@polywrap/file-system-plugin-js": "~0.12.0",
2727
"@polywrap/http-plugin-js": "~0.12.0",
2828
"@polywrap/logger-plugin-js": "~0.12.0",
29-
"@polywrap/uri-resolver-extensions-js": "0.12.1",
29+
"@polywrap/uri-resolver-extensions-js": "0.12.2",
3030
"base64-to-uint8array": "1.0.0"
3131
},
3232
"peerDependencies": {
3333
"@polywrap/msgpack-js": "0.12.x"
3434
},
3535
"devDependencies": {
36-
"@polywrap/wrap-manifest-types-js": "0.12.1",
36+
"@polywrap/wrap-manifest-types-js": "0.12.2",
3737
"doc-snippets": "~1.0.0",
3838
"rimraf": "3.0.2",
3939
"ts-node": "10.9.1",

packages/config-bundles/web3/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polywrap/web3-config-bundle-js",
3-
"version": "0.12.1",
3+
"version": "0.12.2",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -18,11 +18,11 @@
1818
"lint": "eslint --color -c ../../../.eslintrc.js src/"
1919
},
2020
"dependencies": {
21-
"@polywrap/config-bundle-types-js": "0.12.1",
21+
"@polywrap/config-bundle-types-js": "0.12.2",
2222
"@polywrap/ethereum-wallet-js": "~0.1.0",
23-
"@polywrap/sys-config-bundle-js": "0.12.1",
24-
"@polywrap/uri-resolver-extensions-js": "0.12.1",
25-
"@polywrap/wasm-js": "0.12.1",
23+
"@polywrap/sys-config-bundle-js": "0.12.2",
24+
"@polywrap/uri-resolver-extensions-js": "0.12.2",
25+
"@polywrap/wasm-js": "0.12.2",
2626
"base64-to-uint8array": "1.0.0"
2727
},
2828
"devDependencies": {

packages/core-client/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polywrap/core-client-js",
33
"description": "Polywrap JavaScript Core Client",
4-
"version": "0.12.1",
4+
"version": "0.12.2",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -23,15 +23,15 @@
2323
"build:readme": "yarn doc-snippets combine"
2424
},
2525
"dependencies": {
26-
"@polywrap/core-js": "0.12.1",
27-
"@polywrap/msgpack-js": "0.12.1",
28-
"@polywrap/result": "0.12.1",
29-
"@polywrap/tracing-js": "0.12.1",
30-
"@polywrap/wrap-manifest-types-js": "0.12.1"
26+
"@polywrap/core-js": "0.12.2",
27+
"@polywrap/msgpack-js": "0.12.2",
28+
"@polywrap/result": "0.12.2",
29+
"@polywrap/tracing-js": "0.12.2",
30+
"@polywrap/wrap-manifest-types-js": "0.12.2"
3131
},
3232
"devDependencies": {
33-
"@polywrap/test-cases": "0.12.1",
34-
"@polywrap/uri-resolvers-js": "0.12.1",
33+
"@polywrap/test-cases": "0.12.2",
34+
"@polywrap/uri-resolvers-js": "0.12.2",
3535
"@types/jest": "29.5.0",
3636
"@types/uuid": "8.3.0",
3737
"doc-snippets": "~1.0.0",

packages/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.12.1",
4+
"version": "0.12.2",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -25,9 +25,9 @@
2525
"build:readme": "yarn build:readme:subsections && yarn build:readme:final"
2626
},
2727
"dependencies": {
28-
"@polywrap/result": "0.12.1",
29-
"@polywrap/tracing-js": "0.12.1",
30-
"@polywrap/wrap-manifest-types-js": "0.12.1"
28+
"@polywrap/result": "0.12.2",
29+
"@polywrap/tracing-js": "0.12.2",
30+
"@polywrap/wrap-manifest-types-js": "0.12.2"
3131
},
3232
"devDependencies": {
3333
"@types/jest": "29.5.0",

packages/manifests/wrap/package.json

Lines changed: 2 additions & 2 deletions
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.12.1",
4+
"version": "0.12.2",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -20,7 +20,7 @@
2020
"test:watch": "yarn test -- --watch"
2121
},
2222
"dependencies": {
23-
"@polywrap/msgpack-js": "0.12.1",
23+
"@polywrap/msgpack-js": "0.12.2",
2424
"ajv": "8.12.0",
2525
"semver": "~7.5.4"
2626
},

packages/msgpack/package.json

Lines changed: 1 addition & 1 deletion
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.12.1",
4+
"version": "0.12.2",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/plugin/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polywrap/plugin-js",
33
"description": "Polywrap plugin core package for plugin wrappers",
4-
"version": "0.12.1",
4+
"version": "0.12.2",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -20,11 +20,11 @@
2020
"test:watch": "yarn test -- --watch"
2121
},
2222
"dependencies": {
23-
"@polywrap/core-js": "0.12.1",
24-
"@polywrap/msgpack-js": "0.12.1",
25-
"@polywrap/result": "0.12.1",
26-
"@polywrap/tracing-js": "0.12.1",
27-
"@polywrap/wrap-manifest-types-js": "0.12.1"
23+
"@polywrap/core-js": "0.12.2",
24+
"@polywrap/msgpack-js": "0.12.2",
25+
"@polywrap/result": "0.12.2",
26+
"@polywrap/tracing-js": "0.12.2",
27+
"@polywrap/wrap-manifest-types-js": "0.12.2"
2828
},
2929
"peerDependencies": {
3030
"@polywrap/core-js": "0.12.x"

packages/result/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polywrap/result",
33
"description": "Result helpers",
4-
"version": "0.12.1",
4+
"version": "0.12.2",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/test-cases/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polywrap/test-cases",
33
"description": "Reusable Polywrap Test Cases",
4-
"version": "0.12.1",
4+
"version": "0.12.2",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/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.12.1",
4+
"version": "0.12.2",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/uri-resolver-extensions/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polywrap/uri-resolver-extensions-js",
33
"description": "Polywrap URI resolver extensions",
4-
"version": "0.12.1",
4+
"version": "0.12.2",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -24,17 +24,17 @@
2424
"build:readme": "yarn doc-snippets combine"
2525
},
2626
"dependencies": {
27-
"@polywrap/core-js": "0.12.1",
28-
"@polywrap/result": "0.12.1",
29-
"@polywrap/uri-resolvers-js": "0.12.1",
30-
"@polywrap/wasm-js": "0.12.1",
31-
"@polywrap/wrap-manifest-types-js": "0.12.1"
27+
"@polywrap/core-js": "0.12.2",
28+
"@polywrap/result": "0.12.2",
29+
"@polywrap/uri-resolvers-js": "0.12.2",
30+
"@polywrap/wasm-js": "0.12.2",
31+
"@polywrap/wrap-manifest-types-js": "0.12.2"
3232
},
3333
"devDependencies": {
3434
"@polywrap/cli-js": "~0.11.0",
35-
"@polywrap/core-client-js": "0.12.1",
36-
"@polywrap/plugin-js": "0.12.1",
37-
"@polywrap/test-cases": "0.12.1",
35+
"@polywrap/core-client-js": "0.12.2",
36+
"@polywrap/plugin-js": "0.12.2",
37+
"@polywrap/test-cases": "0.12.2",
3838
"@types/jest": "29.5.0",
3939
"base64-to-uint8array": "1.0.0",
4040
"copyfiles": "2.4.1",

packages/uri-resolvers/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polywrap/uri-resolvers-js",
33
"description": "Polywrap URI resolvers",
4-
"version": "0.12.1",
4+
"version": "0.12.2",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -26,14 +26,14 @@
2626
"build:readme": "yarn build:readme:subsections && yarn build:readme:final"
2727
},
2828
"dependencies": {
29-
"@polywrap/core-js": "0.12.1",
30-
"@polywrap/result": "0.12.1",
31-
"@polywrap/wrap-manifest-types-js": "0.12.1"
29+
"@polywrap/core-js": "0.12.2",
30+
"@polywrap/result": "0.12.2",
31+
"@polywrap/wrap-manifest-types-js": "0.12.2"
3232
},
3333
"devDependencies": {
34-
"@polywrap/client-config-builder-js": "0.12.1",
35-
"@polywrap/core-client-js": "0.12.1",
36-
"@polywrap/plugin-js": "0.12.1",
34+
"@polywrap/client-config-builder-js": "0.12.2",
35+
"@polywrap/core-client-js": "0.12.2",
36+
"@polywrap/plugin-js": "0.12.2",
3737
"@types/jest": "29.5.0",
3838
"doc-snippets": "~1.0.0",
3939
"jest": "29.5.0",

packages/wasm/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polywrap/wasm-js",
33
"description": "Polywrap JavaScript Client Wasm Runtime",
4-
"version": "0.12.1",
4+
"version": "0.12.2",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -20,18 +20,18 @@
2020
"test:watch": "yarn test -- --watch"
2121
},
2222
"dependencies": {
23-
"@polywrap/asyncify-js": "0.12.1",
24-
"@polywrap/core-js": "0.12.1",
25-
"@polywrap/msgpack-js": "0.12.1",
26-
"@polywrap/result": "0.12.1",
27-
"@polywrap/tracing-js": "0.12.1",
28-
"@polywrap/wrap-manifest-types-js": "0.12.1"
23+
"@polywrap/asyncify-js": "0.12.2",
24+
"@polywrap/core-js": "0.12.2",
25+
"@polywrap/msgpack-js": "0.12.2",
26+
"@polywrap/result": "0.12.2",
27+
"@polywrap/tracing-js": "0.12.2",
28+
"@polywrap/wrap-manifest-types-js": "0.12.2"
2929
},
3030
"peerDependencies": {
3131
"@polywrap/core-js": "0.12.x"
3232
},
3333
"devDependencies": {
34-
"@polywrap/test-cases": "0.12.1",
34+
"@polywrap/test-cases": "0.12.2",
3535
"@types/jest": "29.5.0",
3636
"jest": "29.5.0",
3737
"rimraf": "3.0.2",

0 commit comments

Comments
 (0)