@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 +3 -2
- package/README.md +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
# v1.5.
|
|
1
|
+
# v1.5.2
|
|
2
2
|
[2025-02-27]
|
|
3
3
|
|
|
4
4
|
### Fixes
|
|
5
5
|
|
|
6
|
-
* fix: Fixed
|
|
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://
|
|
27
|
-
[coveralls-url]: https://coveralls.io/
|
|
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
|
|