feat(smartstream): bump dependencies, update build/publish config, refactor tests, and overhaul documentation
This commit is contained in:
@@ -9,7 +9,7 @@ export {
|
||||
const smartenvInstance = new smartenv.Smartenv();
|
||||
|
||||
await smartenvInstance.getSafeNodeModule<typeof import('stream/web')>('stream/web', async (moduleArg) => {
|
||||
globalThis.ReadableStream = moduleArg.ReadableStream;
|
||||
globalThis.WritableStream = moduleArg.WritableStream;
|
||||
globalThis.TransformStream = moduleArg.TransformStream;
|
||||
globalThis.ReadableStream = moduleArg.ReadableStream as any;
|
||||
globalThis.WritableStream = moduleArg.WritableStream as any;
|
||||
globalThis.TransformStream = moduleArg.TransformStream as any;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user