@easy-editor/core 0.0.15 → 0.0.16

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.
@@ -11145,10 +11145,12 @@ const createEasyEditor = config => {
11145
11145
  return new Editor(config);
11146
11146
  };
11147
11147
 
11148
- const DEV = '_EASY_EDITOR_DEV_';
11148
+ const DEV = 'true';
11149
11149
  configure({
11150
11150
  enforceActions: 'always'
11151
11151
  });
11152
+ const version = '0.0.16';
11153
+ console.log(`%c EasyEditor %c v${version} `, 'padding: 2px 1px; border-radius: 3px 0 0 3px; color: #fff; background: #606060; font-weight: bold;', 'padding: 2px 1px; border-radius: 0 3px 3px 0; color: #fff; background: #42c02e; font-weight: bold;');
11152
11154
 
11153
11155
  exports.AutoFit = AutoFit;
11154
11156
  exports.COMPONENT_META_EVENT = COMPONENT_META_EVENT;
@@ -11256,4 +11258,5 @@ exports.makeEventsHandler = makeEventsHandler;
11256
11258
  exports.setShaken = setShaken;
11257
11259
  exports.splitPath = splitPath;
11258
11260
  exports.uniqueId = uniqueId;
11261
+ exports.version = version;
11259
11262
  //# sourceMappingURL=index.development.js.map