mirror of
https://github.com/fluencelabs/examples
synced 2024-12-04 19:20:17 +00:00
Move 'co' inside 'on' for better readability
This commit is contained in:
parent
60ee6a3af2
commit
4c19398dfe
9127
near-examples/near-signing-node/package-lock.json
generated
Normal file
9127
near-examples/near-signing-node/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -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
|
16
quickstart/3-browser-to-service/package-lock.json
generated
16
quickstart/3-browser-to-service/package-lock.json
generated
@ -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",
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user