@effect/cache
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -7,7 +7,7 @@ /** | ||
import type * as Lookup from "@effect/cache/Lookup"; | ||
import type * as Chunk from "@effect/data/Chunk"; | ||
import type * as Duration from "@effect/data/Duration"; | ||
import type * as Effect from "@effect/io/Effect"; | ||
import type * as Exit from "@effect/io/Exit"; | ||
import type * as Option from "@fp-ts/core/Option"; | ||
import type * as Chunk from "@fp-ts/data/Chunk"; | ||
import type * as Duration from "@fp-ts/data/Duration"; | ||
/** | ||
@@ -14,0 +14,0 @@ * @since 1.0.0 |
@@ -12,2 +12,7 @@ "use strict"; | ||
var MapValue = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/cache/internal_effect_untraced/mapValue")); | ||
var Chunk = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/data/Chunk")); | ||
var Equal = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/data/Equal")); | ||
var MutableHashMap = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/data/MutableHashMap")); | ||
var MutableQueue = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/data/MutableQueue")); | ||
var MutableRef = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/data/MutableRef")); | ||
var Debug = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/io/Debug")); | ||
@@ -19,7 +24,2 @@ var Deferred = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/io/Deferred")); | ||
var Option = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fp-ts/core/Option")); | ||
var Chunk = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fp-ts/data/Chunk")); | ||
var Equal = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fp-ts/data/Equal")); | ||
var MutableHashMap = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fp-ts/data/MutableHashMap")); | ||
var MutableQueue = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fp-ts/data/MutableQueue")); | ||
var MutableRef = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fp-ts/data/MutableRef")); | ||
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } | ||
@@ -26,0 +26,0 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } |
@@ -8,5 +8,5 @@ "use strict"; | ||
var KeySet = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/cache/internal_effect_untraced/keySet")); | ||
var MutableHashMap = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fp-ts/data/MutableHashMap")); | ||
var MutableQueue = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fp-ts/data/MutableQueue")); | ||
var MutableRef = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fp-ts/data/MutableRef")); | ||
var MutableHashMap = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/data/MutableHashMap")); | ||
var MutableQueue = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/data/MutableQueue")); | ||
var MutableRef = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/data/MutableRef")); | ||
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } | ||
@@ -13,0 +13,0 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } |
@@ -7,4 +7,4 @@ "use strict"; | ||
exports.make = exports.isMapKey = exports.MapKeyTypeId = void 0; | ||
var Equal = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fp-ts/data/Equal")); | ||
var Hash = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fp-ts/data/Hash")); | ||
var Equal = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/data/Equal")); | ||
var Hash = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/data/Hash")); | ||
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } | ||
@@ -11,0 +11,0 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } |
@@ -7,3 +7,3 @@ "use strict"; | ||
exports.refreshing = exports.pending = exports.complete = void 0; | ||
var Data = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fp-ts/data/Data")); | ||
var Data = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/data/Data")); | ||
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } | ||
@@ -10,0 +10,0 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } |
@@ -12,2 +12,8 @@ "use strict"; | ||
var MapValue = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/cache/internal_effect_untraced/scoped/mapValue")); | ||
var Context = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/data/Context")); | ||
var Equal = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/data/Equal")); | ||
var HashSet = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/data/HashSet")); | ||
var MutableHashMap = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/data/MutableHashMap")); | ||
var MutableQueue = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/data/MutableQueue")); | ||
var MutableRef = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/data/MutableRef")); | ||
var Debug = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/io/Debug")); | ||
@@ -18,8 +24,2 @@ var Effect = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/io/Effect")); | ||
var Option = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fp-ts/core/Option")); | ||
var Context = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fp-ts/data/Context")); | ||
var Equal = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fp-ts/data/Equal")); | ||
var HashSet = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fp-ts/data/HashSet")); | ||
var MutableHashMap = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fp-ts/data/MutableHashMap")); | ||
var MutableQueue = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fp-ts/data/MutableQueue")); | ||
var MutableRef = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fp-ts/data/MutableRef")); | ||
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } | ||
@@ -26,0 +26,0 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } |
@@ -8,5 +8,5 @@ "use strict"; | ||
var KeySet = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/cache/internal_effect_untraced/keySet")); | ||
var MutableHashMap = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fp-ts/data/MutableHashMap")); | ||
var MutableQueue = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fp-ts/data/MutableQueue")); | ||
var MutableRef = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fp-ts/data/MutableRef")); | ||
var MutableHashMap = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/data/MutableHashMap")); | ||
var MutableQueue = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/data/MutableQueue")); | ||
var MutableRef = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/data/MutableRef")); | ||
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } | ||
@@ -13,0 +13,0 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } |
@@ -7,6 +7,6 @@ "use strict"; | ||
exports.toScoped = exports.releaseOwner = exports.refreshing = exports.pending = exports.complete = void 0; | ||
var Data = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/data/Data")); | ||
var MutableRef = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/data/MutableRef")); | ||
var Effect = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/io/Effect")); | ||
var Exit = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/io/Exit")); | ||
var Data = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fp-ts/data/Data")); | ||
var MutableRef = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@fp-ts/data/MutableRef")); | ||
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } | ||
@@ -13,0 +13,0 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } |
{ | ||
"name": "@effect/cache", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"license": "MIT", | ||
@@ -10,5 +10,5 @@ "repository": { | ||
"dependencies": { | ||
"@effect/io": "~0.1.5", | ||
"@fp-ts/core": "~0.1.1", | ||
"@fp-ts/data": "~0.1.1" | ||
"@effect/data": "~0.0.1", | ||
"@effect/io": "~0.1.10", | ||
"@fp-ts/core": "~0.1.1" | ||
}, | ||
@@ -15,0 +15,0 @@ "publishConfig": { |
@@ -7,2 +7,3 @@ /** | ||
import type * as ScopedLookup from "@effect/cache/ScopedLookup"; | ||
import type * as Duration from "@effect/data/Duration"; | ||
import type * as Effect from "@effect/io/Effect"; | ||
@@ -12,3 +13,2 @@ import type * as Exit from "@effect/io/Exit"; | ||
import type * as Option from "@fp-ts/core/Option"; | ||
import type * as Duration from "@fp-ts/data/Duration"; | ||
/** | ||
@@ -15,0 +15,0 @@ * @since 1.0.0 |
@@ -8,7 +8,7 @@ /** | ||
import type * as Lookup from "@effect/cache/Lookup" | ||
import type * as Chunk from "@effect/data/Chunk" | ||
import type * as Duration from "@effect/data/Duration" | ||
import type * as Effect from "@effect/io/Effect" | ||
import type * as Exit from "@effect/io/Exit" | ||
import type * as Option from "@fp-ts/core/Option" | ||
import type * as Chunk from "@fp-ts/data/Chunk" | ||
import type * as Duration from "@fp-ts/data/Duration" | ||
@@ -15,0 +15,0 @@ /** |
@@ -10,2 +10,9 @@ import type * as Cache from "@effect/cache/Cache" | ||
import type * as Lookup from "@effect/cache/Lookup" | ||
import * as Chunk from "@effect/data/Chunk" | ||
import type * as Context from "@effect/data/Context" | ||
import type * as Duration from "@effect/data/Duration" | ||
import * as Equal from "@effect/data/Equal" | ||
import * as MutableHashMap from "@effect/data/MutableHashMap" | ||
import * as MutableQueue from "@effect/data/MutableQueue" | ||
import * as MutableRef from "@effect/data/MutableRef" | ||
import type * as Clock from "@effect/io/Clock" | ||
@@ -19,9 +26,2 @@ import * as Debug from "@effect/io/Debug" | ||
import * as Option from "@fp-ts/core/Option" | ||
import * as Chunk from "@fp-ts/data/Chunk" | ||
import type * as Context from "@fp-ts/data/Context" | ||
import type * as Duration from "@fp-ts/data/Duration" | ||
import * as Equal from "@fp-ts/data/Equal" | ||
import * as MutableHashMap from "@fp-ts/data/MutableHashMap" | ||
import * as MutableQueue from "@fp-ts/data/MutableQueue" | ||
import * as MutableRef from "@fp-ts/data/MutableRef" | ||
@@ -28,0 +28,0 @@ /** @internal */ |
import * as KeySet from "@effect/cache/internal_effect_untraced/keySet" | ||
import type * as MapKey from "@effect/cache/internal_effect_untraced/mapKey" | ||
import type * as MapValue from "@effect/cache/internal_effect_untraced/mapValue" | ||
import * as MutableHashMap from "@fp-ts/data/MutableHashMap" | ||
import * as MutableQueue from "@fp-ts/data/MutableQueue" | ||
import * as MutableRef from "@fp-ts/data/MutableRef" | ||
import * as MutableHashMap from "@effect/data/MutableHashMap" | ||
import * as MutableQueue from "@effect/data/MutableQueue" | ||
import * as MutableRef from "@effect/data/MutableRef" | ||
@@ -8,0 +8,0 @@ /** |
@@ -0,4 +1,4 @@ | ||
import * as Equal from "@effect/data/Equal" | ||
import * as Hash from "@effect/data/Hash" | ||
import { pipe } from "@fp-ts/core/Function" | ||
import * as Equal from "@fp-ts/data/Equal" | ||
import * as Hash from "@fp-ts/data/Hash" | ||
@@ -5,0 +5,0 @@ /** @internal */ |
import type * as EntryStats from "@effect/cache/EntryStats" | ||
import type * as MapKey from "@effect/cache/internal_effect_untraced/mapKey" | ||
import * as Data from "@effect/data/Data" | ||
import type * as Deferred from "@effect/io/Deferred" | ||
import type * as Exit from "@effect/io/Exit" | ||
import * as Data from "@fp-ts/data/Data" | ||
@@ -7,0 +7,0 @@ /** |
@@ -10,2 +10,9 @@ import type * as CacheStats from "@effect/cache/CacheStats" | ||
import type * as ScopedLookup from "@effect/cache/ScopedLookup" | ||
import * as Context from "@effect/data/Context" | ||
import type * as Duration from "@effect/data/Duration" | ||
import * as Equal from "@effect/data/Equal" | ||
import * as HashSet from "@effect/data/HashSet" | ||
import * as MutableHashMap from "@effect/data/MutableHashMap" | ||
import * as MutableQueue from "@effect/data/MutableQueue" | ||
import * as MutableRef from "@effect/data/MutableRef" | ||
import type * as Clock from "@effect/io/Clock" | ||
@@ -18,9 +25,2 @@ import * as Debug from "@effect/io/Debug" | ||
import * as Option from "@fp-ts/core/Option" | ||
import * as Context from "@fp-ts/data/Context" | ||
import type * as Duration from "@fp-ts/data/Duration" | ||
import * as Equal from "@fp-ts/data/Equal" | ||
import * as HashSet from "@fp-ts/data/HashSet" | ||
import * as MutableHashMap from "@fp-ts/data/MutableHashMap" | ||
import * as MutableQueue from "@fp-ts/data/MutableQueue" | ||
import * as MutableRef from "@fp-ts/data/MutableRef" | ||
@@ -27,0 +27,0 @@ /** @internal */ |
import * as KeySet from "@effect/cache/internal_effect_untraced/keySet" | ||
import type * as MapKey from "@effect/cache/internal_effect_untraced/mapKey" | ||
import type * as MapValue from "@effect/cache/internal_effect_untraced/scoped/mapValue" | ||
import * as MutableHashMap from "@fp-ts/data/MutableHashMap" | ||
import * as MutableQueue from "@fp-ts/data/MutableQueue" | ||
import * as MutableRef from "@fp-ts/data/MutableRef" | ||
import * as MutableHashMap from "@effect/data/MutableHashMap" | ||
import * as MutableQueue from "@effect/data/MutableQueue" | ||
import * as MutableRef from "@effect/data/MutableRef" | ||
@@ -8,0 +8,0 @@ /** |
import type * as EntryStats from "@effect/cache/EntryStats" | ||
import type * as MapKey from "@effect/cache/internal_effect_untraced/mapKey" | ||
import * as Data from "@effect/data/Data" | ||
import * as MutableRef from "@effect/data/MutableRef" | ||
import * as Effect from "@effect/io/Effect" | ||
import * as Exit from "@effect/io/Exit" | ||
import type * as Scope from "@effect/io/Scope" | ||
import * as Data from "@fp-ts/data/Data" | ||
import * as MutableRef from "@fp-ts/data/MutableRef" | ||
@@ -9,0 +9,0 @@ /** |
@@ -8,2 +8,3 @@ /** | ||
import type * as ScopedLookup from "@effect/cache/ScopedLookup" | ||
import type * as Duration from "@effect/data/Duration" | ||
import type * as Effect from "@effect/io/Effect" | ||
@@ -13,3 +14,2 @@ import type * as Exit from "@effect/io/Exit" | ||
import type * as Option from "@fp-ts/core/Option" | ||
import type * as Duration from "@fp-ts/data/Duration" | ||
@@ -16,0 +16,0 @@ /** |
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
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
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
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
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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
277291
0
+ Added@effect/data@~0.0.1
+ Added@effect/data@0.0.1(transitive)
- Removed@fp-ts/data@~0.1.1
- Removed@fp-ts/data@0.1.1(transitive)
Updated@effect/io@~0.1.10