@boostercloud/framework-provider-azure
Advanced tools
Comparing version 0.8.2 to 0.9.0
import { ProviderLibrary } from '@boostercloud/framework-types'; | ||
export declare const Provider: ProviderLibrary; | ||
export declare const Provider: () => ProviderLibrary; | ||
export * from './constants'; |
@@ -16,3 +16,3 @@ "use strict"; | ||
const cosmosClient = new cosmos_1.CosmosClient(process.env[constants_1.environmentVarNames.cosmosDbConnectionString]); | ||
exports.Provider = { | ||
exports.Provider = () => ({ | ||
// ProviderEventsLibrary | ||
@@ -65,4 +65,4 @@ events: { | ||
infrastructure: () => require(require('../package.json').name + '-infrastructure').Infrastructure, | ||
}; | ||
}); | ||
function notImplemented() { } | ||
tslib_1.__exportStar(require("./constants"), exports); |
{ | ||
"name": "@boostercloud/framework-provider-azure", | ||
"version": "0.8.2", | ||
"version": "0.9.0", | ||
"description": "Handle Booster's integration with Azure", | ||
@@ -25,7 +25,7 @@ "keywords": [ | ||
"@azure/functions": "^1.2.2", | ||
"@boostercloud/framework-types": "^0.8.2" | ||
"@boostercloud/framework-types": "^0.9.0" | ||
}, | ||
"scripts": { | ||
"lint": "eslint --ext '.js,.ts' **/*.ts", | ||
"fix-lint": "eslint --quiet --fix --ext '.js,.ts' **/*.ts", | ||
"lint:check": "eslint --ext '.js,.ts' **/*.ts", | ||
"lint:fix": "eslint --quiet --fix --ext '.js,.ts' **/*.ts", | ||
"compile": "tsc -b tsconfig.json", | ||
@@ -39,3 +39,3 @@ "clean": "rimraf ./dist tsconfig.tsbuildinfo", | ||
}, | ||
"gitHead": "a346878f51343f51cfdfaf7edd2783f5544f49bd" | ||
"gitHead": "28feaadfd6dfef17ebf4d52d9272c19e95110a8c" | ||
} |
28439
+ Added@azure/core-rest-pipeline@1.18.2(transitive)
+ Added@boostercloud/framework-types@0.9.4(transitive)
- Removed@azure/core-rest-pipeline@1.19.0(transitive)
- Removed@boostercloud/framework-types@0.8.2(transitive)
- Removeduuid@3.4.0(transitive)