Comparing version 0.9.4 to 0.9.5
@@ -1,3 +0,7 @@ | ||
import { Slot } from "@wry/context"; | ||
export declare const parentEntrySlot: Slot<import("./entry").Entry<any, any>>; | ||
export declare const parentEntrySlot: { | ||
readonly id: string; | ||
hasValue(): boolean; | ||
getValue(): import("./entry").Entry<any, any> | undefined; | ||
withValue<TResult, TArgs extends any[], TThis = any>(value: import("./entry").Entry<any, any>, callback: (this: TThis, ...args: TArgs) => TResult, args?: TArgs | undefined, thisArg?: TThis | undefined): TResult; | ||
}; | ||
export { bind as bindContext, noContext, setTimeout, asyncFromGen, } from "@wry/context"; |
{ | ||
"name": "optimism", | ||
"version": "0.9.4", | ||
"version": "0.9.5", | ||
"author": "Ben Newman <ben@benjamn.com>", | ||
@@ -48,4 +48,4 @@ "description": "Composable reactive caching with efficient invalidation.", | ||
"dependencies": { | ||
"@wry/context": "^0.3.2" | ||
"@wry/context": "^0.4.0" | ||
} | ||
} |
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
88676
1054
+ Added@types/node@22.10.2(transitive)
+ Added@wry/context@0.4.4(transitive)
+ Addedundici-types@6.20.0(transitive)
- Removed@wry/context@0.3.2(transitive)
Updated@wry/context@^0.4.0