From a108aec37aa7bd19f206e33f2001111222919c80 Mon Sep 17 00:00:00 2001 From: boneyard93501 <4523011+boneyard93501@users.noreply.github.com> Date: Mon, 18 Apr 2022 02:23:07 -0500 Subject: [PATCH] bump versions, update Readme --- README.md | 9 ++++----- package.json | 10 +++++----- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6a879b2..180d50e 100644 --- a/README.md +++ b/README.md @@ -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] diff --git a/package.json b/package.json index 50c4ab7..c8e8a35 100644 --- a/package.json +++ b/package.json @@ -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" } }