@driveflux/upload 2.0.3 → 2.0.5-next.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 (2) hide show
  1. package/dist/uppy.d.ts +1 -2
  2. package/package.json +3 -3
package/dist/uppy.d.ts CHANGED
@@ -1,6 +1,5 @@
1
1
  import { type AwsS3UploadParameters } from '@uppy/aws-s3';
2
- import Uppy, { type UppyEventMap, type UppyFile } from '@uppy/core';
3
- import type { Restrictions } from '@uppy/core/lib/Restricter';
2
+ import Uppy, { type Restrictions, type UppyEventMap, type UppyFile } from '@uppy/core';
4
3
  type DefaultMeta = Record<string, unknown> & {
5
4
  prefix?: string;
6
5
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@driveflux/upload",
3
- "version": "2.0.3",
3
+ "version": "2.0.5-next.0",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -12,8 +12,8 @@
12
12
  "dist"
13
13
  ],
14
14
  "dependencies": {
15
- "@driveflux/config": "2.0.3",
16
- "@driveflux/fetch": "7.0.2",
15
+ "@driveflux/config": "2.1.0-next.1",
16
+ "@driveflux/fetch": "7.0.3",
17
17
  "@driveflux/ui": "2.0.2",
18
18
  "@uppy/aws-s3": "^5.0.0",
19
19
  "@uppy/core": "^5.0.0",