@vef-framework-react/core 2.2.2 → 2.3.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.
Files changed (46) hide show
  1. package/dist/es/api/client.js +1 -1
  2. package/dist/es/api/constants.js +1 -1
  3. package/dist/es/api/helpers.js +1 -1
  4. package/dist/es/api/index.js +1 -1
  5. package/dist/es/auth/helpers.js +1 -1
  6. package/dist/es/auth/index.js +1 -1
  7. package/dist/es/context/api-client.js +1 -1
  8. package/dist/es/context/app.js +1 -1
  9. package/dist/es/context/context-selector.js +1 -1
  10. package/dist/es/context/disabled.js +1 -1
  11. package/dist/es/context/index.js +1 -1
  12. package/dist/es/dnd/index.js +1 -1
  13. package/dist/es/http/client.js +1 -1
  14. package/dist/es/http/constants.js +1 -1
  15. package/dist/es/http/errors.js +1 -1
  16. package/dist/es/http/helpers.js +1 -1
  17. package/dist/es/http/index.js +1 -1
  18. package/dist/es/immer/index.js +1 -1
  19. package/dist/es/index.js +1 -1
  20. package/dist/es/motion/features.js +1 -1
  21. package/dist/es/motion/index.js +1 -1
  22. package/dist/es/motion/motion-provider.js +1 -1
  23. package/dist/es/query/constants.js +1 -1
  24. package/dist/es/query/helpers.js +1 -1
  25. package/dist/es/query/hooks.js +1 -1
  26. package/dist/es/query/index.js +1 -1
  27. package/dist/es/sse/client.js +1 -1
  28. package/dist/es/sse/helpers.js +1 -1
  29. package/dist/es/sse/index.js +1 -1
  30. package/dist/es/state/index.js +1 -1
  31. package/dist/es/state-machine/index.js +1 -1
  32. package/dist/es/storage/errors.js +1 -1
  33. package/dist/es/storage/index.js +1 -1
  34. package/dist/es/storage/protocol.js +1 -1
  35. package/dist/es/storage/resumable/fingerprint.js +1 -1
  36. package/dist/es/storage/resumable/index.js +1 -1
  37. package/dist/es/storage/resumable/persistence.js +1 -1
  38. package/dist/es/storage/resumable/plan.js +1 -1
  39. package/dist/es/storage/types.js +1 -1
  40. package/dist/es/storage/uploader.js +1 -1
  41. package/dist/es/store/bound.js +1 -1
  42. package/dist/es/store/index.js +1 -1
  43. package/dist/es/store/unbound.js +1 -1
  44. package/dist/es/store/use-deep.js +1 -1
  45. package/dist/types/auth/helpers.d.ts +3 -3
  46. package/package.json +2 -2
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  import { createHttpClient as e } from "../http/helpers.js";
3
3
  import { createQueryClient as t } from "../query/helpers.js";
4
4
  import { HTTP_CLIENT as n, PROXIED_METHODS as r, QUERY_CLIENT as i } from "./constants.js";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  import { HTTP_CLIENT_KEY as e } from "../http/constants.js";
3
3
  import { QUERY_CLIENT_KEY as t } from "../query/constants.js";
4
4
  //#region src/api/constants.ts
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  import { ApiClient as e } from "./client.js";
3
3
  //#region src/api/helpers.ts
4
4
  var t = "v1";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  import "./constants.js";
3
3
  import "./client.js";
4
4
  import "./helpers.js";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  import { isNullish as e, isString as t } from "@vef-framework-react/shared";
3
3
  //#region src/auth/helpers.ts
