@uppy/store-default
Advanced tools
Comparing version 3.0.0-beta.2 to 3.0.0-beta.3
@@ -8,3 +8,3 @@ function _classPrivateFieldLooseBase(receiver, privateKey) { if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) { throw new TypeError("attempted to use private field on non-instance"); } return receiver; } | ||
const packageJson = { | ||
"version": "3.0.0-beta.2" | ||
"version": "3.0.0-beta.3" | ||
}; | ||
@@ -11,0 +11,0 @@ /** |
{ | ||
"name": "@uppy/store-default", | ||
"description": "The default simple object-based store for Uppy.", | ||
"version": "3.0.0-beta.2", | ||
"version": "3.0.0-beta.3", | ||
"license": "MIT", | ||
@@ -24,4 +24,3 @@ "main": "lib/index.js", | ||
"url": "git+https://github.com/transloadit/uppy.git" | ||
}, | ||
"stableVersion": "2.1.0" | ||
} | ||
} |
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
9791