# near-sandbox ## 0.3.4 ### Patch Changes - 7896382: Update nearcore version to 2.13.4 ## 0.3.3 ### Patch Changes - cb894de: Update nearcore version to 2.13.3 - 4370c13: Poll the sandbox RPC with `fetch` instead of `got`, fixing startup on Node >= 26.7 where a refused connection crashed the process with an uncaught error. ## 0.3.2 ### Patch Changes - df3fd47: Update nearcore version to 2.13.2 ## 0.3.1 ### Patch Changes - 191b538: Update nearcore version to 2.13.1 ## 0.3.0 ### Minor Changes - 17cbdfa: Bumped node 20.0.0 → 22.22.2 Bumped "tar" 6.2.0 → 7.5.13; Fix ESM + \_\_dirname bug; Move from tsup to tsdown; Add Biome formatter and apply code formatting; Add a release-check script; ## 0.2.6 ### Patch Changes - dfa0570: Update nearcore version to 2.11.1 ## 0.2.5 ### Patch Changes - 77dbfb8: Update nearcore version to 2.10.7 - d5dffd0: Update nearcore version to 2.11.0 ## 0.2.4 ### Patch Changes - 07e8eb3: Update nearcore version to 2.10.6 ## 0.2.3 ### Patch Changes - 1b8b4eb: Update nearcore version to 2.10.5 ## 0.2.2 ### Patch Changes - aa21dc3: Update nearcore version to 2.10.4 - 6cb08d6: Update nearcore version to 2.10.3 - 196732e: Update nearcore version to 2.10.0 ## 0.2.1 ### Patch Changes - 7337c90: Bumped Node.js used for CI to version 20 (#17) - 7337c90: Consolidated DEFAULT_NEAR_SANDBOX_VERSION constant (#18) - 7337c90: Replaced tsc with tsup for dual ESM/CJS builds (#20) - 7337c90: Enabled support for arm64 Linux target (#22) - 7337c90: update NEAR Sandbox to version 2.9.0 (#19) - 7337c90: update TypeScript and test configuration (#15) ## 0.2.0 ### Minor Changes - a3b7fb3: Implemented a high-level API (Sandbox) to start and stop a NEAR sandbox node with optional configuration. Keep CLI support to initialize and run the sandbox manually. Automatically downloads the NEAR binary (specified or default version). Supports: Custom genesis, accounts, and config. Safe port allocation via internal locking. Graceful shutdown via stop() or teardown() with cleanup. Full chain dump via dump(), returning all config files (genesis, config, node_key, validator_key). Starting a sandbox with a prepared state by providing genesis, validator_key, and node_key. ### Patch Changes - d7d5e5a: Update nearcore version to 2.6.3 ## 0.1.5 ### Patch Changes - 088318e: Updated near-sandbox version to 2.6.2 version ## 0.1.4 ### Patch Changes - 1a81c12: Updated near-sandbox version to 2.5.1 version ## 0.1.3 ### Patch Changes - 04aa5ca: Updated near-sandbox version to 2.4.0 version ## 0.1.2 ### Patch Changes - 43bce75: Updated near-sandbox version to 2.3.1 version ## 0.1.1 ### Patch Changes - 3ace9df: Downgraded nearcore to 2.0.0 version to workaround NEAR-12062 issue (will be resolved with 2.3.0 release) ## 0.1.0 ### Minor Changes - 0e5c372: Ensure installation directory exists before downloading binary ## 0.0.21 ### Patch Changes - 7400f6f: Updated near-sandbox to 2.1.1 ## 0.0.20 ### Patch Changes - c25915f: Updated sandbox to 2.0.0 release. Removed ability to fetch darwin-x86_64 as it is not working for quite some time" ## 0.0.19 ### Patch Changes - a36f856: Updated the default neard version to 1.40.0