4
4
  function n(n, r, i = "any") {
@@ -1,2 +1,2 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  import "./helpers.js";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  import { QUERY_CLIENT as e } from "../api/constants.js";
3
3
  import { QueryClientProvider as t } from "@tanstack/react-query";
4
4
  import { createContext as n, use as r } from "react";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  import { createContext as e, use as t } from "react";
3
3
  //#region src/context/app.ts
4
4
  var n = e({}), r = n.Provider;
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  import { isFunction as e } from "@vef-framework-react/shared";
3
3
  import { createContext as t, use as n, useEffect as r, useState as i, useSyncExternalStore as a } from "react";
4
4
  import { jsx as o } from "@emotion/react/jsx-runtime";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  import { createContext as e, use as t } from "react";
3
3
  //#region src/context/disabled.ts
4
4
  var n = e(!1);
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  import "./api-client.js";
3
3
  import "./app.js";
4
4
  import "./context-selector.js";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  import { AxisModifier as e, RestrictToHorizontalAxis as t, RestrictToVerticalAxis as n, SnapModifier as r, restrictShapeToBoundingRectangle as i } from "@dnd-kit/abstract/modifiers";
3
3
  import { closestCenter as a, closestCorners as o, defaultCollisionDetection as s, directionBiased as c, pointerDistance as l, pointerIntersection as u, shapeIntersection as d } from "@dnd-kit/collision";
4
4
  import { Feedback as f, defaultPreset as p } from "@dnd-kit/dom";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  import { CONTENT_DISPOSITION_FILENAME_REGEX as e, DEFAULT_TIMEOUT as t, PATH_PARAM_REGEX as n, SKIP_AUTH_HEADER as r } from "./constants.js";
3
3
  import { BusinessError as i } from "./errors.js";
4
4
  import { encodeQueryString as a, isArray as o, isFunction as s, isNullish as c, isString as l } from "@vef-framework-react/shared";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  //#region src/http/constants.ts
3
3
  var e = "__vef_http_client_key", t = /:(?<key>\w+)/g, n = /filename[^;=\n]*=(?<name>(?<quote>['"]).*?\2|[^;\n]*)/, r = "X-Skip-Authentication", i = "1", a = 3e4;
4
4
  //#endregion
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  //#region src/http/errors.ts
3
3
  var e = class extends Error {
4
4
  code;
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  import "./errors.js";
3
3
  import { HttpClient as e } from "./client.js";
4
4
  //#region src/http/helpers.ts
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  import "./constants.js";
3
3
  import "./errors.js";
4
4
  import "./client.js";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  import { applyPatches as e, current as t, enableMapSet as n, enablePatches as r, original as i, produce as a, produceWithPatches as o, setAutoFreeze as s } from "immer";
3
3
  import { useImmer as c, useImmerReducer as l } from "use-immer";
4
4
  n(), r(), s(!1);
package/dist/es/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  import { SKIP_AUTH_HEADER as e, SKIP_AUTH_VALUE as t } from "./http/constants.js";
3
3
  import { keepPreviousData as n } from "./query/helpers.js";
4
4
  import { matchMutation as r, matchQuery as i, skipQueryToken as a, useInfiniteQuery as o, useIsFetching as s, useIsMutating as c, useMutation as l, useMutationState as u, useQueries as d, useQuery as f, useQueryClient as p, useQueryErrorResetBoundary as m } from "./query/hooks.js";
@@ -1,3 +1,3 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  import { domMax as e } from "motion/react";
3
3
  export { e as default };
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  import "./motion-provider.js";
3
3
  import { AnimatePresence as e, LayoutGroup as t, Reorder as n, useDragControls as r, useInView as i } from "motion/react";
4
4
  import * as a from "motion/react-m";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  import { generateId as e } from "@vef-framework-react/shared";
3
3
  import { useState as t } from "react";
4
4
  import { jsx as n } from "@emotion/react/jsx-runtime";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  //#region src/query/constants.ts
3
3
  var e = "__vef_query_client_key";
4
4
  //#endregion
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  import { hashKey as e, isPlainObject as t } from "@vef-framework-react/shared";
3
3
  import { MutationCache as n, QueryClient as r, keepPreviousData as i, matchQuery as a } from "@tanstack/react-query";
4
4
  //#region src/query/helpers.ts
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  import { matchMutation as e, matchQuery as t, skipToken as n, useInfiniteQuery as r, useIsFetching as i, useIsMutating as a, useMutation as o, useMutationState as s, useQueries as c, useQuery as l, useQueryClient as u, useQueryErrorResetBoundary as d } from "@tanstack/react-query";
3
3
  //#region src/query/hooks.ts
4
4
  function f(e) {
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  import "./constants.js";
3
3
  import "./helpers.js";
4
4
  import "./hooks.js";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  import { isString as e } from "@vef-framework-react/shared";
3
3
  import { fetchEventSource as t } from "@microsoft/fetch-event-source";
4
4
  //#region src/sse/client.ts
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  import { SseClient as e } from "./client.js";
3
3
  //#region src/sse/helpers.ts
4
4
  function t(t) {
@@ -1,3 +1,3 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  import "./client.js";
3
3
  import "./helpers.js";
@@ -1,3 +1,3 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  import { Provider as e, atom as t, createStore as n, getDefaultStore as r, useAtom as i, useAtomValue as a, useSetAtom as o, useStore as s } from "jotai";
3
3
  export { e as AtomStoreProvider, t as atom, n as createAtomStore, r as getDefaultAtomStore, i as useAtom, s as useAtomStore, a as useAtomValue, o as useSetAtom };
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  import { useActorRef as e, useActorRef as t, useSelector as n } from "@xstate/react";
3
3
  import { Actor as r, assign as i, createActor as a, createMachine as o } from "xstate";
4
4
  //#region src/state-machine/index.ts
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  //#region src/storage/errors.ts
3
3
  var e = class extends Error {
4
4
  constructor(e, t) {
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  import "./errors.js";
3
3
  import "./protocol.js";
4
4
  import "./resumable/fingerprint.js";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  import { createApiRequest as e } from "../api/helpers.js";
3
3
  import { UploadProtocolError as t } from "./errors.js";
4
4
  //#region src/storage/protocol.ts
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  //#region src/storage/resumable/fingerprint.ts
3
3
  var e = class {
4
4
  fingerprint(e) {
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  import "./fingerprint.js";
3
3
  import "./persistence.js";
4
4
  import "./plan.js";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  //#region src/storage/resumable/persistence.ts
3
3
  var e = "__VEF_UPLOAD_RESUME__", t = class {
4
4
  #e;
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  import { abortUpload as e, listParts as t } from "../protocol.js";
3
3
  //#region src/storage/resumable/plan.ts
4
4
  async function n(n) {
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  //#region src/storage/types.ts
3
3
  var e = "pub/", t = "priv/";
4
4
  //#endregion
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  import { UploadAbortedError as e, UploadError as t, UploadPartError as n, UploadProtocolError as r } from "./errors.js";
3
3
  import { abortUpload as i, completeUpload as a, initUpload as o, uploadPart as s } from "./protocol.js";
4
4
  //#region src/storage/uploader.ts
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  import { constantCase as e, identity as t } from "@vef-framework-react/shared";
3
3
  import { create as n } from "zustand";
4
4
  import { createJSONStorage as r, persist as i, subscribeWithSelector as a } from "zustand/middleware";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  import "./bound.js";
3
3
  import "./unbound.js";
4
4
  import "./use-deep.js";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  import { constantCase as e, identity as t, isPlainObject as n, mergeWith as r } from "@vef-framework-react/shared";
3
3
  import { createContext as i, use as a, useRef as o } from "react";
4
4
  import { jsx as s } from "@emotion/react/jsx-runtime";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.2 made by Venus | 2026-05-18T12:43:53.772Z */
1
+ /*! @vef-framework-react/core v2.3.0 made by Venus | 2026-05-22T09:39:47.405Z */
2
2
  import { isDeepEqual as e } from "@vef-framework-react/shared";
3
3
  import { useRef as t } from "react";
4
4
  //#region src/store/use-deep.ts
@@ -1,11 +1,11 @@
1
1
  import { MaybeArray } from '@vef-framework-react/shared';
2
2
  import { PermissionCheckMode } from './types.js';
3
3
  /**
4
- * Check if the user is authorized to access the resource identified by the permission token.
4
+ * Check if the user is authorized to access a resource.
5
5
  *
6
6
  * @param hasPermission - Function to check if the user has a specific permission token.
7
- * @param permTokens - Single token or array of tokens to check. If nullish, returns true (no permission required).
7
+ * @param requiredPermissions - Single permission or array of permissions required for access. If nullish, returns true.
8
8
  * @param checkMode - "any" requires at least one token match, "all" requires all tokens to match.
9
9
  * @returns True if the user has the required permission(s), false otherwise.
10
10
  */
11
- export declare function checkPermission(hasPermission: (token: string) => boolean, permTokens?: MaybeArray<string>, checkMode?: PermissionCheckMode): boolean;
11
+ export declare function checkPermission(hasPermission: (token: string) => boolean, requiredPermissions?: MaybeArray<string>, checkMode?: PermissionCheckMode): boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vef-framework-react/core",
3
3
  "type": "module",
4
- "version": "2.2.2",
4
+ "version": "2.3.0",
5
5
  "private": false,
6
6
  "description": "Core features for VEF framework",
7
7
  "author": {
@@ -66,7 +66,7 @@
66
66
  "use-immer": "^0.11.0",
67
67
  "xstate": "^5.31.0",
68
68
  "zustand": "^5.0.13",
69
- "@vef-framework-react/shared": "2.2.2"
69
+ "@vef-framework-react/shared": "2.3.0"
70
70
  },
71
71
  "devDependencies": {
72
72
  "react": "^19.2.6"