@vef-framework-react/core 2.2.0 → 2.2.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 (48) hide show
  1. package/dist/cjs/storage/resumable/fingerprint.cjs +1 -1
  2. package/dist/es/api/client.js +1 -1
  3. package/dist/es/api/constants.js +1 -1
  4. package/dist/es/api/helpers.js +1 -1
  5. package/dist/es/api/index.js +1 -1
  6. package/dist/es/auth/helpers.js +1 -1
  7. package/dist/es/auth/index.js +1 -1
  8. package/dist/es/context/api-client.js +1 -1
  9. package/dist/es/context/app.js +1 -1
  10. package/dist/es/context/context-selector.js +1 -1
  11. package/dist/es/context/disabled.js +1 -1
  12. package/dist/es/context/index.js +1 -1
  13. package/dist/es/dnd/index.js +1 -1
  14. package/dist/es/http/client.js +1 -1
  15. package/dist/es/http/constants.js +1 -1
  16. package/dist/es/http/errors.js +1 -1
  17. package/dist/es/http/helpers.js +1 -1
  18. package/dist/es/http/index.js +1 -1
  19. package/dist/es/immer/index.js +1 -1
  20. package/dist/es/index.js +1 -1
  21. package/dist/es/motion/features.js +1 -1
  22. package/dist/es/motion/index.js +1 -1
  23. package/dist/es/motion/motion-provider.js +1 -1
  24. package/dist/es/query/constants.js +1 -1
  25. package/dist/es/query/helpers.js +1 -1
  26. package/dist/es/query/hooks.js +1 -1
  27. package/dist/es/query/index.js +1 -1
  28. package/dist/es/sse/client.js +1 -1
  29. package/dist/es/sse/helpers.js +1 -1
  30. package/dist/es/sse/index.js +1 -1
  31. package/dist/es/state/index.js +1 -1
  32. package/dist/es/state-machine/index.js +1 -1
  33. package/dist/es/storage/errors.js +1 -1
  34. package/dist/es/storage/index.js +1 -1
  35. package/dist/es/storage/protocol.js +1 -1
  36. package/dist/es/storage/resumable/fingerprint.js +3 -3
  37. package/dist/es/storage/resumable/index.js +1 -1
  38. package/dist/es/storage/resumable/persistence.js +1 -1
  39. package/dist/es/storage/resumable/plan.js +1 -1
  40. package/dist/es/storage/types.js +1 -1
  41. package/dist/es/storage/uploader.js +1 -1
  42. package/dist/es/store/bound.js +1 -1
  43. package/dist/es/store/index.js +1 -1
  44. package/dist/es/store/unbound.js +1 -1
  45. package/dist/es/store/use-deep.js +1 -1
  46. package/dist/types/storage/resumable/fingerprint.d.ts +1 -1
  47. package/dist/types/storage/uploader.d.ts +0 -9
  48. package/package.json +2 -2
@@ -1 +1 @@
1
- var e=class{fingerprint(e){return Promise.resolve(`${e.name}:${e.size}:${e.lastModified}`)}},t=class e{static DEFAULT_PREFIX_BYTES=4*1024*1024;#e;constructor(t=e.DEFAULT_PREFIX_BYTES){if(typeof crypto>`u`||crypto.subtle===void 0)throw TypeError(`PrefixFingerprinter requires the Web Crypto API (crypto.subtle)`);this.#e=t}async fingerprint(e){let t=await e.slice(0,Math.min(this.#e,e.size)).arrayBuffer(),r=await crypto.subtle.digest(`SHA-256`,t);return`${e.name}:${e.size}:${e.lastModified}:${n(r)}`}};function n(e){let t=new Uint8Array(e),n=``;for(let e of t)n+=e.toString(16).padStart(2,`0`);return n}exports.PrefixFingerprinter=t,exports.WeakFingerprinter=e;
1
+ var e=class{fingerprint(e){return Promise.resolve(`${e.name}:${e.size}:${e.lastModified}`)}},t=class e{static defaultPrefixBytes=4*1024*1024;#e;constructor(t=e.defaultPrefixBytes){if(typeof crypto>`u`||crypto.subtle===void 0)throw TypeError(`PrefixFingerprinter requires the Web Crypto API (crypto.subtle)`);this.#e=t}async fingerprint(e){let t=await e.slice(0,Math.min(this.#e,e.size)).arrayBuffer(),r=await crypto.subtle.digest(`SHA-256`,t);return`${e.name}:${e.size}:${e.lastModified}:${n(r)}`}};function n(e){let t=new Uint8Array(e),n=``;for(let e of t)n+=e.toString(16).padStart(2,`0`);return n}exports.PrefixFingerprinter=t,exports.WeakFingerprinter=e;
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
2
2
  import "./helpers.js";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
2
2
  import "./client.js";
3
3
  import "./helpers.js";
@@ -1,3 +1,3 @@
1
- /*! @vef-framework-react/core v2.2.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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,13 +1,13 @@
1
- /*! @vef-framework-react/core v2.2.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
2
2
  //#region src/storage/resumable/fingerprint.ts
3
3
  var e = class {
4
4
  fingerprint(e) {
5
5
  return Promise.resolve(`${e.name}:${e.size}:${e.lastModified}`);
6
6
  }
7
7
  }, t = class e {
8
- static DEFAULT_PREFIX_BYTES = 4 * 1024 * 1024;
8
+ static defaultPrefixBytes = 4 * 1024 * 1024;
9
9
  #e;
10
- constructor(t = e.DEFAULT_PREFIX_BYTES) {
10
+ constructor(t = e.defaultPrefixBytes) {
11
11
  if (typeof crypto > "u" || crypto.subtle === void 0) throw TypeError("PrefixFingerprinter requires the Web Crypto API (crypto.subtle)");
12
12
  this.#e = t;
13
13
  }
@@ -1,4 +1,4 @@
1
- /*! @vef-framework-react/core v2.2.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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.0 made by Venus | 2026-05-18T05:49:13.566Z */
1
+ /*! @vef-framework-react/core v2.2.1 made by Venus | 2026-05-18T08:55:53.533Z */
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
@@ -40,7 +40,7 @@ export declare class WeakFingerprinter implements FileFingerprinter {
40
40
  */
41
41
  export declare class PrefixFingerprinter implements FileFingerprinter {
42
42
  #private;
43
- static readonly DEFAULT_PREFIX_BYTES: number;
43
+ static readonly defaultPrefixBytes: number;
44
44
  /**
45
45
  * @param prefixBytes - Override the prefix window size. The default
46
46
  * (4 MiB) is a balance between collision resistance and main-thread
@@ -47,12 +47,3 @@ export declare class Uploader {
47
47
  * observe status transitions externally.
48
48
  */
49
49
  export declare function uploadFile(http: Readonly<HttpClient>, file: Blob, options?: UploaderOptions): Promise<UploadResult>;
50
- /**
51
- * Exposed for test seams; not part of the stable public surface.
52
- */
53
- export declare const _internals: {
54
- DEFAULT_PART_CONCURRENCY: number;
55
- DEFAULT_MAX_PART_RETRIES: number;
56
- DEFAULT_RETRY_BASE_DELAY: number;
57
- DEFAULT_RETRY_MAX_DELAY: number;
58
- };
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.0",
4
+ "version": "2.2.1",
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.0"
69
+ "@vef-framework-react/shared": "2.2.1"
70
70
  },
71
71
  "devDependencies": {
72
72
  "react": "^19.2.6"