Comparing version 5.7.0 to 5.7.1
import { Container, Provider } from 'frint-di'; | ||
import { Observable } from 'rxjs/Observable'; | ||
export interface Methods { | ||
[key: string]: () => any; | ||
[key: string]: (...args: any[]) => any; | ||
} | ||
@@ -6,0 +6,0 @@ export interface ProviderNames { |
import { Container, Provider } from 'frint-di'; | ||
import { Observable } from 'rxjs/Observable'; | ||
export interface Methods { | ||
[key: string]: () => any; | ||
[key: string]: (...args: any[]) => any; | ||
} | ||
@@ -6,0 +6,0 @@ export interface ProviderNames { |
{ | ||
"name": "frint", | ||
"version": "5.7.0", | ||
"version": "5.7.1", | ||
"description": "Core plugin for Frint", | ||
@@ -28,3 +28,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"frint-di": "^5.7.0", | ||
"frint-di": "^5.7.1", | ||
"lodash": "^4.13.1", | ||
@@ -35,3 +35,3 @@ "rxjs": "^5.5.0" | ||
"cross-env": "^5.0.5", | ||
"frint-config": "^5.7.0" | ||
"frint-config": "^5.7.1" | ||
}, | ||
@@ -38,0 +38,0 @@ "bugs": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
117604
Updatedfrint-di@^5.7.1