@kaizen/hosted-assets
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.0.1](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/hosted-assets@2.0.0...@kaizen/hosted-assets@2.0.1) (2023-01-04) | ||
**Note:** Version bump only for package @kaizen/hosted-assets | ||
# [2.0.0](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/hosted-assets@1.2.0...@kaizen/hosted-assets@2.0.0) (2022-04-13) | ||
@@ -8,0 +16,0 @@ |
@@ -14,4 +14,6 @@ "use strict"; | ||
*/ | ||
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.0.0", | ||
"version": "2.0.1", | ||
"description": "Hosted assets for Culture Amp's Kaizen Design System.", | ||
@@ -26,3 +26,3 @@ "homepage": "https://github.com/cultureamp/kaizen-design-system/packages/hosted-assets#readme", | ||
}, | ||
"gitHead": "9c18c6ac4f466c3191ff5e12a93e7ce5db77be72" | ||
"gitHead": "709ae9d910030098a72655b80b42fc4d1335c5e8" | ||
} |
Sorry, the diff of this file is not supported yet
10301
27