tweaking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2026-01-01 20:04:16 +03:00
parent 4c17b6ca3c
commit 6ae2d66457
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "ig-serialize",
"version": "1.0.2",
"version": "1.0.3",
"description": "experimental extended json serializaion...",
"main": "serialize.js",
"scripts": {

View File

@ -636,6 +636,9 @@ module.eJSON = {
this.setItem(res, a, this.getItem(res, b)) }
return res },
// to comply with POLS...
stringify: serialize,
}