@hyperingenuity/uscript
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "@hyperingenuity/uscript", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Micro Scripting Language inside JavaScript", | ||
@@ -20,4 +20,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"barrkeep": "^2.6.6" | ||
"barrkeep": "^2.11.1" | ||
} | ||
} |
@@ -85,4 +85,4 @@ 'use strict'; | ||
it('should evaluate a filter expression', () => { | ||
expect('2439673 | bytes'.µ).toBe('2.327 MB'); | ||
expect('2439673 | bytes'.µ).toBe('2.33 MB'); | ||
}); | ||
}); |
Updatedbarrkeep@^2.11.1