Skip to content

Releases: numbersprotocol/preview-memory

0.0.2

19 Jun 11:13
Compare
Choose a tag to compare

Release Notes - Version 0.0.2

Added

  • Added "prepare": "npm run build" script to the package.json for build preparation. This script is executed when installing @numbersprotocol/preview-memory directly from a git repository. It ensures that the package is properly built and prepared for use.

Full Changelog: https://github.com/sultanmyrza/preview-memory/compare/0.0.1...0.0.2

0.0.1

19 Jun 10:05
Compare
Choose a tag to compare

Release Notes - Version 0.0.1

New Features

  • Added getAvailableMemory() method to retrieve available device memory. This method allows developers to obtain information about the available memory on the device and optimize resource usage accordingly.