@larscom/ngx-translate-module-loader
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -1,2 +0,2 @@ | ||
export declare type Translation = Object; | ||
export declare type TranslationKey = keyof Object; | ||
export type Translation = Object; | ||
export type TranslationKey = keyof Object; |
{ | ||
"name": "@larscom/ngx-translate-module-loader", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Highly configurable and flexible translations loader for ngx-translate. Fetch multiple translations, each translation file gets it's own namespace by default", | ||
@@ -31,3 +31,3 @@ "repository": { | ||
"dependencies": { | ||
"deepmerge": ">=3.0.0", | ||
"ramda": "^0.28.0", | ||
"tslib": "^2.0.0" | ||
@@ -34,0 +34,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
63487
+ Addedramda@^0.28.0
+ Addedramda@0.28.0(transitive)
- Removeddeepmerge@>=3.0.0
- Removeddeepmerge@4.3.1(transitive)