genesys-react-components 0.3.1-devengage-1574-implementing-code-fences.220 → 0.3.2-devengage-1574-implementing-code-fences.223

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1910,7 +1910,7 @@ var SyntaxHighlighter = createAsyncLoadingHighlighter({
1910
1910
  loader: function loader() {
1911
1911
  return import(
1912
1912
  /* webpackChunkName:"react-syntax-highlighter/refractor-import" */
1913
- './index-a1accecb.js').then(function (n) { return n.i; }).then(function (module) {
1913
+ './index-c5583a01.js').then(function (n) { return n.i; }).then(function (module) {
1914
1914
  // Webpack 3 returns module.exports as default as module, but webpack 4 returns module.exports as module.default
1915
1915
  return module["default"] || module;
1916
1916
  });