async-array-buffer-broker
Advanced tools
Comparing version 4.0.61 to 4.0.62
@@ -7,7 +7,2 @@ (function (global, factory) { | ||
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; } | ||
var _asyncToGenerator__default = /*#__PURE__*/_interopDefaultLegacy(_asyncToGenerator); | ||
var _regeneratorRuntime__default = /*#__PURE__*/_interopDefaultLegacy(_regeneratorRuntime); | ||
var wrap = brokerFactory.createBroker({ | ||
@@ -17,14 +12,12 @@ allocate: function allocate(_ref) { | ||
return /*#__PURE__*/function () { | ||
var _ref2 = _asyncToGenerator__default["default"]( /*#__PURE__*/_regeneratorRuntime__default["default"].mark(function _callee(length) { | ||
return _regeneratorRuntime__default["default"].wrap(function _callee$(_context) { | ||
while (1) { | ||
switch (_context.prev = _context.next) { | ||
case 0: | ||
return _context.abrupt("return", call('allocate', { | ||
length: length | ||
})); | ||
case 1: | ||
case "end": | ||
return _context.stop(); | ||
} | ||
var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee(length) { | ||
return _regeneratorRuntime.wrap(function _callee$(_context) { | ||
while (1) switch (_context.prev = _context.next) { | ||
case 0: | ||
return _context.abrupt("return", call('allocate', { | ||
length: length | ||
})); | ||
case 1: | ||
case "end": | ||
return _context.stop(); | ||
} | ||
@@ -55,4 +48,2 @@ }, _callee); | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
})); |
@@ -12,5 +12,5 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.20.6", | ||
"async-array-buffer-worker": "^6.0.61", | ||
"broker-factory": "^3.0.72", | ||
"@babel/runtime": "^7.20.7", | ||
"async-array-buffer-worker": "^6.0.62", | ||
"broker-factory": "^3.0.73", | ||
"tslib": "^2.4.1" | ||
@@ -20,18 +20,18 @@ }, | ||
"devDependencies": { | ||
"@babel/core": "^7.20.5", | ||
"@babel/core": "^7.20.12", | ||
"@babel/plugin-external-helpers": "^7.18.6", | ||
"@babel/plugin-transform-runtime": "^7.19.6", | ||
"@babel/preset-env": "^7.20.2", | ||
"@commitlint/cli": "^17.3.0", | ||
"@commitlint/config-angular": "^17.3.0", | ||
"@rollup/plugin-babel": "^5.3.1", | ||
"@commitlint/cli": "^17.4.2", | ||
"@commitlint/config-angular": "^17.4.2", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
"chai": "^4.3.7", | ||
"commitizen": "^4.2.5", | ||
"commitizen": "^4.2.6", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^8.28.0", | ||
"eslint-config-holy-grail": "^52.0.33", | ||
"eslint": "^8.32.0", | ||
"eslint-config-holy-grail": "^55.0.2", | ||
"grunt": "^1.5.3", | ||
"grunt-cli": "^1.4.3", | ||
"grunt-sh": "^0.2.0", | ||
"husky": "^8.0.2", | ||
"husky": "^8.0.3", | ||
"karma": "^6.4.1", | ||
@@ -46,14 +46,14 @@ "karma-chrome-launcher": "^3.1.1", | ||
"load-grunt-config": "^4.0.1", | ||
"mocha": "^10.1.0", | ||
"prettier": "^2.8.0", | ||
"mocha": "^10.2.0", | ||
"prettier": "^2.8.3", | ||
"pretty-quick": "^3.1.3", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.79.1", | ||
"sinon": "^14.0.2", | ||
"rimraf": "^4.0.6", | ||
"rollup": "^3.10.0", | ||
"sinon": "^15.0.1", | ||
"sinon-chai": "^3.7.0", | ||
"ts-loader": "^9.4.2", | ||
"tsconfig-holy-grail": "^11.1.36", | ||
"tsconfig-holy-grail": "^12.0.0", | ||
"tslint": "^6.1.3", | ||
"tslint-config-holy-grail": "^53.2.34", | ||
"typescript": "^4.9.3", | ||
"tslint-config-holy-grail": "^54.0.0", | ||
"typescript": "^4.9.4", | ||
"webpack": "^5.75.0" | ||
@@ -81,3 +81,3 @@ }, | ||
"types": "build/es2019/module.d.ts", | ||
"version": "4.0.61" | ||
"version": "4.0.62" | ||
} |
Sorry, the diff of this file is not supported yet
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
13717
137
Updated@babel/runtime@^7.20.7
Updatedbroker-factory@^3.0.73