UNPKG

@vulcan-sql/extension-store-canner

Version:

Canner persistence store for Vulcan SQL

11 lines 659 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // suppress the warning message from aws-sdk: Please migrate your code to use AWS SDK for JavaScript (v3). // since in aws-sdk, they only check if AWS_SDK_JS_SUPPRESS_MAINTENANCE_MODE_MESSAGE exists, but not the value // setting it to a string value of 1 should work process.env['AWS_SDK_JS_SUPPRESS_MAINTENANCE_MODE_MESSAGE'] = '1'; tslib_1.__exportStar(require("./lib/canner"), exports); const canner_1 = require("./lib/canner"); exports.default = [canner_1.CannerPersistenceStore, canner_1.CannerProfileReader]; //# sourceMappingURL=index.js.map