Move 'co' inside 'on' for better readability

This commit is contained in:
folex 2021-12-30 11:28:48 +03:00
parent 60ee6a3af2
commit 4c19398dfe
4 changed files with 9139 additions and 12 deletions

File diff suppressed because it is too large Load Diff

View File

@ -22,8 +22,8 @@ func sayHello(targetPeerId: PeerId, targetRelayPeerId: PeerId) -> string:
comp <- HelloWorld.hello(%init_peer_id%) comp <- HelloWorld.hello(%init_peer_id%)
-- send the result to target browser in the background -- send the result to target browser in the background
co on targetPeerId via targetRelayPeerId: on targetPeerId via targetRelayPeerId:
res <- HelloPeer.hello(%init_peer_id%) co HelloPeer.hello(%init_peer_id%)
-- send the result to the initiator -- send the result to the initiator
<- comp.reply <- comp.reply

View File

@ -25,8 +25,8 @@
"web-vitals": "^1.1.2" "web-vitals": "^1.1.2"
}, },
"devDependencies": { "devDependencies": {
"@fluencelabs/aqua": "^0.5.2-256", "@fluencelabs/aqua": "0.5.2-257",
"@fluencelabs/aqua-lib": "^0.3.2", "@fluencelabs/aqua-lib": "0.3.2",
"chokidar-cli": "^2.1.0", "chokidar-cli": "^2.1.0",
"node-sass": "^6.0.1" "node-sass": "^6.0.1"
} }
@ -1954,9 +1954,9 @@
} }
}, },
"node_modules/@fluencelabs/aqua": { "node_modules/@fluencelabs/aqua": {
"version": "0.5.2-256", "version": "0.5.2-257",
"resolved": "https://registry.npmjs.org/@fluencelabs/aqua/-/aqua-0.5.2-256.tgz", "resolved": "https://registry.npmjs.org/@fluencelabs/aqua/-/aqua-0.5.2-257.tgz",
"integrity": "sha512-LYIXXn/dS0yIOefsd0r2fVcir2fWxnY4aKsf+NDchcGShfQ92Xoqmy7KUtiBdK6uUfZIdNvQb/omeg2gtxNziA==", "integrity": "sha512-JxNbyLTWwyt2rI4EThYwz7kgaxiulnUveDahb79C85ZPQyzFLIadRe2dwlWcSi0H+H/nhTVT/3L9XE7n9RSpfw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@fluencelabs/aqua-ipfs": "0.5.2", "@fluencelabs/aqua-ipfs": "0.5.2",
@ -26582,9 +26582,9 @@
} }
}, },
"@fluencelabs/aqua": { "@fluencelabs/aqua": {
"version": "0.5.2-256", "version": "0.5.2-257",
"resolved": "https://registry.npmjs.org/@fluencelabs/aqua/-/aqua-0.5.2-256.tgz", "resolved": "https://registry.npmjs.org/@fluencelabs/aqua/-/aqua-0.5.2-257.tgz",
"integrity": "sha512-LYIXXn/dS0yIOefsd0r2fVcir2fWxnY4aKsf+NDchcGShfQ92Xoqmy7KUtiBdK6uUfZIdNvQb/omeg2gtxNziA==", "integrity": "sha512-JxNbyLTWwyt2rI4EThYwz7kgaxiulnUveDahb79C85ZPQyzFLIadRe2dwlWcSi0H+H/nhTVT/3L9XE7n9RSpfw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@fluencelabs/aqua-ipfs": "0.5.2", "@fluencelabs/aqua-ipfs": "0.5.2",

View File

@ -46,8 +46,8 @@
] ]
}, },
"devDependencies": { "devDependencies": {
"@fluencelabs/aqua": "^0.5.2-256", "@fluencelabs/aqua": "0.5.2-257",
"@fluencelabs/aqua-lib": "^0.3.2", "@fluencelabs/aqua-lib": "0.3.2",
"chokidar-cli": "^2.1.0", "chokidar-cli": "^2.1.0",
"node-sass": "^6.0.1" "node-sass": "^6.0.1"
} }