Skip to content

Commit 6698c5c

Browse files
build(release): migrate to 0.11.0
1 parent a544faf commit 6698c5c

17 files changed

Lines changed: 119 additions & 91 deletions

File tree

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.10.1",
4+
"version": "0.11.0",
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.10.1",
4+
"version": "0.11.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -23,21 +23,21 @@
2323
"build:readme": "yarn doc-snippets combine"
2424
},
2525
"dependencies": {
26-
"@polywrap/client-config-builder-js": "0.10.1",
27-
"@polywrap/core-client-js": "0.10.1",
28-
"@polywrap/core-js": "0.10.1",
29-
"@polywrap/msgpack-js": "0.10.1",
30-
"@polywrap/plugin-js": "0.10.1",
31-
"@polywrap/result": "0.10.1",
32-
"@polywrap/tracing-js": "0.10.1",
33-
"@polywrap/uri-resolver-extensions-js": "0.10.1",
34-
"@polywrap/uri-resolvers-js": "0.10.1",
35-
"@polywrap/wrap-manifest-types-js": "0.10.1"
26+
"@polywrap/client-config-builder-js": "0.11.0",
27+
"@polywrap/core-client-js": "0.11.0",
28+
"@polywrap/core-js": "0.11.0",
29+
"@polywrap/msgpack-js": "0.11.0",
30+
"@polywrap/plugin-js": "0.11.0",
31+
"@polywrap/result": "0.11.0",
32+
"@polywrap/tracing-js": "0.11.0",
33+
"@polywrap/uri-resolver-extensions-js": "0.11.0",
34+
"@polywrap/uri-resolvers-js": "0.11.0",
35+
"@polywrap/wrap-manifest-types-js": "0.11.0"
3636
},
3737
"devDependencies": {
3838
"@polywrap/cli-js": "~0.10.0",
39-
"@polywrap/sys-config-bundle-js": "0.10.1",
40-
"@polywrap/test-cases": "0.10.1",
39+
"@polywrap/sys-config-bundle-js": "0.11.0",
40+
"@polywrap/test-cases": "0.11.0",
4141
"@types/jest": "29.5.0",
4242
"@types/prettier": "2.6.0",
4343
"@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.10.1",
4+
"version": "0.11.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -22,14 +22,14 @@
2222
"build:readme": "yarn doc-snippets combine"
2323
},
2424
"dependencies": {
25-
"@polywrap/core-js": "0.10.1",
26-
"@polywrap/config-bundle-types-js": "0.10.1",
27-
"@polywrap/plugin-js": "0.10.1",
28-
"@polywrap/sys-config-bundle-js": "0.10.1",
29-
"@polywrap/uri-resolver-extensions-js": "0.10.1",
30-
"@polywrap/uri-resolvers-js": "0.10.1",
31-
"@polywrap/wasm-js": "0.10.1",
32-
"@polywrap/web3-config-bundle-js": "0.10.1"
25+
"@polywrap/config-bundle-types-js": "0.11.0",
26+
"@polywrap/core-js": "0.11.0",
27+
"@polywrap/plugin-js": "0.11.0",
28+
"@polywrap/sys-config-bundle-js": "0.11.0",
29+
"@polywrap/uri-resolver-extensions-js": "0.11.0",
30+
"@polywrap/uri-resolvers-js": "0.11.0",
31+
"@polywrap/wasm-js": "0.11.0",
32+
"@polywrap/web3-config-bundle-js": "0.11.0"
3333
},
3434
"devDependencies": {
3535
"@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.10.1",
3+
"version": "0.11.0",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -15,7 +15,7 @@
1515
"lint": "eslint --color -c ../../.eslintrc.js src/"
1616
},
1717
"dependencies": {
18-
"@polywrap/core-js": "~0.10.1"
18+
"@polywrap/core-js": "0.11.0"
1919
},
2020
"devDependencies": {
2121
"rimraf": "3.0.2",

packages/config-bundles/sys/package.json

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polywrap/sys-config-bundle-js",
3-
"version": "0.10.1",
3+
"version": "0.11.0",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -17,13 +17,13 @@
1717
"lint": "eslint --color -c ../../../.eslintrc.js src/"
1818
},
1919
"dependencies": {
20-
"@polywrap/config-bundle-types-js": "~0.10.1",
2120
"@polywrap/concurrent-plugin-js": "~0.10.0",
21+
"@polywrap/config-bundle-types-js": "0.11.0",
2222
"@polywrap/datetime-plugin-js": "~0.10.0",
2323
"@polywrap/file-system-plugin-js": "~0.10.0",
2424
"@polywrap/http-plugin-js": "~0.10.0",
2525
"@polywrap/logger-plugin-js": "~0.10.0",
26-
"@polywrap/uri-resolver-extensions-js": "~0.10.1",
26+
"@polywrap/uri-resolver-extensions-js": "0.11.0",
2727
"base64-to-uint8array": "1.0.0"
2828
},
2929
"devDependencies": {
@@ -36,7 +36,9 @@
3636
},
3737
"doc-snippets": {
3838
"extract": {
39-
"include": ["./src/**/*.{ts,tsx,json,yaml,txt,md,graphql,cue}"],
39+
"include": [
40+
"./src/**/*.{ts,tsx,json,yaml,txt,md,graphql,cue}"
41+
],
4042
"ignore": [
4143
"./**/node_modules/**",
4244
"./**/.polywrap/**",
@@ -49,12 +51,24 @@
4951
"include": "./README.md"
5052
},
5153
"startTokens": [
52-
{ "pattern": "$start: ", "inline": false },
53-
{ "pattern": "/* $: {SNIPPET_NAME} */", "inline": true }
54+
{
55+
"pattern": "$start: ",
56+
"inline": false
57+
},
58+
{
59+
"pattern": "/* $: {SNIPPET_NAME} */",
60+
"inline": true
61+
}
5462
],
5563
"endTokens": [
56-
{ "pattern": "$end", "inline": false },
57-
{ "pattern": "/* $ */", "inline": true }
64+
{
65+
"pattern": "$end",
66+
"inline": false
67+
},
68+
{
69+
"pattern": "/* $ */",
70+
"inline": true
71+
}
5872
],
5973
"outputDir": "./"
6074
}

packages/config-bundles/web3/package.json

Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polywrap/web3-config-bundle-js",
3-
"version": "0.10.1",
3+
"version": "0.11.0",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -17,12 +17,12 @@
1717
"lint": "eslint --color -c ../../../.eslintrc.js src/"
1818
},
1919
"dependencies": {
20-
"@polywrap/config-bundle-types-js": "~0.10.1",
20+
"@polywrap/config-bundle-types-js": "0.11.0",
2121
"@polywrap/ethereum-provider-js": "npm:@polywrap/ethereum-provider-js@~0.3.1",
2222
"@polywrap/ethereum-provider-js-v1": "npm:@polywrap/ethereum-provider-js@~0.2.4",
23-
"@polywrap/sys-config-bundle-js": "~0.10.1",
24-
"@polywrap/uri-resolver-extensions-js": "~0.10.1",
25-
"@polywrap/wasm-js": "~0.10.1",
23+
"@polywrap/sys-config-bundle-js": "0.11.0",
24+
"@polywrap/uri-resolver-extensions-js": "0.11.0",
25+
"@polywrap/wasm-js": "0.11.0",
2626
"base64-to-uint8array": "1.0.0"
2727
},
2828
"devDependencies": {
@@ -36,7 +36,9 @@
3636
},
3737
"doc-snippets": {
3838
"extract": {
39-
"include": ["./src/**/*.{ts,tsx,json,yaml,txt,md,graphql,cue}"],
39+
"include": [
40+
"./src/**/*.{ts,tsx,json,yaml,txt,md,graphql,cue}"
41+
],
4042
"ignore": [
4143
"./**/node_modules/**",
4244
"./**/.polywrap/**",
@@ -49,12 +51,24 @@
4951
"include": "./README.md"
5052
},
5153
"startTokens": [
52-
{ "pattern": "$start: ", "inline": false },
53-
{ "pattern": "/* $: {SNIPPET_NAME} */", "inline": true }
54+
{
55+
"pattern": "$start: ",
56+
"inline": false
57+
},
58+
{
59+
"pattern": "/* $: {SNIPPET_NAME} */",
60+
"inline": true
61+
}
5462
],
5563
"endTokens": [
56-
{ "pattern": "$end", "inline": false },
57-
{ "pattern": "/* $ */", "inline": true }
64+
{
65+
"pattern": "$end",
66+
"inline": false
67+
},
68+
{
69+
"pattern": "/* $ */",
70+
"inline": true
71+
}
5872
],
5973
"outputDir": "./"
6074
}

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.10.1",
4+
"version": "0.11.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -21,15 +21,15 @@
2121
"build:readme": "yarn doc-snippets combine"
2222
},
2323
"dependencies": {
24-
"@polywrap/core-js": "0.10.1",
25-
"@polywrap/msgpack-js": "0.10.1",
26-
"@polywrap/result": "0.10.1",
27-
"@polywrap/tracing-js": "0.10.1",
28-
"@polywrap/wrap-manifest-types-js": "0.10.1"
24+
"@polywrap/core-js": "0.11.0",
25+
"@polywrap/msgpack-js": "0.11.0",
26+
"@polywrap/result": "0.11.0",
27+
"@polywrap/tracing-js": "0.11.0",
28+
"@polywrap/wrap-manifest-types-js": "0.11.0"
2929
},
3030
"devDependencies": {
31-
"@polywrap/test-cases": "0.10.1",
32-
"@polywrap/uri-resolvers-js": "0.10.1",
31+
"@polywrap/test-cases": "0.11.0",
32+
"@polywrap/uri-resolvers-js": "0.11.0",
3333
"@types/jest": "29.5.0",
3434
"@types/uuid": "8.3.0",
3535
"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.10.1",
4+
"version": "0.11.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -23,9 +23,9 @@
2323
"build:readme": "yarn build:readme:subsections && yarn build:readme:final"
2424
},
2525
"dependencies": {
26-
"@polywrap/result": "0.10.1",
27-
"@polywrap/tracing-js": "0.10.1",
28-
"@polywrap/wrap-manifest-types-js": "0.10.1"
26+
"@polywrap/result": "0.11.0",
27+
"@polywrap/tracing-js": "0.11.0",
28+
"@polywrap/wrap-manifest-types-js": "0.11.0"
2929
},
3030
"devDependencies": {
3131
"@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.10.1",
4+
"version": "0.11.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -15,7 +15,7 @@
1515
"test:watch": "yarn test -- --watch"
1616
},
1717
"dependencies": {
18-
"@polywrap/msgpack-js": "0.10.1",
18+
"@polywrap/msgpack-js": "0.11.0",
1919
"ajv": "8.12.0",
2020
"semver": "7.5.0"
2121
},

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

0 commit comments

Comments
 (0)