@based/functions
Advanced tools
Comparing version 2.2.3 to 2.2.4
@@ -18,2 +18,8 @@ import { AuthState } from './auth'; | ||
} | ||
export type QueryMap = { | ||
[key: string]: { | ||
payload: any; | ||
result: any; | ||
}; | ||
}; | ||
//# sourceMappingURL=client.d.ts.map |
{ | ||
"name": "@based/functions", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"build": "npx tsc && cp src/uws.d.ts dist/uws.d.ts", | ||
"build": "npx tsc && cp src/uws.d.ts dist/uws.d.ts && cp ./dist/client.d.ts ./dist/client_original.d.ts", | ||
"watch": "npx tsc --watch", | ||
@@ -9,0 +9,0 @@ "clean": "rimraf {.turbo,dist,node_modules}" |
@@ -34,1 +34,3 @@ import { AuthState } from './auth' | ||
} | ||
export type QueryMap = { [key: string]: { payload: any; result: any } } |
Sorry, the diff of this file is not supported yet
112792
51
2395