@ckeditor/ckeditor5-core 44.0.0-alpha.1 → 44.0.0-alpha.3
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 +2 -0
- package/dist/index.js.map +1 -1
- package/dist/plugin.d.ts +6 -0
- package/package.json +4 -4
- package/src/plugin.d.ts +6 -0
- package/src/plugin.js +2 -0
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
|
}
|