hyper-nano 2.0.1 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -34,7 +34,7 @@ offerings:
|
|
|
34
34
|
- cache (powered by [Sqlite](https://github.com/hyper63/hyper-adapter-sqlite))
|
|
35
35
|
- storage (powered by your local [file system](https://github.com/hyper63/hyper-adapter-fs))
|
|
36
36
|
- search (powered by [Sqlite and Minisearch](https://github.com/hyper63/hyper-adapter-minisearch))
|
|
37
|
-
- queue (powered by [
|
|
37
|
+
- queue (powered by [Sqlite and an in-memory queue](https://github.com/hyper63/hyper-adapter-queue))
|
|
38
38
|
|
|
39
39
|
This allows running a hyper instance locally, great for development, or for sandboxed short-lived
|
|
40
40
|
environments ie. GitHub Workspaces or GitPod.
|
package/package.json
CHANGED