@astrojs/webapi
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -13,2 +13,2 @@ // organize-imports-ignore | ||
}>; | ||
} | ||
} |
{ | ||
"name": "@astrojs/webapi", | ||
"description": "Use Web APIs in Node", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"type": "module", | ||
@@ -53,3 +53,3 @@ "exports": { | ||
"dependencies": { | ||
"undici": "5.20.0" | ||
"undici": "^5.22.0" | ||
}, | ||
@@ -70,4 +70,4 @@ "devDependencies": { | ||
"rollup": "^2.79.1", | ||
"tslib": "^2.4.0", | ||
"typescript": "~4.7.3", | ||
"tslib": "^2.5.0", | ||
"typescript": "~5.0.2", | ||
"urlpattern-polyfill": "^1.0.0-rc5" | ||
@@ -74,0 +74,0 @@ }, |
@@ -111,4 +111,4 @@ # WebAPI | ||
polyfill(globalThis, { | ||
// disables polyfills for setTimeout clearTimeout | ||
exclude: 'setTimeout clearTimeout', | ||
// disables polyfills for setTimeout clearTimeout | ||
exclude: 'setTimeout clearTimeout', | ||
}) | ||
@@ -121,4 +121,4 @@ ``` | ||
polyfill(globalThis, { | ||
// disables polyfills for setTimeout clearTimeout | ||
exclude: 'Timeout+', | ||
// disables polyfills for setTimeout clearTimeout | ||
exclude: 'Timeout+', | ||
}) | ||
@@ -129,4 +129,4 @@ ``` | ||
polyfill(globalThis, { | ||
// disables polyfills for Node, Window, Document, HTMLElement, etc. | ||
exclude: 'Node+', | ||
// disables polyfills for Node, Window, Document, HTMLElement, etc. | ||
exclude: 'Node+', | ||
}) | ||
@@ -137,4 +137,4 @@ ``` | ||
polyfill(globalThis, { | ||
// disables polyfills for Event, EventTarget, Node, Window, Document, HTMLElement, etc. | ||
exclude: 'Event+', | ||
// disables polyfills for Event, EventTarget, Node, Window, Document, HTMLElement, etc. | ||
exclude: 'Event+', | ||
}) | ||
@@ -141,0 +141,0 @@ ``` |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
333110
2549
+ Added@fastify/busboy@2.1.1(transitive)
+ Addedundici@5.28.4(transitive)
- Removedbusboy@1.6.0(transitive)
- Removedstreamsearch@1.1.0(transitive)
- Removedundici@5.20.0(transitive)
Updatedundici@^5.22.0