@rallie/core
Advanced tools
Comparing version 0.9.2 to 0.10.0
@@ -60,8 +60,2 @@ import type { EventEmitter } from './event-emitter'; | ||
watchState<T = any, P = any>(namespace: string, getter: (state: T) => undefined | P): Watcher<P>; | ||
/** | ||
* waiting for some states to be initialized | ||
* @param dependencies the dependencies to be waited for | ||
* @param timeout the time to wait | ||
*/ | ||
waitState(dependencies: string[], timeout?: number): Promise<any[]>; | ||
} |
@@ -15,3 +15,2 @@ import type { MiddlewareFnType, NextFnType, ContextType, DependencyType, RelateType } from '../types'; | ||
accessUninitializedState: (namespace: string) => string; | ||
waitStateTimeout: (namespaces: string[]) => string; | ||
duplicatedInitial: (namespace: string) => string; | ||
@@ -18,0 +17,0 @@ initializePrimitiveState: (namespace: string) => string; |
{ | ||
"name": "@rallie/core", | ||
"version": "0.9.2", | ||
"version": "0.10.0", | ||
"description": "a progressive micro front framework", | ||
@@ -26,3 +26,4 @@ "main": "./dist/index.umd.js", | ||
}, | ||
"homepage": "https://github.com/ralliejs/rallie#readme" | ||
"homepage": "https://github.com/ralliejs/rallie#readme", | ||
"gitHead": "69ceeff61c51c4cb08d25f2607517cfe3bcd1d3b" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
15
164665
4105