fix parsing to grab globals from all definitions
/ publish (push) Successful in 21s

This commit is contained in:
2026-04-04 15:06:38 -07:00
parent 12e442f823
commit 5e0656fe2c
3 changed files with 58 additions and 15 deletions
+19 -10
View File
@@ -7,10 +7,13 @@
"": {
"name": "@sugoidogo/node-web-globals",
"version": "0.0.0",
"license": "MIT",
"license": "Apache-2.0",
"dependencies": {
"undici-types": "^7.21.0"
},
"devDependencies": {
"@sugoidogo/importable-types-web": "^1.0.0",
"@types/node": "^25.2.2",
"@types/node": "^22.19.17",
"@types/web": "^0.0.329"
}
},
@@ -25,15 +28,22 @@
}
},
"node_modules/@types/node": {
"version": "25.2.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.2.2.tgz",
"integrity": "sha512-BkmoP5/FhRYek5izySdkOneRyXYN35I860MFAGupTdebyE66uZaR+bXLHq8k4DirE5DwQi3NuhvRU1jqTVwUrQ==",
"version": "22.19.17",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.17.tgz",
"integrity": "sha512-wGdMcf+vPYM6jikpS/qhg6WiqSV/OhG+jeeHT/KlVqxYfD40iYJf9/AE1uQxVWFvU7MipKRkRv8NSHiCGgPr8Q==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~7.16.0"
"undici-types": "~6.21.0"
}
},
"node_modules/@types/node/node_modules/undici-types": {
"version": "6.21.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
"dev": true,
"license": "MIT"
},
"node_modules/@types/web": {
"version": "0.0.329",
"resolved": "https://registry.npmjs.org/@types/web/-/web-0.0.329.tgz",
@@ -42,10 +52,9 @@
"license": "Apache-2.0"
},
"node_modules/undici-types": {
"version": "7.16.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
"integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
"dev": true,
"version": "7.24.7",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.24.7.tgz",
"integrity": "sha512-XA+gOBkzYD3C74sZowtCLTpgtaCdqZhqCvR6y9LXvrKTt/IVU6bz49T4D+BPi475scshCCkb0IklJRw6T1ZlgQ==",
"license": "MIT"
}
}