@uppy/audio
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -13,3 +13,3 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
const packageJson = { | ||
"version": "1.1.2" | ||
"version": "1.1.3" | ||
}; | ||
@@ -16,0 +16,0 @@ /** |
{ | ||
"name": "@uppy/audio", | ||
"description": "Uppy plugin that records audio using the device’s microphone.", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"license": "MIT", | ||
@@ -29,10 +29,10 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/utils": "^5.4.3", | ||
"@uppy/utils": "^5.5.1", | ||
"preact": "^10.5.13" | ||
}, | ||
"devDependencies": { | ||
"@jest/globals": "^29.0.0" | ||
"vitest": "^0.34.5" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^3.4.0" | ||
"@uppy/core": "^3.5.1" | ||
}, | ||
@@ -39,0 +39,0 @@ "publishConfig": { |
@@ -1,2 +0,2 @@ | ||
import { describe, expect, it } from '@jest/globals' | ||
import { describe, expect, it } from 'vitest' | ||
import formatSeconds from './formatSeconds.js' | ||
@@ -3,0 +3,0 @@ |
/* eslint-disable max-classes-per-file */ | ||
import { describe, expect, it } from '@jest/globals' | ||
import { describe, expect, it } from 'vitest' | ||
import supportsMediaRecorder from './supportsMediaRecorder.js' | ||
@@ -4,0 +4,0 @@ |
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
124661
Updated@uppy/utils@^5.5.1