Tags: qntm/base1
Tags
Bump cypress from 7.7.0 to 8.3.1 (#23) Bumps [cypress](https://github.com/cypress-io/cypress) from 7.7.0 to 8.3.1. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js) - [Commits](cypress-io/cypress@v7.7.0...v8.3.1) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: qntm <[email protected]>
Now supports ALL JavaScript numbers Was informed of a way to convert a very large JavaScript integer into a `big-integer` object *without* losing data. `decodeL` now uses this and can support any JavaScript number, not just those under `Number.MAX_SAFE_INTEGER`. Meanwhile `encodeL` now returns that original JavaScript number whenever possible.