@effect/platform-node
Advanced tools
Comparing version 0.56.5 to 0.56.6
@@ -195,3 +195,3 @@ "use strict"; | ||
/** @internal */ | ||
const layer = exports.layer = /*#__PURE__*/Layer.provide(layerWithoutDispatcher, dispatcherLayerGlobal); | ||
const layer = exports.layer = /*#__PURE__*/Layer.provide(layerWithoutDispatcher, dispatcherLayer); | ||
//# sourceMappingURL=httpClientUndici.js.map |
@@ -186,3 +186,3 @@ import * as Cookies from "@effect/platform/Cookies"; | ||
/** @internal */ | ||
export const layer = /*#__PURE__*/Layer.provide(layerWithoutDispatcher, dispatcherLayerGlobal); | ||
export const layer = /*#__PURE__*/Layer.provide(layerWithoutDispatcher, dispatcherLayer); | ||
//# sourceMappingURL=httpClientUndici.js.map |
{ | ||
"name": "@effect/platform-node", | ||
"version": "0.56.5", | ||
"version": "0.56.6", | ||
"description": "Platform specific implementations for the Node.js runtime", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -246,2 +246,2 @@ import * as Cookies from "@effect/platform/Cookies" | ||
/** @internal */ | ||
export const layer = Layer.provide(layerWithoutDispatcher, dispatcherLayerGlobal) | ||
export const layer = Layer.provide(layerWithoutDispatcher, dispatcherLayer) |
Sorry, the diff of this file is not supported yet
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
337800