@nubjs/nub-linux-arm64 0.1.10 → 0.1.12

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/bin/nub CHANGED
Binary file
package/bin/nubx CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nubjs/nub-linux-arm64",
3
- "version": "0.1.10",
3
+ "version": "0.1.12",
4
4
  "description": "Nub binary for linux-arm64",
5
5
  "license": "MIT",
6
6
  "repository": "https://github.com/nubjs/nub",
Binary file
@@ -38,7 +38,7 @@ function installSyncPolyfills(preloaded) {
38
38
  // is a getter THROWING `ERR_INVALID_ARG_VALUE` on ANY access — even
39
39
  // `typeof localStorage` throws, so feature-detection is impossible and the throw
40
40
  // can surface before user code expects it. The spawn layer signals this case via
41
- // the internal `__NUB_NEUTRALIZE_LOCALSTORAGE` env var (set iff flag-injected
41
+ // the internal `__NUB_NEUTRALIZE_LOCALSTORAGE` env var (set iff unflagged
42
42
  // no user file). Replace the throwing getter with a plain `undefined` value —
43
43
  // matching Node 25+'s clean shape — so `typeof localStorage === "undefined"` is
44
44
  // true and no throw occurs; `sessionStorage`, which needs only the flag, keeps
@@ -9,4 +9,4 @@
9
9
  // previously lived as a literal inside preload.mjs, which `make version` patched,
10
10
  // while the worker carried a hand-maintained "…-compat" copy that `make version`
11
11
  // never touched — a latent staleness bug this module closes.)
12
- export const NUB_VERSION = "0.1.10";
12
+ export const NUB_VERSION = "0.1.12";