1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-06-25 00:39:21 +00:00

fix: allow to use another type than an object when possible
Some checks are pending
CodeQL / Analyze (javascript) (push) Has started running

Signed-off-by: Avior <git@avior.me>
This commit is contained in:
2024-06-12 12:44:44 +02:00
parent 1dba6cf74e
commit 78f75ec7d1
4 changed files with 10 additions and 6 deletions

View File

@ -1,12 +1,12 @@
{
"name": "@dzeio/object-util",
"version": "1.8.2",
"version": "1.8.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@dzeio/object-util",
"version": "1.8.2",
"version": "1.8.3",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29",