@eik/core 1.3.13 → 1.3.15

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/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [1.3.15](https://github.com/eik-lib/core/compare/v1.3.14...v1.3.15) (2022-11-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency tar to v6.1.12 ([2caa713](https://github.com/eik-lib/core/commit/2caa7134025a6c67481798c3859125ce61e11914))
7
+
8
+ ## [1.3.14](https://github.com/eik-lib/core/compare/v1.3.13...v1.3.14) (2022-10-27)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Removed duplicate logger ([#340](https://github.com/eik-lib/core/issues/340)) ([808e160](https://github.com/eik-lib/core/commit/808e16079cd1a7616330488d837c3e84dc362cef))
14
+
1
15
  ## [1.3.13](https://github.com/eik-lib/core/compare/v1.3.12...v1.3.13) (2022-10-18)
2
16
 
3
17
 
@@ -22,7 +22,6 @@ const MapGet = class MapGet {
22
22
  this._sink = sink;
23
23
  this._etag = etag || config.etag;
24
24
  this._log = abslog(logger);
25
-
26
25
  this._metrics = new Metrics();
27
26
  this._histogram = this._metrics.histogram({
28
27
  name: 'eik_core_map_get_handler',
@@ -31,7 +31,6 @@ const MapPut = class MapPut {
31
31
  this._cacheControl = cacheControl;
32
32
  this._sink = sink;
33
33
  this._log = abslog(logger);
34
- this._log = abslog(logger);
35
34
  this._metrics = new Metrics();
36
35
  this._histogram = this._metrics.histogram({
37
36
  name: 'eik_core_map_put_handler',
@@ -23,7 +23,6 @@ const PkgGet = class PkgGet {
23
23
  this._sink = sink;
24
24
  this._etag = etag || config.etag;
25
25
  this._log = abslog(logger);
26
-
27
26
  this._metrics = new Metrics();
28
27
  this._histogram = this._metrics.histogram({
29
28
  name: 'eik_core_pkg_get_handler',
@@ -22,7 +22,6 @@ const VersionsGet = class VersionsGet {
22
22
  this._sink = sink;
23
23
  this._etag = etag || config.etag;
24
24
  this._log = abslog(logger);
25
-
26
25
  this._metrics = new Metrics();
27
26
  this._histogram = this._metrics.histogram({
28
27
  name: 'eik_core_versions_get_handler',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eik/core",
3
- "version": "1.3.13",
3
+ "version": "1.3.15",
4
4
  "description": "Core server package",
5
5
  "main": "lib/main.js",
6
6
  "type": "module",
@@ -30,14 +30,14 @@
30
30
  "rimraf": "3.0.2",
31
31
  "semver": "7.3.8",
32
32
  "ssri": "10.0.0",
33
- "tar": "6.1.11",
33
+ "tar": "6.1.12",
34
34
  "unique-slug": "4.0.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@babel/eslint-parser": "7.19.1",
38
38
  "@semantic-release/changelog": "6.0.1",
39
39
  "@semantic-release/git": "10.0.1",
40
- "eslint": "8.24.0",
40
+ "eslint": "8.26.0",
41
41
  "eslint-config-airbnb-base": "15.0.0",
42
42
  "eslint-config-prettier": "8.5.0",
43
43
  "eslint-plugin-import": "2.26.0",