@aresrpg/sui-checkpoint-reader
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "@aresrpg/sui-checkpoint-reader", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -534,3 +534,3 @@ import { setInterval, setTimeout } from 'timers/promises' | ||
export function mapper(object_source, mappings) { | ||
function mapper(object_source, mappings) { | ||
const map_recursive = obj => { | ||
@@ -537,0 +537,0 @@ if (Array.isArray(obj)) { |
45364