stub-azure-function-context
Advanced tools
Comparing version 2.1.0 to 2.1.1
export * from './http-binding'; | ||
export * from './queue-binding'; | ||
export * from './table-binding'; | ||
export * from './timer-binding'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -19,3 +19,4 @@ "use strict"; | ||
__exportStar(require("./queue-binding"), exports); | ||
__exportStar(require("./table-binding"), exports); | ||
__exportStar(require("./timer-binding"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "stub-azure-function-context", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Provides an object similar to Function Runtime's context for use in unit testing", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
54576
631