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.
- package/LICENSE +1 -1
- package/build/index.d.ts +2 -2
- package/build/index.js/{index-a1accecb.js → index-c5583a01.js} +3 -3
- package/build/index.js/{index-a1accecb.js.map → index-c5583a01.js.map} +1 -1
- package/build/index.js/index.js +1 -1
- package/build/index.js/index.js.map +1 -1
- package/package.json +3 -3
package/build/index.js/index.js
CHANGED
|
@@ -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-
|
|
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
|
});
|