@endo/captp
Advanced tools
Comparing version 4.1.0 to 4.1.1
{ | ||
"name": "@endo/captp", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Capability Transfer Protocol for distributed objects", | ||
@@ -50,4 +50,4 @@ "type": "module", | ||
"devDependencies": { | ||
"@endo/init": "^1.1.0", | ||
"@endo/ses-ava": "^1.2.0", | ||
"@endo/init": "^1.1.1", | ||
"@endo/ses-ava": "^1.2.1", | ||
"ava": "^6.1.2", | ||
@@ -57,7 +57,7 @@ "c8": "^7.14.0" | ||
"dependencies": { | ||
"@endo/errors": "^1.2.0", | ||
"@endo/eventual-send": "^1.2.0", | ||
"@endo/marshal": "^1.4.0", | ||
"@endo/nat": "^5.0.5", | ||
"@endo/promise-kit": "^1.1.0" | ||
"@endo/errors": "^1.2.1", | ||
"@endo/eventual-send": "^1.2.1", | ||
"@endo/marshal": "^1.4.1", | ||
"@endo/nat": "^5.0.6", | ||
"@endo/promise-kit": "^1.1.1" | ||
}, | ||
@@ -84,3 +84,3 @@ "bugs": { | ||
}, | ||
"gitHead": "36384eb5a4bbd11dd3d06a8045d620f8d6569590" | ||
"gitHead": "25229bdcc26babb3afe0c229df4283a0f3c105f3" | ||
} |
@@ -21,3 +21,3 @@ export { E }; | ||
makeTrapHandler: (name: any, obj: any) => any; | ||
Trap: import("./ts-types.js").Trap | undefined; | ||
Trap: import('./types.js').Trap | undefined; | ||
}; | ||
@@ -24,0 +24,0 @@ export type Settler<R = unknown> = import('@endo/eventual-send').Settler<R>; |
@@ -8,3 +8,3 @@ export function makeFinalizingMap<K, V extends unknown>(finalizer?: ((key: K) => void) | undefined, opts?: { | ||
} & import("@endo/eventual-send").RemotableBrand<{}, FinalizingMap<K, V>>; | ||
export type FinalizingMap<K, V extends unknown> = Pick<Map<K, V>, "get" | "has" | "delete"> & { | ||
export type FinalizingMap<K, V extends unknown> = Pick<Map<K, V>, 'get' | 'has' | 'delete'> & { | ||
set: (key: K, value: V) => void; | ||
@@ -11,0 +11,0 @@ clearWithoutFinalizing: () => void; |
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
77609
Updated@endo/errors@^1.2.1
Updated@endo/eventual-send@^1.2.1
Updated@endo/marshal@^1.4.1
Updated@endo/nat@^5.0.6
Updated@endo/promise-kit@^1.1.1