@filerobot/core
Advanced tools
Comparing version 1.0.24 to 1.0.25
@@ -0,0 +0,0 @@ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } |
{ | ||
"name": "@filerobot/core", | ||
"description": "Core module for the extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, S3 and more.", | ||
"version": "1.0.24", | ||
"version": "1.0.25", | ||
"license": "MIT", | ||
@@ -15,6 +15,6 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@filerobot/store-default": "1.0.24", | ||
"@filerobot/utils": "1.0.24", | ||
"@filerobot/store-default": "1.0.25", | ||
"@filerobot/utils": "1.0.25", | ||
"@scaleflex/icons": "^1.0.0-beta.40", | ||
"@scaleflex/ui": "^1.0.0-beta.41", | ||
"@scaleflex/ui": "^1.0.0-beta.42", | ||
"@transloadit/prettier-bytes": "0.0.7", | ||
@@ -21,0 +21,0 @@ "cuid": "^2.1.1", |
@@ -0,0 +0,0 @@ # `@filerobot/core` |
@@ -0,0 +0,0 @@ const FilerobotUtils = require('@filerobot/utils') |
@@ -0,0 +0,0 @@ import { expectError, expectType } from 'tsd' |
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
132499
12
2675
+ Added@filerobot/icons@1.0.25(transitive)
+ Added@filerobot/store-default@1.0.25(transitive)
+ Added@filerobot/utils@1.0.25(transitive)
- Removed@filerobot/icons@1.0.24(transitive)
- Removed@filerobot/store-default@1.0.24(transitive)
- Removed@filerobot/utils@1.0.24(transitive)
Updated@filerobot/utils@1.0.25
Updated@scaleflex/ui@^1.0.0-beta.42