Comparing version 1.3.1 to 1.3.2
import * as s from './src/store'; | ||
import * as d from './src/debug'; | ||
export * from './src/store'; | ||
@@ -6,2 +7,2 @@ export * from './src/actionFactory'; | ||
export { debugCallbackType } from './src/debug'; | ||
export declare let bootstrap: (defaultState: s.IState, renderCallback: () => void, debugCallback?: (message: string, params?: any) => void, subStateSeparator?: string) => void; | ||
export declare let bootstrap: (defaultState: s.IState, renderCallback: () => void, debugCallback?: d.debugCallbackType, subStateSeparator?: string) => void; |
{ | ||
"name": "fun-model", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "fun-model is pure functional implementation of FLUX architecture.", | ||
@@ -16,4 +16,3 @@ "main": "./index.js", | ||
"keywords": [ | ||
"flux", | ||
"es6" | ||
"flux" | ||
], | ||
@@ -24,5 +23,2 @@ "author": { | ||
}, | ||
"scripts": { | ||
"tsconfig": "tsconfig ." | ||
}, | ||
"devDependencies": { | ||
@@ -33,6 +29,5 @@ "gulp": "3.9.0", | ||
"jasmine-core": "2.4.1", | ||
"systemjs": "0.19.6", | ||
"tsconfig-glob": "^0.4.3" | ||
"systemjs": "0.19.6" | ||
}, | ||
"license": "MIT" | ||
} |
export declare type debugCallbackType = (message: string, params?: any) => void; | ||
export declare let bootstrap: (debugCallback: (message: string, params?: any) => void) => void; | ||
export declare let bootstrap: (debugCallback: debugCallbackType) => void; | ||
export declare function log(message: string, params?: any): void; |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
221917
5
35
1412
1