@douglasneuroinformatics/libjs 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
Binary file
|
package/dist/json.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"json.d.ts","sourceRoot":"","sources":["../src/json.ts"],"names":[],"mappings":"AA6BA,wBAAgB,QAAQ,CAAC,IAAI,EAAE,OAAO,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,
|
|
1
|
+
{"version":3,"file":"json.d.ts","sourceRoot":"","sources":["../src/json.ts"],"names":[],"mappings":"AA6BA,wBAAgB,QAAQ,CAAC,IAAI,EAAE,OAAO,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,WAelE;AAED,wBAAgB,OAAO,CAAC,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,WAOhD"}
|
package/dist/json.js
CHANGED
|
@@ -6,7 +6,6 @@ function isSerializedObject(value, name) {
|
|
|
6
6
|
return Boolean(value.__isSerializedType && value.__deserializedType === name);
|
|
7
7
|
}
|
|
8
8
|
export function replacer(key, value) {
|
|
9
|
-
console.log({ this: this });
|
|
10
9
|
if (value instanceof Set) {
|
|
11
10
|
return {
|
|
12
11
|
__deserializedType: 'Set',
|
package/package.json
CHANGED
|
Binary file
|