@phensley/messageformat
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -35,3 +35,3 @@ import { __extends } from "tslib"; | ||
this._fmt = compile("(" + formatters.join('|') + ")"); | ||
this._offset = compile(/offset:\d+/.source); | ||
this._offset = compile(/offset:-?\d+/.source); | ||
this._choice = compile(patterns.pluralChoice); | ||
@@ -38,0 +38,0 @@ } |
@@ -37,3 +37,3 @@ "use strict"; | ||
this._fmt = compile("(" + formatters.join('|') + ")"); | ||
this._offset = compile(/offset:\d+/.source); | ||
this._offset = compile(/offset:-?\d+/.source); | ||
this._choice = compile(patterns.pluralChoice); | ||
@@ -40,0 +40,0 @@ } |
{ | ||
"name": "@phensley/messageformat", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Extensible ICU message formatter", | ||
@@ -39,5 +39,5 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@phensley/cldr-utils": "1.0.0", | ||
"@phensley/decimal": "1.0.0", | ||
"@phensley/plurals": "1.0.0", | ||
"@phensley/cldr-utils": "1.0.1", | ||
"@phensley/decimal": "1.0.1", | ||
"@phensley/plurals": "1.0.1", | ||
"tslib": "1.11.1" | ||
@@ -72,3 +72,3 @@ }, | ||
}, | ||
"gitHead": "84adc62f4b277203b9252f5c7aef98130d2baa3a" | ||
"gitHead": "3c5f9b206bc43cc47600db0a55a267b76f336a3c" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
139379
+ Added@phensley/cldr-utils@1.0.1(transitive)
+ Added@phensley/decimal@1.0.1(transitive)
+ Added@phensley/plurals@1.0.1(transitive)
- Removed@phensley/cldr-utils@1.0.0(transitive)
- Removed@phensley/decimal@1.0.0(transitive)
- Removed@phensley/plurals@1.0.0(transitive)
Updated@phensley/cldr-utils@1.0.1
Updated@phensley/decimal@1.0.1
Updated@phensley/plurals@1.0.1