@brillout/json-serializer
Advanced tools
Comparing version 0.5.12 to 0.5.13
@@ -68,3 +68,3 @@ "use strict"; | ||
const err = new Error(`[@brillout/json-serializer](https://github.com/brillout/json-serializer) ${messageCore}.`); | ||
const pathString = getPathString(path, false); | ||
const pathString = getPathString(path, true); | ||
const errAddendum = { | ||
@@ -71,0 +71,0 @@ [stamp]: true, |
@@ -66,3 +66,3 @@ export { stringify }; | ||
const err = new Error(`[@brillout/json-serializer](https://github.com/brillout/json-serializer) ${messageCore}.`); | ||
const pathString = getPathString(path, false); | ||
const pathString = getPathString(path, true); | ||
const errAddendum = { | ||
@@ -69,0 +69,0 @@ [stamp]: true, |
{ | ||
"name": "@brillout/json-serializer", | ||
"version": "0.5.12", | ||
"version": "0.5.13", | ||
"description": "Same as JSON but with added support for `Date`, `undefined`, `Map`, `Set`, and more.", | ||
@@ -5,0 +5,0 @@ "main": "./index.mjs", |
35230