ode-explorer 2.4.4 → 2.4.5

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.
@@ -43,4 +43,6 @@ export declare const useShareResource: (application: string) => UseMutationResul
43
43
  }>;
44
44
  export declare const useUpdateResource: (application: string) => UseMutationResult<UpdateResult, Error, UpdateParameters>;
45
45
  export declare const useCustomMutation: <TData = unknown, TError = unknown, TVariables = void, TContext = unknown>(options: UseMutationOptions<TData, TError, TVariables, TContext>) => UseMutationResult<TData, TError, TVariables, TContext>;
46
- export declare const useCreateResource: () => UseMutationResult<import('@edifice.io/client').CreateResult, Error, CreateParameters, unknown>;
46
+ export declare const useCreateResource: ({ onResourceCreated, }: {
47
+ onResourceCreated?: (resource: IResource) => void;
48
+ }) => UseMutationResult<import('@edifice.io/client').CreateResult, Error, CreateParameters, unknown>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-explorer",
3
- "version": "2.4.4",
3
+ "version": "2.4.5",
4
4
  "description": "Edifice Explorer",
5
5
  "homepage": "https://github.com/edificeio/explorer#readme",
6
6
  "bugs": {
@@ -38,9 +38,9 @@
38
38
  "dependencies": {
39
39
  "@dnd-kit/core": "^6.1.0",
40
40
  "@dnd-kit/modifiers": "^7.0.0",
41
- "@edifice.io/react": "2.5.4",
42
- "@edifice.io/bootstrap": "2.5.4",
43
- "@edifice.io/client": "2.5.4",
41
+ "@edifice.io/react": "2.5.5",
42
+ "@edifice.io/bootstrap": "2.5.5",
43
+ "@edifice.io/client": "2.5.5",
44
44
  "@react-spring/web": "^9.7.3",
45
45
  "@tanstack/react-query": "5.62.7",
46
46
  "clsx": "^2.1.1",