diff --git a/dist/index-browser-umd.cjs b/dist/index-browser-umd.cjs index ba56ede..79ba50d 100644 --- a/dist/index-browser-umd.cjs +++ b/dist/index-browser-umd.cjs @@ -531,6 +531,8 @@ case 'parent': case 'parentProperty': return ea[resultType]; + case 'keyvaluetype': + return {'key':ea['parentProperty'],'value':ea['value'],'type':typeof ea['value']} case 'path': return JSONPath.toPathString(ea[resultType]); @@ -1063,4 +1065,4 @@ Object.defineProperty(exports, '__esModule', { value: true }); -}))); +}))); \ No newline at end of file