@civet/core 6.0.0 → 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.d.ts CHANGED
@@ -8,7 +8,7 @@ export type { ConfigContextValue } from './context';
8
8
  export { default as createPlugin } from './createPlugin';
9
9
  export type { DataProviderImplementationWithPlugin, DataProviderPlugin, } from './createPlugin';
10
10
  export { default as DataProvider, isDataProvider } from './DataProvider';
11
- export type { ContextPlugin, ContinuousGet, DataProviderImplementation, GenericDataProvider, GenericDataProviderImplementation, GetCallback, InferContextPluginProps, InferContextPluginTypes, InferItem, InferMetaType, InferOptions, InferQuery, InferResponse, InferUIPluginProps, InferUIPluginTypes, Persistence, RequestDetails, ResourceBaseContext, ResourceContextValue, UIPlugin, } from './DataProvider';
11
+ export type { ContextPlugin, ContinuousGet, DataProviderExtend, DataProviderImplementation, GenericDataProvider, GenericDataProviderImplementation, GetCallback, InferContextPluginProps, InferContextPluginTypes, InferItem, InferMetaType, InferOptions, InferQuery, InferResponse, InferUIPluginProps, InferUIPluginTypes, Persistence, RequestDetails, ResourceBaseContext, ResourceContextValue, UIPlugin, } from './DataProvider';
12
12
  export { default as Meta } from './Meta';
13
13
  export type { InferInstance, InferSchema, MetaLike } from './Meta';
14
14
  export { default as Notifier } from './Notifier';
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(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@civet/core",
3
- "version": "6.0.0",
3
+ "version": "6.0.2",
4
4
  "description": "Civet",
5
5
  "author": {
6
6
  "name": "Aaron Burmeister"