@jsopen/objects 1.5.1 → 1.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,7 @@
1
- # v1.5.1
1
+ # v1.5.2
2
2
  [2025-02-27]
3
3
 
4
4
  ### Fixes
5
5
 
6
- * fix: Fixed calling cached filter function issue ([`b8a3849`](https://github.com/panates/jsopen-objects/commit/b8a38494567cf824d8c6983e0a00b4233356fa2f))
6
+ * fix: Fixed coverage badge ([`6e8f94a`](https://github.com/panates/jsopen-objects/commit/6e8f94add7bb33cb7470a19008df2c95329b951b))
7
+ * fix: Removed Node 16 tests. Jest not supported it anymore ([`84b9c7d`](https://github.com/panates/jsopen-objects/commit/84b9c7d9ef123543f7c848f987e2d5afa9a69c8d))
package/README.md CHANGED
@@ -23,8 +23,8 @@ A 'swiss army knife' solution for working with javascript objects.
23
23
  [npm-url]: https://npmjs.org/package/@jsopen/objects
24
24
  [ci-test-image]: https://github.com/panates/jsopen-objects/actions/workflows/test.yml/badge.svg
25
25
  [ci-test-url]: https://github.com/panates/jsopen-objects/actions/workflows/test.yml
26
- [coveralls-image]: https://img.shields.io/coveralls/panates/@jsopen/objects/master.svg
27
- [coveralls-url]: https://coveralls.io/r/panates/@jsopen/objects
26
+ [coveralls-image]: https://coveralls.io/repos/github/panates/jsopen-objects/badge.svg?branch=main
27
+ [coveralls-url]: https://coveralls.io/github/panates/jsopen-objects?branch=main
28
28
  [downloads-image]: https://img.shields.io/npm/dm/@jsopen/objects.svg
29
29
  [downloads-url]: https://npmjs.org/package/@jsopen/objects
30
30
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jsopen/objects",
3
3
  "description": "Helper utilities for working with JavaScript objects and arrays",
4
- "version": "1.5.1",
4
+ "version": "1.5.2",
5
5
  "author": "Panates",
6
6
  "license": "MIT",
7
7
  "dependencies": {