ode-explorer 1.5.4 → 2.0.0

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/version.txt CHANGED
@@ -1 +1 @@
1
- ode-explorer= 03/12/2024 11:30:19
1
+ ode-explorer= 27/12/2024 12:02:46
@@ -5,10 +5,13 @@ import { AppParams } from '../../config';
5
5
  * @param actions (expects an array of actions)
6
6
  * @returns queryOptions with key, fn, and selected data
7
7
  */
8
- export declare const actionsQueryOptions: (actions: IAction[], config: AppParams | undefined) => import('@tanstack/react-query').OmitKeyof<import('@tanstack/react-query').UseQueryOptions<Record<string, boolean>, Error, IAction[], import('@tanstack/react-query').QueryKey>, "queryFn"> & {
9
- queryFn?: import('@tanstack/react-query').QueryFunction<Record<string, boolean>, import('@tanstack/react-query').QueryKey, never> | undefined;
8
+ export declare const actionsQueryOptions: (actions: IAction[], config: AppParams | undefined) => import('@tanstack/react-query').OmitKeyof<import('@tanstack/react-query').UseQueryOptions<Record<string, boolean>, Error, IAction[], string[]>, "queryFn"> & {
9
+ queryFn?: import('@tanstack/react-query').QueryFunction<Record<string, boolean>, string[], never> | undefined;
10
10
  } & {
11
- queryKey: import('@tanstack/react-query').DataTag<import('@tanstack/react-query').QueryKey, Record<string, boolean>>;
11
+ queryKey: string[] & {
12
+ [dataTagSymbol]: Record<string, boolean>;
13
+ [dataTagErrorSymbol]: Error;
14
+ };
12
15
  };
13
16
  /**
14
17
  * useActions query
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-explorer",
3
- "version": "1.5.4",
3
+ "version": "2.0.0",
4
4
  "description": "Edifice Explorer",
5
5
  "homepage": "https://github.com/edificeio/explorer#readme",
6
6
  "bugs": {
@@ -38,8 +38,8 @@
38
38
  "dependencies": {
39
39
  "@dnd-kit/core": "^6.1.0",
40
40
  "@dnd-kit/modifiers": "^7.0.0",
41
- "@edifice-ui/icons": "1.7.3",
42
- "@edifice-ui/react": "1.7.3",
41
+ "@edifice-ui/icons": "1.7.4",
42
+ "@edifice-ui/react": "1.7.4",
43
43
  "@react-spring/web": "^9.7.3",
44
44
  "@tanstack/react-query": "^5.59.13",
45
45
  "clsx": "^2.1.1",
@@ -68,8 +68,8 @@
68
68
  "@vitejs/plugin-react": "^4.3.2",
69
69
  "@vitest/coverage-v8": "^2.1.2",
70
70
  "@vitest/ui": "^2.1.2",
71
- "edifice-bootstrap": "1.7.2",
72
- "edifice-ts-client": "1.7.2",
71
+ "edifice-bootstrap": "1.7.4",
72
+ "edifice-ts-client": "1.7.4",
73
73
  "eslint": "^9.11.1",
74
74
  "eslint-plugin-react-hooks": "^5.1.0-rc.0",
75
75
  "eslint-plugin-react-refresh": "^0.4.12",