@uploadista/react 0.0.15 → 0.0.16-beta.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/index.d.mts +2 -2
  2. package/package.json +8 -8
package/dist/index.d.mts CHANGED
@@ -3,7 +3,7 @@ import { _ as useFlowUpload, a as MultiUploadState, b as UseDragDropReturn, c as
3
3
  import { _ as useFlowEvents, a as useUploadMetrics, b as isUploadEvent, c as UploadFailedEventData, d as UploadValidationFailedEventData, f as UploadValidationSuccessEventData, g as UseFlowEventsOptions, h as useUploadEvents, i as UseUploadMetricsReturn, l as UploadFileEventData, m as UseUploadEventsOptions, n as UploadMetrics, o as UseMultiFlowUploadReturn, p as UploadValidationWarningEventData, r as UseUploadMetricsOptions, s as useMultiFlowUpload, t as FileUploadMetrics, u as UploadProgressEventData, v as useUploadistaEvents, y as isFlowEvent } from "./use-upload-metrics-R1xNz6Aa.mjs";
4
4
  import { ReactNode } from "react";
5
5
  import { FlowManager, FlowManagerCallbacks } from "@uploadista/client-core";
6
- import * as react_jsx_runtime9 from "react/jsx-runtime";
6
+ import * as react_jsx_runtime4 from "react/jsx-runtime";
7
7
  import { FlowUploadOptions } from "@uploadista/client-browser";
8
8
 
9
9
  //#region src/contexts/flow-manager-context.d.ts
@@ -54,7 +54,7 @@ interface FlowManagerProviderProps {
54
54
  */
55
55
  declare function FlowManagerProvider({
56
56
  children
57
- }: FlowManagerProviderProps): react_jsx_runtime9.JSX.Element;
57
+ }: FlowManagerProviderProps): react_jsx_runtime4.JSX.Element;
58
58
  /**
59
59
  * Hook to access the FlowManager context.
60
60
  * Must be used within a FlowManagerProvider.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uploadista/react",
3
3
  "type": "module",
4
- "version": "0.0.15",
4
+ "version": "0.0.16-beta.1",
5
5
  "description": "React client for Uploadista",
6
6
  "license": "MIT",
7
7
  "author": "Uploadista",
@@ -22,16 +22,16 @@
22
22
  "dependencies": {
23
23
  "react": "19.2.0",
24
24
  "react-dom": "19.2.0",
25
- "@uploadista/core": "0.0.15",
26
- "@uploadista/client-core": "0.0.15",
27
- "@uploadista/client-browser": "0.0.15"
25
+ "@uploadista/core": "0.0.16-beta.1",
26
+ "@uploadista/client-core": "0.0.16-beta.1",
27
+ "@uploadista/client-browser": "0.0.16-beta.1"
28
28
  },
29
29
  "devDependencies": {
30
- "@types/react": "19.2.4",
30
+ "@types/react": "19.2.5",
31
31
  "@types/react-dom": "19.2.3",
32
- "tsdown": "0.16.4",
33
- "vitest": "4.0.8",
34
- "@uploadista/typescript-config": "0.0.15"
32
+ "tsdown": "0.16.5",
33
+ "vitest": "4.0.9",
34
+ "@uploadista/typescript-config": "0.0.16-beta.1"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "tsdown",