trie-system
Advanced tools
Comparing version
@@ -15,3 +15,3 @@ #!/usr/bin/env node | ||
const url = 'http://35.237.191.2'; | ||
const version = "1.0.3"; | ||
const version = "1.0.4"; | ||
@@ -18,0 +18,0 @@ /** |
{ | ||
"name": "trie-system", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "bin/index.js", |
@@ -29,3 +29,3 @@ # trie-system | ||
```bash | ||
trie-client | ||
trie-system | ||
``` | ||
@@ -63,2 +63,2 @@ | ||
- Change autocomplete to take into account the new frequency variable. We could take the current list being returned and sort it based on the frequency, mimicing more how many mainstream autocomplete features work. | ||
- Separate the server and client into different repos. Currently it is all in one and under a singular package.json. This leads to the package to be unnecessarily large due to extra dependencies and files. | ||
- Separate the server and client into different repos. Currently it is all in one and under a singular package.json. This leads to the package to be unnecessarily large due to extra dependencies and files. |
280843
063
1.61%