@filerobot/store-default
Advanced tools
Comparing version 0.0.0-beta.0 to 0.0.0-beta.16
@@ -52,5 +52,4 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
DefaultStore.VERSION = require('../package.json').version; | ||
module.exports = function defaultStore() { | ||
export default function defaultStore() { | ||
return new DefaultStore(); | ||
}; | ||
} |
{ | ||
"name": "@filerobot/store-default", | ||
"description": "The default simple object-based store for filerobot uploader.", | ||
"version": "0.0.0-beta.0", | ||
"version": "0.0.0-beta.16", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "main": "lib/index.js", |
@@ -1,4 +0,4 @@ | ||
import UppyUtils = require('@filerobot/utils') | ||
import UploaderUtils = require('@filerobot/utils') | ||
declare class DefaultStore implements UppyUtils.Store { | ||
declare class DefaultStore implements UploaderUtils.Store { | ||
constructor () | ||
@@ -5,0 +5,0 @@ getState (): object |
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
3387