@rpldy/shared-ui
Advanced tools
Comparing version 0.9.0 to 0.10.0
MIT License | ||
Copyright (c) 2020 Yoav Niran | ||
Copyright (c) 2021 Yoav Niran | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
{ | ||
"version": "0.9.0", | ||
"version": "0.10.0", | ||
"name": "@rpldy/shared-ui", | ||
@@ -21,4 +21,4 @@ "description": "internal set of utils+types for react-uploady UI", | ||
"dependencies": { | ||
"@rpldy/shared": "^0.9.0", | ||
"@rpldy/uploader": "^0.9.0" | ||
"@rpldy/shared": "^0.10.0", | ||
"@rpldy/uploader": "^0.10.0" | ||
}, | ||
@@ -35,3 +35,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "e6949c50f2880269d5ee181f9349061b01ce51e3" | ||
"gitHead": "f9266271a12c840e60b6fcc98d78bc2aa583d5d2" | ||
} |
@@ -6,2 +6,23 @@ import * as React from "react"; | ||
export { | ||
Destination, | ||
FormatParamGroupNameMethod, | ||
FileFilterMethod, | ||
UploadOptions, | ||
Batch, | ||
BatchItem, | ||
BATCH_STATES, | ||
FILE_STATES, | ||
} from "@rpldy/shared"; | ||
export { | ||
composeEnhancers, | ||
UploadAddMethod, | ||
UploaderEnhancer, | ||
CreateOptions, | ||
UPLOADER_EVENTS, | ||
} from "@rpldy/uploader"; | ||
export type UploaderListeners = { [key: string]: EventCallback }; | ||
@@ -8,0 +29,0 @@ |
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
65403
1216
+ Added@rpldy/life-events@0.10.0(transitive)
+ Added@rpldy/sender@0.10.0(transitive)
+ Added@rpldy/shared@0.10.0(transitive)
+ Added@rpldy/simple-state@0.10.0(transitive)
+ Added@rpldy/uploader@0.10.0(transitive)
- Removed@rpldy/life-events@0.9.0(transitive)
- Removed@rpldy/sender@0.9.0(transitive)
- Removed@rpldy/shared@0.9.0(transitive)
- Removed@rpldy/simple-state@0.9.0(transitive)
- Removed@rpldy/uploader@0.9.0(transitive)
Updated@rpldy/shared@^0.10.0
Updated@rpldy/uploader@^0.10.0