bt-core-app 2.1.5 → 2.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -987,7 +987,7 @@ export declare function getCSVItems<T>(csvTxt: string, options: GetCSVOption[],
987
987
 
988
988
  export declare interface GetCSVOption {
989
989
  csvColumnNames: string[];
990
- onProcessProp?: <PropT, TReturn>(v: PropT, ret?: TReturn) => void;
990
+ onProcessProp?: <T>(v: string, ret?: T) => void;
991
991
  propName: string;
992
992
  }
993
993
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.1.5",
3
+ "version": "2.1.6",
4
4
  "description": "Core app tools for some basic features like navigation, authentication, server apis, and cosmetics",
5
5
  "homepage": "https://github.com/BlitzItTech/bt-core",
6
6
  "bugs": {