@uppy/progress-bar
Advanced tools
Comparing version 4.2.0 to 4.2.1
import { type ComponentChild } from 'preact'; | ||
import { UIPlugin, type UIPluginOptions } from '@uppy/core'; | ||
import type { Uppy, State } from '@uppy/core/lib/Uppy.js'; | ||
import type { Body, Meta } from '@uppy/utils/lib/UppyFile'; | ||
import type { DefinePluginOpts } from '@uppy/core/lib/BasePlugin.js'; | ||
import { UIPlugin } from '@uppy/core'; | ||
import type { Uppy, State, UIPluginOptions, Body, Meta, DefinePluginOpts } from '@uppy/core'; | ||
export interface ProgressBarOptions extends UIPluginOptions { | ||
@@ -7,0 +5,0 @@ hideAfterFinish?: boolean; |
@@ -6,3 +6,3 @@ import { h } from 'preact'; | ||
const packageJson = { | ||
"version": "4.2.0" | ||
"version": "4.2.1" | ||
}; | ||
@@ -9,0 +9,0 @@ // set default options, must kept in sync with @uppy/react/src/ProgressBar.js |
{ | ||
"name": "@uppy/progress-bar", | ||
"description": "A progress bar UI for Uppy", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"license": "MIT", | ||
@@ -26,8 +26,8 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/utils": "^6.1.0", | ||
"@uppy/utils": "^6.1.1", | ||
"preact": "^10.5.13" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^4.4.0" | ||
"@uppy/core": "^4.4.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
188
19061
Updated@uppy/utils@^6.1.1