Documentation: Add notes on platform support to help users understand compatibility with different environments.
Documentation: Ensure the link to the React Native polyfill is maintained for users who may encounter issues without it.
Fixes
Fix invalid UUID generation by checking for short byte arrays in v1(), v4(), and v7(). This ensures that users receive valid UUIDs even when provided with incorrect input sizes.
Fix detection of invalid buffer sizes and offsets in UUID generation. This prevents errors when users attempt to generate UUIDs with improper parameters.
Fix the published package to exclude test files, ensuring that users only receive the necessary code without any test artifacts.
Fix a typo in the documentation from 'insure' to 'ensure' for clarity and correctness.
Others
Update packages to improve overall performance and compatibility with other dependencies.