@agoric/captp
Advanced tools
Comparing version 1.10.9-dev-2c92c13.0 to 1.10.9-dev-3464e52.0
{ | ||
"name": "@agoric/captp", | ||
"version": "1.10.9-dev-2c92c13.0+2c92c13", | ||
"version": "1.10.9-dev-3464e52.0+3464e52", | ||
"description": "Capability Transfer Protocol for distributed objects", | ||
@@ -39,5 +39,4 @@ "type": "module", | ||
"devDependencies": { | ||
"@agoric/install-ses": "0.5.30-dev-2c92c13.0+2c92c13", | ||
"@agoric/swingset-vat": "0.24.2-dev-2c92c13.0+2c92c13", | ||
"@endo/ses-ava": "^0.2.8", | ||
"@agoric/install-ses": "0.5.30-dev-3464e52.0+3464e52", | ||
"@endo/ses-ava": "^0.2.13", | ||
"ava": "^3.12.1", | ||
@@ -47,7 +46,6 @@ "c8": "^7.7.2" | ||
"dependencies": { | ||
"@agoric/assert": "0.3.16-dev-2c92c13.0+2c92c13", | ||
"@agoric/eventual-send": "0.14.1-dev-2c92c13.0+2c92c13", | ||
"@agoric/marshal": "0.5.1-dev-2c92c13.0+2c92c13", | ||
"@agoric/eventual-send": "0.14.1-dev-3464e52.0+3464e52", | ||
"@agoric/marshal": "0.5.1-dev-3464e52.0+3464e52", | ||
"@agoric/nat": "^4.1.0", | ||
"@agoric/promise-kit": "0.2.30-dev-2c92c13.0+2c92c13" | ||
"@agoric/promise-kit": "0.2.30-dev-3464e52.0+3464e52" | ||
}, | ||
@@ -75,3 +73,3 @@ "bugs": { | ||
}, | ||
"gitHead": "2c92c138d3bf83846db39856ab7774ef49d0d9f8" | ||
"gitHead": "3464e52160772a220a86f3093d56b69ff7d2fe0f" | ||
} |
// @ts-check | ||
/* global BigUint64Array */ | ||
/// <reference types="ses"/> | ||
import { assert, details as X } from '@agoric/assert'; | ||
const { details: X } = assert; | ||
@@ -6,0 +7,0 @@ // This is a pathological minimum, but exercised by the unit test. |
// @ts-check | ||
/// <reference types="ses"/> | ||
@@ -10,3 +11,2 @@ // Your app may need to `import '@agoric/eventual-send/shim'` to get HandledPromise | ||
import { isPromise, makePromiseKit } from '@agoric/promise-kit'; | ||
import { assert, details as X } from '@agoric/assert'; | ||
@@ -19,2 +19,4 @@ import { makeTrap } from './trap.js'; | ||
const { details: X } = assert; | ||
/** | ||
@@ -21,0 +23,0 @@ * @param {any} maybeThenable |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
4
4
1074
72386