@uppy/screen-capture
Advanced tools
Comparing version 4.2.0 to 4.2.1
import { Component, type ComponentChild } from 'preact'; | ||
import type { Body, Meta } from '@uppy/utils/lib/UppyFile'; | ||
import type { Body, Meta } from '@uppy/core'; | ||
import ScreenCapture, { type ScreenCaptureState } from './ScreenCapture.jsx'; | ||
@@ -4,0 +4,0 @@ type RecorderScreenProps<M extends Meta, B extends Body> = { |
import { type ComponentChild } from 'preact'; | ||
import { UIPlugin, Uppy, type UIPluginOptions } from '@uppy/core'; | ||
import type { DefinePluginOpts } from '@uppy/core/lib/BasePlugin.js'; | ||
import type { Body, Meta } from '@uppy/utils/lib/UppyFile'; | ||
import { UIPlugin } from '@uppy/core'; | ||
import type { Uppy, UIPluginOptions, DefinePluginOpts, Body, Meta } from '@uppy/core'; | ||
export interface ScreenCaptureOptions extends UIPluginOptions { | ||
@@ -6,0 +5,0 @@ displayMediaConstraints?: MediaStreamConstraints; |
@@ -11,3 +11,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.2.0" | ||
"version": "4.2.1" | ||
}; | ||
@@ -14,0 +14,0 @@ import locale from './locale.js'; |
{ | ||
"name": "@uppy/screen-capture", | ||
"description": "Uppy plugin that captures video from display or application.", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"license": "MIT", | ||
@@ -27,7 +27,7 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/utils": "^6.1.0", | ||
"@uppy/utils": "^6.1.1", | ||
"preact": "^10.5.13" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^4.4.0" | ||
"@uppy/core": "^4.4.1" | ||
}, | ||
@@ -34,0 +34,0 @@ "publishConfig": { |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1720
116890
Updated@uppy/utils@^6.1.1