@finapi/web-form
Version:
Library for integrating the finAPI Web Form
12 lines • 540 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getWebComponentUrl = void 0;
function getWebComponentUrl(_a) {
var webComponentServer = _a.webComponentServer;
// FIXME: make it a version. Maybe we can publish the version on the UI server.
var cacheBuster = Date.now();
var bundleFileName = "finapi-webform2.js";
return webComponentServer + "/" + bundleFileName + "?t=" + cacheBuster;
}
exports.getWebComponentUrl = getWebComponentUrl;
//# sourceMappingURL=webComponentUrl.util.js.map