@simplehealth/filterql
Advanced tools
Comparing version 0.7.0 to 0.7.1
@@ -12,4 +12,2 @@ "use strict"; | ||
var _decoders = require("decoders"); | ||
var _toolkit = require("@simplehealth/toolkit"); | ||
@@ -149,3 +147,3 @@ | ||
_context.prev = 27; | ||
value = (0, _decoders.guard)(decoder, _format.formatShort)(rawStrValue); | ||
value = decoder.verify(rawStrValue, _format.formatShort); | ||
_context.next = 34; | ||
@@ -152,0 +150,0 @@ break; |
{ | ||
"name": "@simplehealth/filterql", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "The FilterQL mini-language.", | ||
@@ -21,3 +21,3 @@ "license": "MIT", | ||
"@simplehealth/toolkit": "^0.5.1", | ||
"decoders": "^2.0.0-beta9" | ||
"decoders": "^2.0.0-beta10" | ||
}, | ||
@@ -24,0 +24,0 @@ "githubUrl": "https://github.com/SimpleContacts/filterql", |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
55379
914
Updateddecoders@^2.0.0-beta10