boo-flash 0.1.0 → 0.1.1

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 CHANGED
@@ -8,7 +8,7 @@ the repository's supported flasher.
8
8
 
9
9
  ## Run
10
10
 
11
- The MIT-licensed npm package is `boo-flash` version `0.1.0`. Its tool version is
11
+ The MIT-licensed npm package is `boo-flash`. Its tool version is
12
12
  independent of Boo image release versions such as `0.1.0+151`. Run it without a
13
13
  global install using either supported runtime:
14
14
 
@@ -19,9 +19,9 @@ bunx boo-flash # Bun 1.4 or later
19
19
 
20
20
  The package contains JavaScript, not a bundled Node or Bun executable. Its small
21
21
  launcher selects a compatible Node installation first and supplies Node's required
22
- `--experimental-ffi`; otherwise it uses Bun. The npm artifact carries separate
23
- Node- and Bun-compiled Solid entry points plus the matching package-installed
24
- OpenTUI native library. On Linux the launcher detects musl before OpenTUI loads
22
+ `--experimental-ffi`; otherwise it uses Bun. The npm artifact carries one
23
+ runtime-neutral Solid bundle plus the matching package-installed OpenTUI native
24
+ library. On Linux the launcher detects musl before OpenTUI loads
25
25
  and selects its musl artifact; an explicit valid `OPENTUI_LIBC` remains authoritative.
26
26
 
27
27
  Production flashing needs `curl` and `zstd`; Candidates add
@@ -37,3 +37,27 @@ Redistributions in binary form must reproduce the above copyright notice, this l
37
37
 
38
38
  THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS,
39
39
  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
40
+
41
+ solid-js
42
+ --------
43
+ MIT License
44
+
45
+ Copyright (c) 2016-2025 Ryan Carniato
46
+
47
+ Permission is hereby granted, free of charge, to any person obtaining a copy
48
+ of this software and associated documentation files (the "Software"), to deal
49
+ in the Software without restriction, including without limitation the rights
50
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
51
+ copies of the Software, and to permit persons to whom the Software is
52
+ furnished to do so, subject to the following conditions:
53
+
54
+ The above copyright notice and this permission notice shall be included in all
55
+ copies or substantial portions of the Software.
56
+
57
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
58
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
59
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
60
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
61
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
62
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
63
+ SOFTWARE.