@ckeditor/ckeditor5-core 44.0.0-alpha.2 → 44.0.0-alpha.4

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
@@ -104,11 +104,13 @@ import { EditorWatchdog, ContextWatchdog } from '@ckeditor/ckeditor5-watchdog/di
104
104
  }
105
105
  /**
106
106
  * @inheritDoc
107
+ * @internal
107
108
  */ static get isOfficialPlugin() {
108
109
  return false;
109
110
  }
110
111
  /**
111
112
  * @inheritDoc
113
+ * @internal
112
114
  */ static get isPremiumPlugin() {
113
115
  return false;
114
116
  }