media-encoder-host-worker
Advanced tools
Comparing version 10.0.5 to 10.0.6
@@ -95,3 +95,3 @@ (function (global, factory) { | ||
return /*#__PURE__*/function () { | ||
var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee(encoderId, port) { | ||
var _ref = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee(encoderId, port) { | ||
var encoderBroker, regex, regexAsString; | ||
@@ -169,3 +169,3 @@ return _regeneratorRuntime.wrap(function _callee$(_context) { | ||
deregister: function () { | ||
var _deregister = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee(_ref) { | ||
var _deregister = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee(_ref) { | ||
var encoderId; | ||
@@ -192,3 +192,3 @@ return _regeneratorRuntime.wrap(function _callee$(_context) { | ||
encode: function () { | ||
var _encode = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee2(_ref2) { | ||
var _encode = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee2(_ref2) { | ||
var encoderInstanceId, timeslice, arrayBuffers; | ||
@@ -242,3 +242,3 @@ return _regeneratorRuntime.wrap(function _callee2$(_context2) { | ||
register: function () { | ||
var _register = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee3(_ref4) { | ||
var _register = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee3(_ref4) { | ||
var encoderId, port; | ||
@@ -245,0 +245,0 @@ return _regeneratorRuntime.wrap(function _callee3$(_context3) { |
@@ -12,6 +12,6 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.25.0", | ||
"extendable-media-recorder-wav-encoder-broker": "^7.0.105", | ||
"tslib": "^2.6.3", | ||
"worker-factory": "^7.0.28" | ||
"@babel/runtime": "^7.25.6", | ||
"extendable-media-recorder-wav-encoder-broker": "^7.0.106", | ||
"tslib": "^2.7.0", | ||
"worker-factory": "^7.0.29" | ||
}, | ||
@@ -22,6 +22,6 @@ "description": "The worker which is used by the media-encoder-host package.", | ||
"@babel/plugin-external-helpers": "^7.24.7", | ||
"@babel/plugin-transform-runtime": "^7.24.7", | ||
"@babel/preset-env": "^7.25.3", | ||
"@commitlint/cli": "^19.4.0", | ||
"@commitlint/config-angular": "^19.3.0", | ||
"@babel/plugin-transform-runtime": "^7.25.4", | ||
"@babel/preset-env": "^7.25.4", | ||
"@commitlint/cli": "^19.4.1", | ||
"@commitlint/config-angular": "^19.4.1", | ||
"@rollup/plugin-babel": "^6.0.4", | ||
@@ -47,3 +47,3 @@ "chai": "^4.3.10", | ||
"karma-webpack": "^5.0.1", | ||
"lint-staged": "^15.2.8", | ||
"lint-staged": "^15.2.9", | ||
"load-grunt-config": "^4.0.1", | ||
@@ -53,4 +53,4 @@ "memory-fs": "^0.5.0", | ||
"prettier": "^3.3.3", | ||
"rimraf": "^5.0.6", | ||
"rollup": "^4.20.0", | ||
"rimraf": "^6.0.1", | ||
"rollup": "^4.21.2", | ||
"sinon": "^17.0.2", | ||
@@ -61,5 +61,5 @@ "sinon-chai": "^3.7.0", | ||
"tslint": "^6.1.3", | ||
"tslint-config-holy-grail": "^56.0.2", | ||
"tslint-config-holy-grail": "^56.0.3", | ||
"typescript": "^5.5.4", | ||
"webpack": "^5.93.0" | ||
"webpack": "^5.94.0" | ||
}, | ||
@@ -91,3 +91,3 @@ "files": [ | ||
"types": "build/es2019/module.d.ts", | ||
"version": "10.0.5" | ||
"version": "10.0.6" | ||
} |
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
54145
Updated@babel/runtime@^7.25.6
Updatedextendable-media-recorder-wav-encoder-broker@^7.0.106
Updatedtslib@^2.7.0
Updatedworker-factory@^7.0.29