@rsdoctor/graph 1.5.12 → 1.5.14-beta.0

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
@@ -1575,7 +1575,7 @@ function getEntryModule(entryMap) {
1575
1575
  }
1576
1576
  function getDependencyPosition(dep, module, getSource = !0) {
1577
1577
  let { loc: depLoc } = dep;
1578
- if (void 0 === depLoc || !('start' in depLoc)) return;
1578
+ if (!depLoc || !('start' in depLoc)) return;
1579
1579
  let transformed = {
1580
1580
  start: {
1581
1581
  line: depLoc.start.line,
package/dist/index.js CHANGED
@@ -1531,7 +1531,7 @@ function getEntryModule(entryMap) {
1531
1531
  }
1532
1532
  function getDependencyPosition(dep, module, getSource = !0) {
1533
1533
  let { loc: depLoc } = dep;
1534
- if (void 0 === depLoc || !('start' in depLoc)) return;
1534
+ if (!depLoc || !('start' in depLoc)) return;
1535
1535
  let transformed = {
1536
1536
  start: {
1537
1537
  line: depLoc.start.line,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsdoctor/graph",
3
- "version": "1.5.12",
3
+ "version": "1.5.14-beta.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/web-infra-dev/rsdoctor",
@@ -27,11 +27,11 @@
27
27
  },
28
28
  "type": "module",
29
29
  "dependencies": {
30
- "es-toolkit": "^1.45.1",
30
+ "es-toolkit": "^1.47.0",
31
31
  "path-browserify": "1.0.1",
32
32
  "source-map": "^0.7.6",
33
- "@rsdoctor/types": "1.5.12",
34
- "@rsdoctor/utils": "1.5.12"
33
+ "@rsdoctor/types": "1.5.14-beta.0",
34
+ "@rsdoctor/utils": "1.5.14-beta.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/body-parser": "1.19.6",