@kaizen/hosted-assets
Advanced tools
Comparing version 2.1.0 to 2.1.1
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.assetUrl = void 0; | ||
var ORIGIN_BASE_URL = "https://d1e7r7b0lb8p4d.cloudfront.net"; | ||
var ORIGIN_BASE_URL = 'https://d1e7r7b0lb8p4d.cloudfront.net'; | ||
/** | ||
@@ -16,6 +16,4 @@ * Returns the full URL of the asset at `path` managed by the | ||
*/ | ||
var assetUrl = function (path) { | ||
return [ORIGIN_BASE_URL, path].join("/"); | ||
}; | ||
var assetUrl = function (path) { return [ORIGIN_BASE_URL, path].join('/'); }; | ||
exports.assetUrl = assetUrl; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@kaizen/hosted-assets", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Hosted assets for Culture Amp's Kaizen Design System.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/cultureamp/kaizen-design-system/packages/hosted-assets#readme", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4958
29