@rsdoctor/graph 1.5.8 → 1.5.9

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/dist/index.cjs CHANGED
@@ -600,7 +600,7 @@ class Module {
600
600
  size.gzipSize = (0, external_node_zlib_namespaceObject.gzipSync)(code, {
601
601
  level: 9
602
602
  }).length;
603
- } catch (e) {
603
+ } catch {
604
604
  size.gzipSize = 0;
605
605
  }
606
606
  }
package/dist/index.js CHANGED
@@ -568,7 +568,7 @@ class Module {
568
568
  size.gzipSize = gzipSync(code, {
569
569
  level: 9
570
570
  }).length;
571
- } catch (e) {
571
+ } catch {
572
572
  size.gzipSize = 0;
573
573
  }
574
574
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsdoctor/graph",
3
- "version": "1.5.8",
3
+ "version": "1.5.9",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/web-infra-dev/rsdoctor",
@@ -25,8 +25,8 @@
25
25
  "es-toolkit": "^1.45.1",
26
26
  "path-browserify": "1.0.1",
27
27
  "source-map": "^0.7.6",
28
- "@rsdoctor/types": "1.5.8",
29
- "@rsdoctor/utils": "1.5.8"
28
+ "@rsdoctor/types": "1.5.9",
29
+ "@rsdoctor/utils": "1.5.9"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/body-parser": "1.19.6",