@servicetitan/ajax-handlers
Advanced tools
Comparing version 14.3.0 to 15.0.0
@@ -17,2 +17,3 @@ declare module 'axios' { | ||
export * from './loader'; | ||
export * from './with-microservice'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -17,2 +17,3 @@ "use strict"; | ||
__exportStar(require("./loader"), exports); | ||
__exportStar(require("./with-microservice"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@servicetitan/ajax-handlers", | ||
"version": "14.3.0", | ||
"version": "15.0.0", | ||
"description": "", | ||
@@ -20,9 +20,13 @@ "repository": { | ||
"devDependencies": { | ||
"@servicetitan/react-ioc": "^15.0.0", | ||
"@types/jquery": "~2.0.57", | ||
"@types/js-cookie": "~2.2.7", | ||
"axios": "~0.21.1" | ||
"axios": "~0.21.1", | ||
"react": "~17.0.2" | ||
}, | ||
"peerDependencies": { | ||
"@servicetitan/react-ioc": "^14.0.0", | ||
"axios": "~0.21.1", | ||
"jquery": "~2.1.4" | ||
"jquery": "~2.1.4", | ||
"react": "~17.0.2" | ||
}, | ||
@@ -35,3 +39,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "2df095623b213e1d63051aba216d4eaa95acf432" | ||
"gitHead": "7f95474c0d864c033e0c68c63243eaacd13082e0" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
52851
31
954
5
5