@uppy/webcam
Advanced tools
Comparing version 4.1.0 to 4.1.1
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.js'; | ||
import type { Body, Meta, MinimalRequiredUppyFile } from '@uppy/utils/lib/UppyFile'; | ||
import type { Uppy, UIPluginOptions, DefinePluginOpts, Body, Meta, MinimalRequiredUppyFile } from '@uppy/core'; | ||
import type { PluginTarget } from '@uppy/core/lib/UIPlugin.js'; | ||
@@ -7,0 +5,0 @@ export interface WebcamOptions<M extends Meta, B extends Body> extends UIPluginOptions { |
@@ -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.1.0" | ||
"version": "4.1.1" | ||
}; | ||
@@ -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.1.0", | ||
"version": "4.1.1", | ||
"license": "MIT", | ||
@@ -29,3 +29,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/utils": "^6.1.0", | ||
"@uppy/utils": "^6.1.1", | ||
"is-mobile": "^4.0.0", | ||
@@ -38,4 +38,4 @@ "preact": "^10.5.13" | ||
"peerDependencies": { | ||
"@uppy/core": "^4.4.0" | ||
"@uppy/core": "^4.4.1" | ||
} | ||
} |
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
224837
2562
Updated@uppy/utils@^6.1.1