@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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leofcoin/codec-format-interface",
3
- "version": "1.1.1",
3
+ "version": "1.2.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "src/index.js",
@@ -5,7 +5,7 @@ let protons
5
5
 
6
6
  export default class FormatInterface extends BasicInterface {
7
7
  async #importProtons() {
8
- let importee = await import('protons')
8
+ let importee = await import(/* webpackChunkName: "protons" */ 'protons')
9
9
  return importee.default
10
10
  }
11
11