Comparing version
{ | ||
"name": "unenv", | ||
"version": "2.0.0-rc.0", | ||
"version": "2.0.0-rc.1", | ||
"description": "", | ||
@@ -34,3 +34,3 @@ "repository": "unjs/unenv", | ||
"prepack": "unbuild", | ||
"release": "pnpm test && changelogen --release && pnpm publish && git push --follow-tags", | ||
"release": "pnpm test && changelogen --release --push --publish --prerelease --publishTag rc", | ||
"test": "pnpm lint && pnpm vitest --run && pnpm test:types && pnpm test:node", | ||
@@ -52,3 +52,3 @@ "test:node": "node --test --import jiti/register ./test/node/test-*", | ||
"@parcel/watcher": "^2.5.0", | ||
"@types/node": "^22.10.7", | ||
"@types/node": "^22.10.10", | ||
"automd": "^0.3.12", | ||
@@ -64,7 +64,7 @@ "changelogen": "^0.5.7", | ||
"unbuild": "^3.3.1", | ||
"vitest": "^3.0.1", | ||
"workerd": "^1.20250109.0", | ||
"wrangler": "^3.103.1" | ||
"vitest": "^3.0.4", | ||
"workerd": "^1.20250124.3", | ||
"wrangler": "^3.105.1" | ||
}, | ||
"packageManager": "pnpm@9.15.4" | ||
} |
@@ -90,4 +90,4 @@ # unenv | ||
- ✅ [node:assert](https://nodejs.org/api/assert.html) | ||
- ✅ [node:assert/strict](https://nodejs.org/api/assert.html) | ||
- 🚧 [node:assert](https://nodejs.org/api/assert.html) <!-- missing partialDeepStrictEqual exports --> | ||
- 🚧 [node:assert/strict](https://nodejs.org/api/assert.html) <!-- missing partialDeepStrictEqual exports --> | ||
- ✅ [node:async_hooks](https://nodejs.org/api/async_hooks.html) | ||
@@ -113,3 +113,3 @@ - ✅ [node:buffer](https://nodejs.org/api/buffer.html) | ||
- 🚧 [node:inspector/promises](https://nodejs.org/api/inspector.html) | ||
- ✅ [node:module](https://nodejs.org/api/module.html) | ||
- 🚧 [node:module](https://nodejs.org/api/module.html) <!-- missing stripTypeScriptTypes exports --> | ||
- ✅ [node:net](https://nodejs.org/api/net.html) | ||
@@ -132,3 +132,3 @@ - ✅ [node:os](https://nodejs.org/api/os.html) | ||
- ✅ [node:string_decoder](https://nodejs.org/api/string_decoder.html) | ||
- ✅ [node:sys](https://nodejs.org/api/sys.html) | ||
- 🚧 [node:sys](https://nodejs.org/api/sys.html) <!-- missing getCallSites, getSystemErrorMessage exports --> | ||
- ✅ [node:timers](https://nodejs.org/api/timers.html) | ||
@@ -140,3 +140,3 @@ - ✅ [node:timers/promises](https://nodejs.org/api/timers.html) | ||
- ✅ [node:url](https://nodejs.org/api/url.html) | ||
- ✅ [node:util](https://nodejs.org/api/util.html) | ||
- 🚧 [node:util](https://nodejs.org/api/util.html) <!-- missing getCallSites, getSystemErrorMessage exports --> | ||
- ✅ [node:util/types](https://nodejs.org/api/util.html) | ||
@@ -143,0 +143,0 @@ - ✅ [node:v8](https://nodejs.org/api/v8.html) |
@@ -28,3 +28,3 @@ import type nodeModule from "node:module"; | ||
constants: any; | ||
createRequire: (filename: string) => ((...args: any) => any) & { | ||
createRequire: (_filename: string | URL) => ((...args: any) => any) & { | ||
resolve: ((...args: any) => any) & { | ||
@@ -31,0 +31,0 @@ paths: (...args: any) => any; |
@@ -8,3 +8,3 @@ import type nodeModule from "node:module"; | ||
}; | ||
export declare const createRequire: (filename: string) => ((...args: any) => any) & { | ||
export declare const createRequire: (_filename: string | URL) => ((...args: any) => any) & { | ||
resolve: ((...args: any) => any) & { | ||
@@ -82,3 +82,3 @@ paths: (...args: any) => any; | ||
constants: any; | ||
createRequire: (filename: string) => ((...args: any) => any) & { | ||
createRequire: (_filename: string | URL) => ((...args: any) => any) & { | ||
resolve: ((...args: any) => any) & { | ||
@@ -85,0 +85,0 @@ paths: (...args: any) => any; |
import type tty from "node:tty"; | ||
import { Socket } from "../../net"; | ||
import { Socket } from "node:net"; | ||
export declare class ReadStream extends Socket implements tty.ReadStream { | ||
@@ -4,0 +4,0 @@ fd: number; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1035135
0.02%31756
0.01%10
-9.09%507
-0.59%