@uppy/progress-bar
Advanced tools
Comparing version 4.0.0-beta.4 to 4.0.0
import { type ComponentChild } from 'preact'; | ||
import { UIPlugin, type UIPluginOptions } from '@uppy/core'; | ||
import type { Uppy, State } from '@uppy/core/lib/Uppy'; | ||
import type { Uppy, State } from '@uppy/core/lib/Uppy.js'; | ||
import type { Body, Meta } from '@uppy/utils/lib/UppyFile'; | ||
@@ -5,0 +5,0 @@ import type { DefinePluginOpts } from '@uppy/core/lib/BasePlugin.js'; |
@@ -6,3 +6,3 @@ import { h } from 'preact'; | ||
const packageJson = { | ||
"version": "4.0.0-beta.4" | ||
"version": "4.0.0" | ||
}; | ||
@@ -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.0.0-beta.4", | ||
"version": "4.0.0", | ||
"license": "MIT", | ||
@@ -26,9 +26,8 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/utils": "^6.0.0-beta.5", | ||
"@uppy/utils": "^6.0.0", | ||
"preact": "^10.5.13" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^4.0.0-beta.5" | ||
}, | ||
"stableVersion": "3.1.1" | ||
"@uppy/core": "^4.0.0" | ||
} | ||
} |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
17233
Updated@uppy/utils@^6.0.0