@rallie/core
Advanced tools
Comparing version 0.10.0 to 0.11.0
@@ -26,3 +26,3 @@ import type { MiddlewareFnType, NextFnType, ContextType, DependencyType, RelateType } from '../types'; | ||
export declare function isPrimitive(object: unknown): boolean; | ||
export declare function deduplicate(items: DependencyType[] | RelateType[]): any[]; | ||
export declare function deduplicate<T extends DependencyType | RelateType>(items: T[]): T[]; | ||
/** | ||
@@ -29,0 +29,0 @@ * the compose function copied from koa-compose |
{ | ||
"name": "@rallie/core", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"description": "a progressive micro front framework", | ||
@@ -27,3 +27,3 @@ "main": "./dist/index.umd.js", | ||
"homepage": "https://github.com/ralliejs/rallie#readme", | ||
"gitHead": "69ceeff61c51c4cb08d25f2607517cfe3bcd1d3b" | ||
"gitHead": "41dbe8aae6e67c2d6f8ecd71055531da1e0769da" | ||
} |
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
164674