Lazy load node:net for improved edge runtime compatibility

This commit is contained in:
2025-10-12 13:52:50 -04:00
parent 94a751d9b0
commit db96e8d933
7 changed files with 53 additions and 10 deletions
+4 -4
View File
@@ -13,7 +13,7 @@
},
"devDependencies": {
"@biomejs/biome": "2.2.5",
"@types/node": "24.7.1",
"@types/node": "24.7.2",
"tsdown": "0.15.6",
"typescript": "5.9.3",
"vitest": "^3.2.4"
@@ -1392,9 +1392,9 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "24.7.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.7.1.tgz",
"integrity": "sha512-CmyhGZanP88uuC5GpWU9q+fI61j2SkhO3UGMUdfYRE6Bcy0ccyzn1Rqj9YAB/ZY4kOXmNf0ocah5GtphmLMP6Q==",
"version": "24.7.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.7.2.tgz",
"integrity": "sha512-/NbVmcGTP+lj5oa4yiYxxeBjRivKQ5Ns1eSZeB99ExsEQ6rX5XYU1Zy/gGxY/ilqtD4Etx9mKyrPxZRetiahhA==",
"dev": true,
"license": "MIT",
"dependencies": {