@uppy/informer
Advanced tools
Comparing version 4.0.0-beta.1 to 4.0.0-beta.2
@@ -11,3 +11,3 @@ /* eslint-disable jsx-a11y/no-noninteractive-element-interactions */ | ||
const packageJson = { | ||
"version": "4.0.0-beta.1" | ||
"version": "4.0.0-beta.2" | ||
}; | ||
@@ -14,0 +14,0 @@ /** |
{ | ||
"name": "@uppy/informer", | ||
"description": "A notification and error pop-up bar for Uppy.", | ||
"version": "4.0.0-beta.1", | ||
"version": "4.0.0-beta.2", | ||
"license": "MIT", | ||
@@ -26,9 +26,9 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/utils": "^6.0.0-beta.1", | ||
"@uppy/utils": "^6.0.0-beta.5", | ||
"preact": "^10.5.13" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^4.0.0-beta.1" | ||
"@uppy/core": "^4.0.0-beta.5" | ||
}, | ||
"stableVersion": "3.1.0" | ||
} |
@@ -10,5 +10,7 @@ # @uppy/informer | ||
The Informer is a pop-up bar for showing notifications. When other plugins have some exciting news (or error) to share, they can show a notification here. | ||
The Informer is a pop-up bar for showing notifications. When other plugins have | ||
some exciting news (or error) to share, they can show a notification here. | ||
Uppy is being developed by the folks at [Transloadit](https://transloadit.com), a versatile file encoding service. | ||
Uppy is being developed by the folks at [Transloadit](https://transloadit.com), | ||
a versatile file encoding service. | ||
@@ -33,7 +35,11 @@ ## Example | ||
Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. | ||
Alternatively, you can also use this plugin in a pre-built bundle from | ||
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global | ||
`window.Uppy` object. See the | ||
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. | ||
## Documentation | ||
Documentation for this plugin can be found on the [Uppy website](https://uppy.io/docs/informer). | ||
Documentation for this plugin can be found on the | ||
[Uppy website](https://uppy.io/docs/informer). | ||
@@ -40,0 +46,0 @@ ## License |
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
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
60359
47
Updated@uppy/utils@^6.0.0-beta.5