Changelog
4.44.6 ( May 16th, 2023)
Changelog
4.44.5 ( May 8th, 2023)
"type": "module"
to the package.json as informed is an ESM first packageChangelog
4.44.3 ( May 2nd, 2023)
Changelog
4.44.2 ( April 26th, 2023)
// 0 ---> 1 ---> 2
// Remove index 0 [ 1, 2, 3 ]
// ==> [ 2, 3 ]
// Remove index 1 [ 2, 3 ]
// ==> [ 3 ]
// Remove index 2 [ 3 ]
// ==> [ 3 ] << see how 3 never got removed
Changelog
4.44.1 (April 4th, 2023)