seqflow-js
Advanced tools
Comparing version 0.0.1-beta.11 to 0.0.1-beta.12
{ | ||
"name": "seqflow-js", | ||
"version": "0.0.1-beta.11", | ||
"version": "0.0.1-beta.12", | ||
"description": "SeqFlow is a modern web framework that is designed to be simple and easy to use. It optimizes the development process by providing a simple and easy-to-understand API. It is a good choice for those who want to create web applications without the complexity of other frameworks.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.mjs", |
@@ -9,2 +9,4 @@ # SeqFlow JS | ||
See the [documentation](https://seqflow.dev) for more information. | ||
## Installation | ||
@@ -37,3 +39,3 @@ | ||
// Async operation may fail | ||
// Perform an async operation | ||
const quote = quote = await getRandomQuote(); | ||
@@ -40,0 +42,0 @@ |
Sorry, the diff of this file is not supported yet
266806
52