instant-local-throwaway
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -10,3 +10,5 @@ declare type Config = { | ||
export declare function useInit(config: Config): boolean; | ||
export declare function useQuery(_q: Object): any; | ||
export declare function useQuery(_q: Object): { | ||
[k: string]: any[]; | ||
}; | ||
export declare function save(...saveTransactions: any[]): void; | ||
@@ -13,0 +15,0 @@ export declare function remove(...removeTransactions: any[]): void; |
@@ -10,3 +10,5 @@ declare type Config = { | ||
export declare function useInit(config: Config): boolean; | ||
export declare function useQuery(_q: Object): any; | ||
export declare function useQuery(_q: Object): { | ||
[k: string]: any[]; | ||
}; | ||
export declare function save(...saveTransactions: any[]): void; | ||
@@ -13,0 +15,0 @@ export declare function remove(...removeTransactions: any[]): void; |
{ | ||
"name": "instant-local-throwaway", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "This is an experiment for instant", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -16,4 +16,5 @@ { | ||
"stripInternal": true, | ||
"allowSyntheticDefaultImports": true | ||
"allowSyntheticDefaultImports": true, | ||
"allowJs": true | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1561841
72
25396