@front10/utils
Advanced tools
Comparing version 0.99.0 to 0.100.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [0.100.0](https://gitlab.com/front10-dev/front10-helpers/compare/v0.99.1...v0.100.0) (2021-06-14) | ||
### Features | ||
* Add Facebook card ([36f5e99](https://gitlab.com/front10-dev/front10-helpers/commit/36f5e999b6e614d8464e8d6ba8ece659d0f66fd9)) | ||
# [0.99.0](https://gitlab.com/front10-dev/front10-helpers/compare/v0.98.0...v0.99.0) (2021-03-17) | ||
@@ -8,0 +19,0 @@ |
@@ -22,3 +22,3 @@ export declare function isPromise(result: Promise<unknown> | unknown): result is Promise<unknown>; | ||
}; | ||
export declare function useDataSource<Props extends Record<string, any>, Result>({ dataSource, pageSize, props, }: UseDataSourceProps<Props, Result>): import("react-query").InfiniteQueryObserverResult<DataSet<Result>, unknown>; | ||
export declare function useDataSource<Props extends Record<string, any>, Result>({ dataSource, pageSize, props, }: UseDataSourceProps<Props, Result>): import("react-query").UseInfiniteQueryResult<DataSet<Result>, unknown>; | ||
export {}; |
{ | ||
"name": "@front10/utils", | ||
"version": "0.99.0", | ||
"version": "0.100.0", | ||
"description": "Helpers for front10 components", | ||
@@ -47,4 +47,4 @@ "author": "Front10", | ||
"react-dom": "^16.13.1", | ||
"tslib": "^1.11.1", | ||
"typescript": "^4.1.3" | ||
"tslib": "^2.1.0", | ||
"typescript": "^4.2.3" | ||
}, | ||
@@ -59,3 +59,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "bfc5ee99ec701b4f8feaacf92a829a8bd404cca7" | ||
"gitHead": "09bde82cab3ce067042c7d1b3ba7ec033c9ddf83" | ||
} |
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
331407