bump versions, update Readme

This commit is contained in:
boneyard93501 2022-04-18 02:23:07 -05:00
parent 832ca441a6
commit a108aec37a
2 changed files with 9 additions and 10 deletions

View File

@ -4,10 +4,9 @@ Template for FluenceJS applications running on nodejs.
Useful resources:
- [How to hack on Fluence](https://cutt.ly/HackMoscow)
- [Aqua documentation](https://doc.fluence.dev/aqua-book/)
- [FluenceJS documentation](https://doc.fluence.dev/docs/fluence-js)
- [More examples](https://github.com/fluencelabs/examples)
- [Aqua documentation](https://doc.fluence.dev/aqua-book/)
- [FluenceJS documentation](https://doc.fluence.dev/docs/fluence-js)
- [More examples](https://github.com/fluencelabs/examples)
## Prerequisites
@ -51,4 +50,4 @@ All aqua code is placed in `aqua` directory. The TypeScript files are located in
## Using FluenceJS in browser
You are free to use the UI framework of your choosing. Bootstrap the application and then install the same dependencies and set up the compiler. You can also refer to the [related documentation](https://doc.fluence.dev/docs/fluence-js/2_basics) section. Also you need to configure the http server, hosting you application code to serve additional files. You can read about it in the (documentation)[https://doc.fluence.dev/docs/fluence-js/4_run_in_browser-1]
You are free to use the UI framework of your choosing. Bootstrap the application and then install the same dependencies and set up the compiler. You can also refer to the [related documentation](https://doc.fluence.dev/docs/fluence-js/2_basics) section. Also you need to configure the http server, hosting you application code to serve additional files. You can read about it in the [documentation][https://doc.fluence.dev/docs/fluence-js/4_run_in_browser-1]

View File

@ -20,14 +20,14 @@
},
"homepage": "https://github.com/fluencelabs/fluence-nodejs-template#readme",
"devDependencies": {
"@fluencelabs/aqua-lib": "^0.3.3",
"ts-node": "^10.4.0",
"typescript": "^4.0.0",
"@fluencelabs/aqua": "^0.6.0-263",
"@fluencelabs/aqua-lib": "^0.4.3",
"ts-node": "^10.7.0",
"typescript": "^4.6.3",
"@fluencelabs/aqua": "^0.7.1-300",
"chokidar": "^3.5.3"
},
"dependencies": {
"@fluencelabs/fluence": "^0.19.1",
"@fluencelabs/fluence": "^0.22.0",
"@fluencelabs/fluence-network-environment": "^1.0.13"
}
}