@pbkit/wrp
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -8,3 +8,3 @@ import { Atom } from "jotai"; | ||
export declare type ChannelAtom = Atom<WrpChannel | undefined>; | ||
export declare type GuestAtom = Atom<WrpGuest | undefined>; | ||
export declare type GuestAtom = Atom<Promise<WrpGuest> | undefined>; | ||
export declare type ClientImplAtom = Atom<RpcClientImpl | undefined>; | ||
@@ -11,0 +11,0 @@ export interface WrpAtomSet { |
@@ -16,3 +16,3 @@ "use strict"; | ||
const listeners = []; | ||
const guest = await (0, guest_1.createWrpGuest)({ | ||
const guest = (0, guest_1.createWrpGuest)({ | ||
channel: { | ||
@@ -19,0 +19,0 @@ ...realChannel, |
{ | ||
"name": "@pbkit/wrp", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"author": "JongChan Choi <jong@chan.moe>", | ||
@@ -5,0 +5,0 @@ "license": "(MIT OR Apache-2.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
132314