mirror of
https://github.com/fluencelabs/examples
synced 2025-04-25 10:42:16 +00:00
Fix issue with default peer with npm 7 workspaces
This commit is contained in:
parent
12b1860374
commit
08ab2a0ac4
@ -22,16 +22,16 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fluencelabs/aqua-ipfs": "0.4.2",
|
"@fluencelabs/aqua-ipfs": "0.4.2",
|
||||||
"@fluencelabs/fluence": "0.11.0",
|
|
||||||
"@fluencelabs/aqua-lib": "0.1.14",
|
"@fluencelabs/aqua-lib": "0.1.14",
|
||||||
|
"@fluencelabs/fluence": "0.11.0",
|
||||||
"@fluencelabs/fluence-network-environment": "1.0.10",
|
"@fluencelabs/fluence-network-environment": "1.0.10",
|
||||||
"ipfs-http-client": "^50.1.2",
|
"ipfs-http-client": "^50.1.2",
|
||||||
"it-all": "^1.0.5",
|
"it-all": "^1.0.5",
|
||||||
"uint8arrays": "^2.1.5",
|
"multiaddr": "^10.0.0",
|
||||||
"multiaddr": "^10.0.0"
|
"uint8arrays": "^2.1.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@fluencelabs/aqua": "^0.3.0-224",
|
"@fluencelabs/aqua": "^0.3.0-225",
|
||||||
"typescript": "^3.9.5"
|
"typescript": "^3.9.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* This file is auto-generated. Do not edit manually: changes may be erased.
|
* This file is auto-generated. Do not edit manually: changes may be erased.
|
||||||
* Generated by Aqua compiler: https://github.com/fluencelabs/aqua/.
|
* Generated by Aqua compiler: https://github.com/fluencelabs/aqua/.
|
||||||
* If you find any bugs, please write an issue on GitHub: https://github.com/fluencelabs/aqua/issues
|
* If you find any bugs, please write an issue on GitHub: https://github.com/fluencelabs/aqua/issues
|
||||||
* Aqua version: 0.3.0-224
|
* Aqua version: 0.3.0-225
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { FluencePeer } from '@fluencelabs/fluence';
|
import { FluencePeer } from '@fluencelabs/fluence';
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* This file is auto-generated. Do not edit manually: changes may be erased.
|
* This file is auto-generated. Do not edit manually: changes may be erased.
|
||||||
* Generated by Aqua compiler: https://github.com/fluencelabs/aqua/.
|
* Generated by Aqua compiler: https://github.com/fluencelabs/aqua/.
|
||||||
* If you find any bugs, please write an issue on GitHub: https://github.com/fluencelabs/aqua/issues
|
* If you find any bugs, please write an issue on GitHub: https://github.com/fluencelabs/aqua/issues
|
||||||
* Aqua version: 0.3.0-224
|
* Aqua version: 0.3.0-225
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { FluencePeer } from '@fluencelabs/fluence';
|
import { FluencePeer } from '@fluencelabs/fluence';
|
||||||
|
39370
aqua-examples/aqua-ipfs-integration/package-lock.json
generated
Normal file
39370
aqua-examples/aqua-ipfs-integration/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
8
aqua-examples/aqua-ipfs-integration/package.json
Normal file
8
aqua-examples/aqua-ipfs-integration/package.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"name": "aqua-ipfs-integration",
|
||||||
|
"workspaces": [
|
||||||
|
"aqua",
|
||||||
|
"nodjes",
|
||||||
|
"web"
|
||||||
|
]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user