array-buffer-cache-broker 4.0.57 → 4.0.59
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 +0 -6
- package/package.json +20 -20
package/build/es5/bundle.js
CHANGED
|
@@ -31,10 +31,8 @@
|
|
|
31
31
|
return call('purge', {
|
|
32
32
|
arrayBufferId: arrayBufferId
|
|
33
33
|
});
|
|
34
|
-
|
|
35
34
|
case 2:
|
|
36
35
|
arrayBufferIds["delete"](arrayBufferId);
|
|
37
|
-
|
|
38
36
|
case 3:
|
|
39
37
|
case "end":
|
|
40
38
|
return _context.stop();
|
|
@@ -42,7 +40,6 @@
|
|
|
42
40
|
}
|
|
43
41
|
}, _callee);
|
|
44
42
|
}));
|
|
45
|
-
|
|
46
43
|
return function (_x) {
|
|
47
44
|
return _ref3.apply(this, arguments);
|
|
48
45
|
};
|
|
@@ -74,10 +71,8 @@
|
|
|
74
71
|
arrayBuffer: arrayBuffer,
|
|
75
72
|
arrayBufferId: arrayBufferId
|
|
76
73
|
}, [arrayBuffer]);
|
|
77
|
-
|
|
78
74
|
case 3:
|
|
79
75
|
return _context2.abrupt("return", arrayBufferId);
|
|
80
|
-
|
|
81
76
|
case 4:
|
|
82
77
|
case "end":
|
|
83
78
|
return _context2.stop();
|
|
@@ -85,7 +80,6 @@
|
|
|
85
80
|
}
|
|
86
81
|
}, _callee2);
|
|
87
82
|
}));
|
|
88
|
-
|
|
89
83
|
return function (_x2) {
|
|
90
84
|
return _ref6.apply(this, arguments);
|
|
91
85
|
};
|
package/package.json
CHANGED
|
@@ -9,31 +9,31 @@
|
|
|
9
9
|
}
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@babel/runtime": "^7.
|
|
13
|
-
"array-buffer-cache-worker": "^6.0.
|
|
14
|
-
"broker-factory": "^3.0.
|
|
15
|
-
"fast-unique-numbers": "^6.0.
|
|
16
|
-
"tslib": "^2.4.
|
|
12
|
+
"@babel/runtime": "^7.20.1",
|
|
13
|
+
"array-buffer-cache-worker": "^6.0.59",
|
|
14
|
+
"broker-factory": "^3.0.70",
|
|
15
|
+
"fast-unique-numbers": "^6.0.23",
|
|
16
|
+
"tslib": "^2.4.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.20.2",
|
|
21
21
|
"@babel/plugin-external-helpers": "^7.18.6",
|
|
22
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
23
|
-
"@babel/preset-env": "^7.
|
|
24
|
-
"@commitlint/cli": "^17.
|
|
25
|
-
"@commitlint/config-angular": "^17.
|
|
22
|
+
"@babel/plugin-transform-runtime": "^7.19.6",
|
|
23
|
+
"@babel/preset-env": "^7.20.2",
|
|
24
|
+
"@commitlint/cli": "^17.2.0",
|
|
25
|
+
"@commitlint/config-angular": "^17.2.0",
|
|
26
26
|
"@rollup/plugin-babel": "^5.3.1",
|
|
27
27
|
"chai": "^4.3.6",
|
|
28
28
|
"commitizen": "^4.2.5",
|
|
29
29
|
"cz-conventional-changelog": "^3.3.0",
|
|
30
|
-
"eslint": "^8.
|
|
31
|
-
"eslint-config-holy-grail": "^52.0.
|
|
30
|
+
"eslint": "^8.26.0",
|
|
31
|
+
"eslint-config-holy-grail": "^52.0.33",
|
|
32
32
|
"grunt": "^1.5.3",
|
|
33
33
|
"grunt-cli": "^1.4.3",
|
|
34
34
|
"grunt-sh": "^0.2.0",
|
|
35
35
|
"husky": "^8.0.1",
|
|
36
|
-
"karma": "^6.4.
|
|
36
|
+
"karma": "^6.4.1",
|
|
37
37
|
"karma-chrome-launcher": "^3.1.1",
|
|
38
38
|
"karma-firefox-launcher": "^2.1.2",
|
|
39
39
|
"karma-mocha": "^2.0.1",
|
|
@@ -42,18 +42,18 @@
|
|
|
42
42
|
"karma-sinon-chai": "^2.0.2",
|
|
43
43
|
"karma-webpack": "^5.0.0",
|
|
44
44
|
"load-grunt-config": "^4.0.1",
|
|
45
|
-
"mocha": "^10.
|
|
45
|
+
"mocha": "^10.1.0",
|
|
46
46
|
"prettier": "^2.7.1",
|
|
47
47
|
"pretty-quick": "^3.1.3",
|
|
48
48
|
"rimraf": "^3.0.2",
|
|
49
|
-
"rollup": "^2.79.
|
|
50
|
-
"sinon": "^14.0.
|
|
49
|
+
"rollup": "^2.79.1",
|
|
50
|
+
"sinon": "^14.0.1",
|
|
51
51
|
"sinon-chai": "^3.7.0",
|
|
52
|
-
"ts-loader": "^9.
|
|
52
|
+
"ts-loader": "^9.4.1",
|
|
53
53
|
"tsconfig-holy-grail": "^11.1.36",
|
|
54
54
|
"tslint": "^6.1.3",
|
|
55
|
-
"tslint-config-holy-grail": "^53.2.
|
|
56
|
-
"typescript": "^4.8.
|
|
55
|
+
"tslint-config-holy-grail": "^53.2.34",
|
|
56
|
+
"typescript": "^4.8.4",
|
|
57
57
|
"webpack": "^5.74.0"
|
|
58
58
|
},
|
|
59
59
|
"files": [
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"test": "grunt lint && grunt test"
|
|
77
77
|
},
|
|
78
78
|
"types": "build/es2019/module.d.ts",
|
|
79
|
-
"version": "4.0.
|
|
79
|
+
"version": "4.0.59"
|
|
80
80
|
}
|