hyper-nano 1.2.0 → 1.2.2

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.
Files changed (2) hide show
  1. package/README.md +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -70,6 +70,16 @@ There are binaries built for each major platform:
70
70
  - [Darwin ARM (Mac M1)](https://hyperland.s3.amazonaws.com/hyper-aarch64-apple-darwin)
71
71
  - [Windows](https://hyperland.s3.amazonaws.com/hyper-x86_64-pc-windows-msvc.exe)
72
72
 
73
+ ### Node Usage
74
+
75
+ Alternatively, if you use `Node`, you may run `hyper nano` using `npx`:
76
+
77
+ ```sh
78
+ npx hyper-nano --domain=foobar --experimental --data --cache ...
79
+ ```
80
+
81
+ ### Deno Usage
82
+
73
83
  Alternatively, if you use `Deno` you may run `hyper nano` directly from the
74
84
  source:
75
85
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hyper-nano",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "license": "Apache-2.0",
5
5
  "description": "In-Memory hyper http server using in-memory adapters",
6
6
  "homepage": "https://github.com/hyper63/hyper/tree/main/images/nano",