@uppy/screen-capture
Advanced tools
Comparing version 4.1.2 to 4.2.0
# @uppy/screen-capture | ||
## 4.2.0 | ||
Released: 2025-01-06 | ||
Included in: Uppy v4.11.0 | ||
- @uppy/angular,@uppy/audio,@uppy/aws-s3,@uppy/box,@uppy/companion-client,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/drop-target,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/form,@uppy/golden-retriever,@uppy/google-drive-picker,@uppy/google-drive,@uppy/google-photos-picker,@uppy/google-photos,@uppy/image-editor,@uppy/informer,@uppy/instagram,@uppy/locales,@uppy/onedrive,@uppy/progress-bar,@uppy/provider-views,@uppy/react,@uppy/remote-sources,@uppy/screen-capture,@uppy/status-bar,@uppy/thumbnail-generator,@uppy/transloadit,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/vue,@uppy/webcam,@uppy/webdav,@uppy/xhr-upload,@uppy/zoom: Remove "paths" from all tsconfig's (Merlijn Vos / #5572) | ||
## 4.1.2 | ||
@@ -4,0 +11,0 @@ |
@@ -1,3 +0,3 @@ | ||
export { default } from './ScreenCapture.tsx'; | ||
export type { ScreenCaptureOptions } from './ScreenCapture.tsx'; | ||
export { default } from './ScreenCapture.jsx'; | ||
export type { ScreenCaptureOptions } from './ScreenCapture.jsx'; | ||
//# sourceMappingURL=index.d.ts.map |
import { Component, type ComponentChild } from 'preact'; | ||
import type { Body, Meta } from '@uppy/utils/lib/UppyFile'; | ||
import ScreenCapture, { type ScreenCaptureState } from './ScreenCapture.tsx'; | ||
import ScreenCapture, { type ScreenCaptureState } from './ScreenCapture.jsx'; | ||
type RecorderScreenProps<M extends Meta, B extends Body> = { | ||
@@ -5,0 +5,0 @@ onStartRecording: ScreenCapture<M, B>['startRecording']; |
@@ -11,5 +11,5 @@ 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.2" | ||
"version": "4.2.0" | ||
}; | ||
import locale from "./locale.js"; | ||
import locale from './locale.js'; | ||
@@ -16,0 +16,0 @@ // Check if screen capturing is supported. |
{ | ||
"name": "@uppy/screen-capture", | ||
"description": "Uppy plugin that captures video from display or application.", | ||
"version": "4.1.2", | ||
"version": "4.2.0", | ||
"license": "MIT", | ||
@@ -27,7 +27,7 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/utils": "^6.0.5", | ||
"@uppy/utils": "^6.1.0", | ||
"preact": "^10.5.13" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^4.3.0" | ||
"@uppy/core": "^4.4.0" | ||
}, | ||
@@ -34,0 +34,0 @@ "publishConfig": { |
@@ -1,2 +0,2 @@ | ||
export { default } from './ScreenCapture.tsx' | ||
export type { ScreenCaptureOptions } from './ScreenCapture.tsx' | ||
export { default } from './ScreenCapture.jsx' | ||
export type { ScreenCaptureOptions } from './ScreenCapture.jsx' |
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
117163
Updated@uppy/utils@^6.1.0