@civet/core 6.0.1 → 6.0.2
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/main.js +0 -6
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -1123,12 +1123,6 @@ function st(h) {
|
|
|
1123
1123
|
"A plugin should be given a derivative of the DataProvider class as its first parameter"
|
|
1124
1124
|
);
|
|
1125
1125
|
const p = h(class extends s {
|
|
1126
|
-
contextPlugins = [
|
|
1127
|
-
...s.prototype.contextPlugins
|
|
1128
|
-
];
|
|
1129
|
-
uiPlugins = [
|
|
1130
|
-
...s.prototype.uiPlugins
|
|
1131
|
-
];
|
|
1132
1126
|
});
|
|
1133
1127
|
if (p == null)
|
|
1134
1128
|
throw new Error(
|