@phensley/messageformat
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -80,3 +80,3 @@ /** | ||
// If we're not in the outermost scope, push text | ||
if (argsub) { | ||
if (argsub !== undefined && r.s + 1 !== k) { | ||
n.push(textarg(str.substring(r.s + 1, k), argsub)); | ||
@@ -83,0 +83,0 @@ } |
@@ -82,3 +82,3 @@ "use strict"; | ||
// If we're not in the outermost scope, push text | ||
if (argsub) { | ||
if (argsub !== undefined && r.s + 1 !== k) { | ||
n.push(textarg(str.substring(r.s + 1, k), argsub)); | ||
@@ -85,0 +85,0 @@ } |
{ | ||
"name": "@phensley/messageformat", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Extensible ICU message formatter", | ||
@@ -39,5 +39,5 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@phensley/cldr-utils": "1.0.4", | ||
"@phensley/decimal": "1.0.4", | ||
"@phensley/plurals": "1.0.4", | ||
"@phensley/cldr-utils": "1.0.5", | ||
"@phensley/decimal": "1.0.5", | ||
"@phensley/plurals": "1.0.5", | ||
"tslib": "1.11.1" | ||
@@ -72,3 +72,3 @@ }, | ||
}, | ||
"gitHead": "e1fcac03aa42e09bb40d806eba5299b562addc62" | ||
"gitHead": "0e62205779ab1c474b7336bc4217c0c3afad1cae" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
139543
+ Added@phensley/cldr-utils@1.0.5(transitive)
+ Added@phensley/decimal@1.0.5(transitive)
+ Added@phensley/plurals@1.0.5(transitive)
- Removed@phensley/cldr-utils@1.0.4(transitive)
- Removed@phensley/decimal@1.0.4(transitive)
- Removed@phensley/plurals@1.0.4(transitive)
Updated@phensley/cldr-utils@1.0.5
Updated@phensley/decimal@1.0.5
Updated@phensley/plurals@1.0.5