@leofcoin/codec-format-interface 1.1.1 → 1.2.0
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/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/codec-format-interface.js +1 -1
package/dist/index.js
CHANGED
|
@@ -472,7 +472,7 @@ let protons;
|
|
|
472
472
|
|
|
473
473
|
class FormatInterface extends BasicInterface {
|
|
474
474
|
async #importProtons() {
|
|
475
|
-
let importee = await Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require('protons')); });
|
|
475
|
+
let importee = await Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(/* webpackChunkName: "protons" */ 'protons')); });
|
|
476
476
|
return importee.default
|
|
477
477
|
}
|
|
478
478
|
|
package/package.json
CHANGED