array-buffer-cache-broker 4.0.104 → 4.0.106

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/build/es5/bundle.js +8 -8
  2. package/package.json +15 -15
@@ -18,16 +18,16 @@
18
18
  var call = _ref2.call;
19
19
  return /*#__PURE__*/function () {
20
20
  var _ref3 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee(arrayBufferId) {
21
- return _regeneratorRuntime.wrap(function _callee$(_context) {
21
+ return _regeneratorRuntime.wrap(function (_context) {
22
22
  while (1) switch (_context.prev = _context.next) {
23
23
  case 0:
24
- _context.next = 2;
24
+ _context.next = 1;
25
25
  return call('purge', {
26
26
  arrayBufferId: arrayBufferId
27
27
  });
28
- case 2:
28
+ case 1:
29
29
  arrayBufferIds["delete"](arrayBufferId);
30
- case 3:
30
+ case 2:
31
31
  case "end":
32
32
  return _context.stop();
33
33
  }
@@ -54,18 +54,18 @@
54
54
  return /*#__PURE__*/function () {
55
55
  var _ref6 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee2(arrayBuffer) {
56
56
  var arrayBufferId;
57
- return _regeneratorRuntime.wrap(function _callee2$(_context2) {
57
+ return _regeneratorRuntime.wrap(function (_context2) {
58
58
  while (1) switch (_context2.prev = _context2.next) {
59
59
  case 0:
60
60
  arrayBufferId = fastUniqueNumbers.addUniqueNumber(arrayBufferIds);
61
- _context2.next = 3;
61
+ _context2.next = 1;
62
62
  return call('store', {
63
63
  arrayBuffer: arrayBuffer,
64
64
  arrayBufferId: arrayBufferId
65
65
  }, [arrayBuffer]);
66
- case 3:
66
+ case 1:
67
67
  return _context2.abrupt("return", arrayBufferId);
68
- case 4:
68
+ case 2:
69
69
  case "end":
70
70
  return _context2.stop();
71
71
  }
package/package.json CHANGED
@@ -9,18 +9,18 @@
9
9
  }
10
10
  },
11
11
  "dependencies": {
12
- "@babel/runtime": "^7.27.6",
13
- "array-buffer-cache-worker": "^6.0.104",
14
- "broker-factory": "^3.1.7",
15
- "fast-unique-numbers": "^9.0.22",
12
+ "@babel/runtime": "^7.28.3",
13
+ "array-buffer-cache-worker": "^6.0.106",
14
+ "broker-factory": "^3.1.9",
15
+ "fast-unique-numbers": "^9.0.23",
16
16
  "tslib": "^2.8.1"
17
17
  },
18
18
  "description": "The broker which is used by the array-buffer-cache package.",
19
19
  "devDependencies": {
20
- "@babel/core": "^7.27.4",
20
+ "@babel/core": "^7.28.3",
21
21
  "@babel/plugin-external-helpers": "^7.27.1",
22
- "@babel/plugin-transform-runtime": "^7.27.4",
23
- "@babel/preset-env": "^7.27.2",
22
+ "@babel/plugin-transform-runtime": "^7.28.3",
23
+ "@babel/preset-env": "^7.28.3",
24
24
  "@commitlint/cli": "^19.8.1",
25
25
  "@commitlint/config-angular": "^19.8.1",
26
26
  "@rollup/plugin-babel": "^6.0.4",
@@ -28,7 +28,7 @@
28
28
  "commitizen": "^4.3.1",
29
29
  "cz-conventional-changelog": "^3.3.0",
30
30
  "eslint": "^8.57.0",
31
- "eslint-config-holy-grail": "^60.0.35",
31
+ "eslint-config-holy-grail": "^61.0.0",
32
32
  "husky": "^9.1.7",
33
33
  "karma": "^6.4.4",
34
34
  "karma-chrome-launcher": "^3.2.0",
@@ -38,19 +38,19 @@
38
38
  "karma-sinon-chai": "^2.0.2",
39
39
  "karma-webkit-launcher": "^2.6.0",
40
40
  "karma-webpack": "^5.0.1",
41
- "lint-staged": "^15.5.0",
42
- "mocha": "^11.6.0",
43
- "prettier": "^3.5.3",
41
+ "lint-staged": "^16.1.5",
42
+ "mocha": "^11.7.1",
43
+ "prettier": "^3.6.2",
44
44
  "rimraf": "^6.0.1",
45
- "rollup": "^4.43.0",
45
+ "rollup": "^4.46.2",
46
46
  "sinon": "^17.0.2",
47
47
  "sinon-chai": "^3.7.0",
48
48
  "ts-loader": "^9.5.2",
49
49
  "tsconfig-holy-grail": "^15.0.2",
50
50
  "tslint": "^6.1.3",
51
51
  "tslint-config-holy-grail": "^56.0.6",
52
- "typescript": "^5.8.3",
53
- "webpack": "^5.99.9"
52
+ "typescript": "^5.9.2",
53
+ "webpack": "^5.101.2"
54
54
  },
55
55
  "files": [
56
56
  "build/es2019/",
@@ -78,5 +78,5 @@
78
78
  "test:unit": "if [ \"$TYPE\" = \"\" -o \"$TYPE\" = \"unit\" ]; then karma start config/karma/config-unit.js --single-run; fi"
79
79
  },
80
80
  "types": "build/es2019/module.d.ts",
81
- "version": "4.0.104"
81
+ "version": "4.0.106"
82
82
  }