@civet/core 6.0.0 → 6.0.1

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.
Files changed (2) hide show
  1. package/dist/main.d.ts +1 -1
  2. package/package.json +1 -1
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@civet/core",
3
- "version": "6.0.0",
3
+ "version": "6.0.1",
4
4
  "description": "Civet",
5
5
  "author": {
6
6
  "name": "Aaron Burmeister"