Skip to content

Commit ff90659

Browse files
committed
updated concurrent plugin version and interface URI
1 parent 52fec66 commit ff90659

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

packages/js/client-config-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@polywrap/logger-plugin-js": "0.10.0",
3535
"@polywrap/uri-resolver-extensions-js": "0.10.0-pre.7",
3636
"@polywrap/uri-resolvers-js": "0.10.0-pre.7",
37-
"concurrent-plugin-js": "0.1.1",
37+
"concurrent-plugin-js": "0.1.2",
3838
"doc-snippets": "^1.0.0"
3939
},
4040
"devDependencies": {

packages/js/client-config-builder/src/bundles/getDefaultConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const defaultPackages = {
4646

4747
export const defaultInterfaces = {
4848
uriResolver: "wrap://ens/uri-resolver.core.polywrap.eth",
49-
concurrent: "wrap://ens/goerli/interface.concurrent.wrappers.eth",
49+
concurrent: "wrap://ens/wrappers.polywrap.eth:concurrent@1.0.0",
5050
logger: "wrap://ens/wrappers.polywrap.eth:logger@1.0.0",
5151
};
5252

yarn.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6253,6 +6253,14 @@ concurrent-plugin-js@0.1.1:
62536253
"@polywrap/core-js" "0.10.0-pre.5"
62546254
"@polywrap/msgpack-js" "0.10.0-pre.5"
62556255

6256+
concurrent-plugin-js@0.1.2:
6257+
version "0.1.2"
6258+
resolved "https://registry.yarnpkg.com/concurrent-plugin-js/-/concurrent-plugin-js-0.1.2.tgz#206b9f12723fb99d79a4c03c0f28b427deca6ff4"
6259+
integrity sha512-MWpw9uuQtQ/IerG2CtGjFm+UTmDy0D+D7HZh4hW5PYTk4SbcYBVJtK6n7Yk3tg8NE3rcXLnRxLBoW7UbO2o5hw==
6260+
dependencies:
6261+
"@polywrap/core-js" "0.10.0-pre.7"
6262+
"@polywrap/msgpack-js" "0.10.0-pre.7"
6263+
62566264
config-chain@^1.1.12:
62576265
version "1.1.13"
62586266
resolved "https://registry.yarnpkg.com/config-chain/-/config-chain-1.1.13.tgz#fad0795aa6a6cdaff9ed1b68e9dff94372c232f4"

0 commit comments

Comments
 (0)