@uppy/webcam
Advanced tools
Comparing version 4.0.0-beta.9 to 4.0.0
import { type ComponentChild } from 'preact'; | ||
import { UIPlugin } from '@uppy/core'; | ||
import type { Uppy, UIPluginOptions } from '@uppy/core'; | ||
import type { DefinePluginOpts } from '@uppy/core/lib/BasePlugin'; | ||
import type { Body, Meta, MinimalRequiredUppyFile } from '@uppy/utils/lib/UppyFile.ts'; | ||
import type { PluginTarget } from '@uppy/core/lib/UIPlugin'; | ||
import type { DefinePluginOpts } from '@uppy/core/lib/BasePlugin.js'; | ||
import type { Body, Meta, MinimalRequiredUppyFile } from '@uppy/utils/lib/UppyFile'; | ||
import type { PluginTarget } from '@uppy/core/lib/UIPlugin.js'; | ||
export interface WebcamOptions<M extends Meta, B extends Body> extends UIPluginOptions { | ||
@@ -8,0 +8,0 @@ target?: PluginTarget<M, B>; |
@@ -18,3 +18,3 @@ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } | ||
const packageJson = { | ||
"version": "4.0.0-beta.9" | ||
"version": "4.0.0" | ||
}; | ||
@@ -21,0 +21,0 @@ import locale from "./locale.js"; |
{ | ||
"name": "@uppy/webcam", | ||
"description": "Uppy plugin that takes photos or records videos using the device's camera.", | ||
"version": "4.0.0-beta.9", | ||
"version": "4.0.0", | ||
"license": "MIT", | ||
@@ -29,3 +29,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/utils": "^6.0.0-beta.9", | ||
"@uppy/utils": "^6.0.0", | ||
"is-mobile": "^4.0.0", | ||
@@ -38,5 +38,4 @@ "preact": "^10.5.13" | ||
"peerDependencies": { | ||
"@uppy/core": "^4.0.0-beta.11" | ||
}, | ||
"stableVersion": "3.4.0" | ||
"@uppy/core": "^4.0.0" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
222634
Updated@uppy/utils@^6.0.0