From 41313a6da8ed992845a410854466966da1711e04 Mon Sep 17 00:00:00 2001 From: Siarhei Date: Tue, 17 Dec 2024 02:24:41 +0000 Subject: [PATCH] 1.1.10 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index d2583ff..be22a6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "protoobject", - "version": "1.1.9", + "version": "1.1.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "protoobject", - "version": "1.1.9", + "version": "1.1.10", "funding": [ { "type": "buymeacoffee", diff --git a/package.json b/package.json index 5441aff..667487b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "protoobject", - "version": "1.1.9", + "version": "1.1.10", "description": "A universal class for creating any JSON objects and simple manipulations with them.", "main": "./lib/index.js", "types": "./lib/index.d.ts",