array-buffer-cache-broker 4.0.103 → 4.0.105
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.
- package/build/es5/bundle.js +8 -8
- package/package.json +14 -14
package/build/es5/bundle.js
CHANGED
|
@@ -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
|
|
21
|
+
return _regeneratorRuntime.wrap(function (_context) {
|
|
22
22
|
while (1) switch (_context.prev = _context.next) {
|
|
23
23
|
case 0:
|
|
24
|
-
_context.next =
|
|
24
|
+
_context.next = 1;
|
|
25
25
|
return call('purge', {
|
|
26
26
|
arrayBufferId: arrayBufferId
|
|
27
27
|
});
|
|
28
|
-
case
|
|
28
|
+
case 1:
|
|
29
29
|
arrayBufferIds["delete"](arrayBufferId);
|
|
30
|
-
case
|
|
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
|
|
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 =
|
|
61
|
+
_context2.next = 1;
|
|
62
62
|
return call('store', {
|
|
63
63
|
arrayBuffer: arrayBuffer,
|
|
64
64
|
arrayBufferId: arrayBufferId
|
|
65
65
|
}, [arrayBuffer]);
|
|
66
|
-
case
|
|
66
|
+
case 1:
|
|
67
67
|
return _context2.abrupt("return", arrayBufferId);
|
|
68
|
-
case
|
|
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.
|
|
13
|
-
"array-buffer-cache-worker": "^6.0.
|
|
14
|
-
"broker-factory": "^3.1.
|
|
15
|
-
"fast-unique-numbers": "^9.0.
|
|
12
|
+
"@babel/runtime": "^7.27.6",
|
|
13
|
+
"array-buffer-cache-worker": "^6.0.105",
|
|
14
|
+
"broker-factory": "^3.1.8",
|
|
15
|
+
"fast-unique-numbers": "^9.0.22",
|
|
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.
|
|
20
|
+
"@babel/core": "^7.28.0",
|
|
21
21
|
"@babel/plugin-external-helpers": "^7.27.1",
|
|
22
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
23
|
-
"@babel/preset-env": "^7.
|
|
22
|
+
"@babel/plugin-transform-runtime": "^7.28.0",
|
|
23
|
+
"@babel/preset-env": "^7.28.0",
|
|
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.
|
|
31
|
+
"eslint-config-holy-grail": "^60.0.36",
|
|
32
32
|
"husky": "^9.1.7",
|
|
33
33
|
"karma": "^6.4.4",
|
|
34
34
|
"karma-chrome-launcher": "^3.2.0",
|
|
@@ -38,11 +38,11 @@
|
|
|
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": "^
|
|
42
|
-
"mocha": "^11.
|
|
43
|
-
"prettier": "^3.
|
|
41
|
+
"lint-staged": "^16.1.2",
|
|
42
|
+
"mocha": "^11.7.1",
|
|
43
|
+
"prettier": "^3.6.2",
|
|
44
44
|
"rimraf": "^6.0.1",
|
|
45
|
-
"rollup": "^4.
|
|
45
|
+
"rollup": "^4.44.2",
|
|
46
46
|
"sinon": "^17.0.2",
|
|
47
47
|
"sinon-chai": "^3.7.0",
|
|
48
48
|
"ts-loader": "^9.5.2",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"tslint": "^6.1.3",
|
|
51
51
|
"tslint-config-holy-grail": "^56.0.6",
|
|
52
52
|
"typescript": "^5.8.3",
|
|
53
|
-
"webpack": "^5.
|
|
53
|
+
"webpack": "^5.100.0"
|
|
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.
|
|
81
|
+
"version": "4.0.105"
|
|
82
82
|
}
|