error-serializer
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "error-serializer", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"type": "module", | ||
@@ -9,3 +9,3 @@ "exports": "./build/src/main.js", | ||
"files": [ | ||
"build/src/**/*.{js,d.ts,map,json,sh,md}" | ||
"build/src/**/*.{js,d.ts,json}" | ||
], | ||
@@ -50,4 +50,4 @@ "scripts": { | ||
"dependencies": { | ||
"normalize-exception": "^1.4.2", | ||
"safe-json-value": "^1.5.0" | ||
"normalize-exception": "^1.5.0", | ||
"safe-json-value": "^1.6.0" | ||
}, | ||
@@ -57,3 +57,3 @@ "devDependencies": { | ||
"is-plain-obj": "^4.1.0", | ||
"test-each": "^5.1.2" | ||
"test-each": "^5.2.0" | ||
}, | ||
@@ -60,0 +60,0 @@ "engines": { |
26361
10
Updatednormalize-exception@^1.5.0
Updatedsafe-json-value@^1.6.0