array-buffer-cache-worker 6.0.82 → 6.0.84

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 Christoph Guttandin
3
+ Copyright (c) 2024 Christoph Guttandin
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -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.0",
12
+ "@babel/runtime": "^7.24.1",
13
13
  "tslib": "^2.6.2",
14
- "worker-factory": "^7.0.21"
14
+ "worker-factory": "^7.0.23"
15
15
  },
16
16
  "description": "The worker which is used by the array-buffer-cache package.",
17
17
  "devDependencies": {
18
- "@babel/core": "^7.24.0",
19
- "@babel/plugin-external-helpers": "^7.23.3",
20
- "@babel/plugin-transform-runtime": "^7.24.0",
21
- "@babel/preset-env": "^7.24.0",
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.9",
29
+ "eslint-config-holy-grail": "^59.0.2",
30
30
  "grunt": "^1.6.1",
31
31
  "grunt-cli": "^1.4.3",
32
32
  "grunt-sh": "^0.2.1",
@@ -44,18 +44,18 @@
44
44
  "lint-staged": "^15.2.2",
45
45
  "load-grunt-config": "^4.0.1",
46
46
  "memory-fs": "^0.5.0",
47
- "mocha": "^10.3.0",
47
+ "mocha": "^10.4.0",
48
48
  "prettier": "^3.2.5",
49
49
  "rimraf": "^5.0.5",
50
- "rollup": "^4.12.1",
50
+ "rollup": "^4.13.2",
51
51
  "sinon": "^17.0.1",
52
52
  "sinon-chai": "^3.7.0",
53
53
  "ts-loader": "^9.5.1",
54
- "tsconfig-holy-grail": "^15.0.0",
54
+ "tsconfig-holy-grail": "^15.0.1",
55
55
  "tslint": "^6.1.3",
56
- "tslint-config-holy-grail": "^56.0.0",
57
- "typescript": "^5.4.2",
58
- "webpack": "^5.90.3"
56
+ "tslint-config-holy-grail": "^56.0.1",
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.82"
85
+ "version": "6.0.84"
86
86
  }