array-buffer-cache-worker 6.0.81 → 6.0.83
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 +1 -2
- package/package.json +12 -12
package/build/es5/bundle.js
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
_classCallCheck(this, ArrayBufferStore);
|
10
10
|
this._store = new Map();
|
11
11
|
}
|
12
|
-
_createClass(ArrayBufferStore, [{
|
12
|
+
return _createClass(ArrayBufferStore, [{
|
13
13
|
key: "clone",
|
14
14
|
value: function clone(id) {
|
15
15
|
var arrayBuffer = this._store.get(id);
|
@@ -55,7 +55,6 @@
|
|
55
55
|
this._store.set(id, arrayBuffer);
|
56
56
|
}
|
57
57
|
}]);
|
58
|
-
return ArrayBufferStore;
|
59
58
|
}();
|
60
59
|
|
61
60
|
var arrayBufferStore = new ArrayBufferStore();
|
package/package.json
CHANGED
@@ -9,16 +9,16 @@
|
|
9
9
|
}
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
|
-
"@babel/runtime": "^7.24.
|
12
|
+
"@babel/runtime": "^7.24.1",
|
13
13
|
"tslib": "^2.6.2",
|
14
|
-
"worker-factory": "^7.0.
|
14
|
+
"worker-factory": "^7.0.22"
|
15
15
|
},
|
16
16
|
"description": "The worker which is used by the array-buffer-cache package.",
|
17
17
|
"devDependencies": {
|
18
|
-
"@babel/core": "^7.24.
|
19
|
-
"@babel/plugin-external-helpers": "^7.
|
20
|
-
"@babel/plugin-transform-runtime": "^7.24.
|
21
|
-
"@babel/preset-env": "^7.24.
|
18
|
+
"@babel/core": "^7.24.3",
|
19
|
+
"@babel/plugin-external-helpers": "^7.24.1",
|
20
|
+
"@babel/plugin-transform-runtime": "^7.24.3",
|
21
|
+
"@babel/preset-env": "^7.24.3",
|
22
22
|
"@commitlint/cli": "^18.6.1",
|
23
23
|
"@commitlint/config-angular": "^18.6.1",
|
24
24
|
"@rollup/plugin-babel": "^6.0.4",
|
@@ -26,7 +26,7 @@
|
|
26
26
|
"commitizen": "^4.3.0",
|
27
27
|
"cz-conventional-changelog": "^3.3.0",
|
28
28
|
"eslint": "^8.57.0",
|
29
|
-
"eslint-config-holy-grail": "^58.0.
|
29
|
+
"eslint-config-holy-grail": "^58.0.10",
|
30
30
|
"grunt": "^1.6.1",
|
31
31
|
"grunt-cli": "^1.4.3",
|
32
32
|
"grunt-sh": "^0.2.1",
|
@@ -34,7 +34,7 @@
|
|
34
34
|
"karma": "^6.4.3",
|
35
35
|
"karma-chrome-launcher": "^3.2.0",
|
36
36
|
"karma-cli": "^2.0.0",
|
37
|
-
"karma-firefox-launcher": "^2.1.
|
37
|
+
"karma-firefox-launcher": "^2.1.3",
|
38
38
|
"karma-mocha": "^2.0.1",
|
39
39
|
"karma-mocha-webworker": "^1.3.0",
|
40
40
|
"karma-sauce-launcher": "^4.3.6",
|
@@ -47,15 +47,15 @@
|
|
47
47
|
"mocha": "^10.3.0",
|
48
48
|
"prettier": "^3.2.5",
|
49
49
|
"rimraf": "^5.0.5",
|
50
|
-
"rollup": "^4.
|
50
|
+
"rollup": "^4.13.0",
|
51
51
|
"sinon": "^17.0.1",
|
52
52
|
"sinon-chai": "^3.7.0",
|
53
53
|
"ts-loader": "^9.5.1",
|
54
54
|
"tsconfig-holy-grail": "^15.0.0",
|
55
55
|
"tslint": "^6.1.3",
|
56
56
|
"tslint-config-holy-grail": "^56.0.0",
|
57
|
-
"typescript": "^5.
|
58
|
-
"webpack": "^5.
|
57
|
+
"typescript": "^5.4.3",
|
58
|
+
"webpack": "^5.91.0"
|
59
59
|
},
|
60
60
|
"files": [
|
61
61
|
"build/es2019/",
|
@@ -82,5 +82,5 @@
|
|
82
82
|
"test": "grunt lint && grunt test"
|
83
83
|
},
|
84
84
|
"types": "build/es2019/module.d.ts",
|
85
|
-
"version": "6.0.
|
85
|
+
"version": "6.0.83"
|
86
86
|
}
|