react-localization 1.0.14 → 1.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -43,7 +43,7 @@ declare module 'react-localization' {
43
43
  * @param key
44
44
  * @param language
45
45
  */
46
- getString(key: string, language: string): string;
46
+ getString(key: string, language?: string): string;
47
47
 
48
48
  /**
49
49
  * Replace the NamedLocalization object without reinstantiating the object
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-localization",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "description": "Simple module to localize the React interface using the same syntax used in the ReactNativeLocalization module, use 'npm run build' before publishing",
5
5
  "scripts": {
6
6
  "babel-version": "babel --version",
package/.DS_Store DELETED
Binary file