diff --git a/packages/ERTP/package.json b/packages/ERTP/package.json index 43890ca555f..d993f5e2d64 100644 --- a/packages/ERTP/package.json +++ b/packages/ERTP/package.json @@ -85,6 +85,6 @@ "access": "public" }, "typeCoverage": { - "atLeast": 90.56 + "atLeast": 90.61 } } diff --git a/packages/SwingSet/package.json b/packages/SwingSet/package.json index 9a8d855c1e7..cd30c74286b 100644 --- a/packages/SwingSet/package.json +++ b/packages/SwingSet/package.json @@ -100,6 +100,6 @@ "access": "public" }, "typeCoverage": { - "atLeast": 75.05 + "atLeast": 75.03 } } diff --git a/packages/agoric-cli/package.json b/packages/agoric-cli/package.json index efe243ee62b..233a7c92b9d 100644 --- a/packages/agoric-cli/package.json +++ b/packages/agoric-cli/package.json @@ -98,6 +98,6 @@ "workerThreads": false }, "typeCoverage": { - "atLeast": 76.93 + "atLeast": 77.17 } } diff --git a/packages/boot/package.json b/packages/boot/package.json index 40487498a9a..4885dd86daf 100644 --- a/packages/boot/package.json +++ b/packages/boot/package.json @@ -87,6 +87,6 @@ "workerThreads": false }, "typeCoverage": { - "atLeast": 87.83 + "atLeast": 87.57 } } diff --git a/packages/builders/index.js b/packages/builders/index.js index d56d622fcbc..e69de29bb2d 100644 --- a/packages/builders/index.js +++ b/packages/builders/index.js @@ -1,2 +0,0 @@ -// Ambient types -import '@agoric/network/exported.js'; diff --git a/packages/builders/package.json b/packages/builders/package.json index c2dfcd65ec3..086693877d8 100644 --- a/packages/builders/package.json +++ b/packages/builders/package.json @@ -25,7 +25,6 @@ "dependencies": { "@agoric/ertp": "^0.16.2", "@agoric/internal": "^0.3.2", - "@agoric/network": "^0.1.0", "@agoric/notifier": "^0.6.2", "@agoric/smart-wallet": "^0.5.3", "@agoric/vat-data": "^0.5.2", @@ -79,6 +78,6 @@ "workerThreads": false }, "typeCoverage": { - "atLeast": 73.62 + "atLeast": 73.8 } } diff --git a/packages/cache/package.json b/packages/cache/package.json index ec75c2a9306..0bd841d26e8 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -47,6 +47,6 @@ "timeout": "20m" }, "typeCoverage": { - "atLeast": 86.81 + "atLeast": 90.97 } } diff --git a/packages/casting/package.json b/packages/casting/package.json index aa04afbec82..82f1c114907 100644 --- a/packages/casting/package.json +++ b/packages/casting/package.json @@ -60,6 +60,6 @@ "workerThreads": false }, "typeCoverage": { - "atLeast": 89.58 + "atLeast": 89.6 } } diff --git a/packages/cosmic-swingset/package.json b/packages/cosmic-swingset/package.json index 7dc06752771..b672df026d8 100644 --- a/packages/cosmic-swingset/package.json +++ b/packages/cosmic-swingset/package.json @@ -68,6 +68,6 @@ "timeout": "20m" }, "typeCoverage": { - "atLeast": 79.84 + "atLeast": 80.49 } } diff --git a/packages/deploy-script-support/test/unitTests/test-coreProposalBehavior.js b/packages/deploy-script-support/test/unitTests/test-coreProposalBehavior.js index 7ccb4c890f9..1ddca5b82de 100644 --- a/packages/deploy-script-support/test/unitTests/test-coreProposalBehavior.js +++ b/packages/deploy-script-support/test/unitTests/test-coreProposalBehavior.js @@ -8,10 +8,6 @@ import { } from '@agoric/vats/src/core/utils.js'; import { makeCoreProposalBehavior } from '../../src/coreProposalBehavior.js'; -// TODO remove this stubborn case -// https://github.com/Agoric/agoric-sdk/issues/6512 -import '@agoric/vats/src/core/types-ambient.js'; - // TODO: we need to rewrite writeCoreProposal.js to produce BundleIDs, // although this test doesn't exercise that. diff --git a/packages/import-manager/package.json b/packages/import-manager/package.json index 7904622e542..2e81cf8131f 100644 --- a/packages/import-manager/package.json +++ b/packages/import-manager/package.json @@ -47,6 +47,6 @@ "access": "public" }, "typeCoverage": { - "atLeast": 82.1 + "atLeast": 94.73 } } diff --git a/packages/inter-protocol/test/smartWallet/test-oracle-integration.js b/packages/inter-protocol/test/smartWallet/test-oracle-integration.js index bb3a8fb5b27..07daf70542b 100644 --- a/packages/inter-protocol/test/smartWallet/test-oracle-integration.js +++ b/packages/inter-protocol/test/smartWallet/test-oracle-integration.js @@ -1,5 +1,3 @@ -import '@agoric/vats/src/core/types-ambient.js'; - import { test as anyTest } from '@agoric/zoe/tools/prepare-test-env-ava.js'; import { NonNullish } from '@agoric/assert'; diff --git a/packages/network/package.json b/packages/network/package.json index 3811268b801..908597e6526 100644 --- a/packages/network/package.json +++ b/packages/network/package.json @@ -68,6 +68,6 @@ "workerThreads": false }, "typeCoverage": { - "atLeast": 76.57 + "atLeast": 91.68 } } diff --git a/packages/notifier/package.json b/packages/notifier/package.json index 645573fbdf4..ed6ddd7496e 100644 --- a/packages/notifier/package.json +++ b/packages/notifier/package.json @@ -76,6 +76,6 @@ "timeout": "2m" }, "typeCoverage": { - "atLeast": 89.74 + "atLeast": 89.76 } } diff --git a/packages/pegasus/package.json b/packages/pegasus/package.json index 945d8d634c5..a2c1a1e608d 100644 --- a/packages/pegasus/package.json +++ b/packages/pegasus/package.json @@ -70,6 +70,6 @@ "access": "public" }, "typeCoverage": { - "atLeast": 89.97 + "atLeast": 90.79 } } diff --git a/packages/smart-wallet/package.json b/packages/smart-wallet/package.json index dd5b351c3a4..2a47c2a602d 100644 --- a/packages/smart-wallet/package.json +++ b/packages/smart-wallet/package.json @@ -67,6 +67,6 @@ "access": "public" }, "typeCoverage": { - "atLeast": 93.75 + "atLeast": 93.76 } } diff --git a/packages/smart-wallet/src/invitations.js b/packages/smart-wallet/src/invitations.js index a5fcc32557d..5acd5e7d428 100644 --- a/packages/smart-wallet/src/invitations.js +++ b/packages/smart-wallet/src/invitations.js @@ -4,9 +4,6 @@ import { InvitationHandleShape } from '@agoric/zoe/src/typeGuards.js'; import { E } from '@endo/far'; import { shape } from './typeGuards.js'; -// Ambient types. Needed only for dev but this does a runtime import. -import '@agoric/zoe/exported.js'; - const { Fail } = assert; // A safety limit diff --git a/packages/solo/package.json b/packages/solo/package.json index ae69c3c0400..1b1cb099e93 100644 --- a/packages/solo/package.json +++ b/packages/solo/package.json @@ -78,6 +78,6 @@ "workerThreads": false }, "typeCoverage": { - "atLeast": 68.76 + "atLeast": 73.13 } } diff --git a/packages/spawner/package.json b/packages/spawner/package.json index 9767dc2e169..85ad61cb0c4 100644 --- a/packages/spawner/package.json +++ b/packages/spawner/package.json @@ -62,6 +62,6 @@ "timeout": "2m" }, "typeCoverage": { - "atLeast": 50 + "atLeast": 55.05 } } diff --git a/packages/store/package.json b/packages/store/package.json index b8a6a352ebd..268ac6b0bae 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -58,6 +58,6 @@ "timeout": "2m" }, "typeCoverage": { - "atLeast": 85.75 + "atLeast": 86.12 } } diff --git a/packages/swingset-liveslots/package.json b/packages/swingset-liveslots/package.json index 73668af704c..e3e9d99b005 100644 --- a/packages/swingset-liveslots/package.json +++ b/packages/swingset-liveslots/package.json @@ -67,6 +67,6 @@ "access": "public" }, "typeCoverage": { - "atLeast": 75.2 + "atLeast": 75.22 } } diff --git a/packages/swingset-runner/package.json b/packages/swingset-runner/package.json index 465ec50680c..812449eb82e 100644 --- a/packages/swingset-runner/package.json +++ b/packages/swingset-runner/package.json @@ -59,6 +59,6 @@ "timeout": "2m" }, "typeCoverage": { - "atLeast": 53.18 + "atLeast": 54.98 } } diff --git a/packages/vat-data/package.json b/packages/vat-data/package.json index 30740d20216..95febb94d4e 100644 --- a/packages/vat-data/package.json +++ b/packages/vat-data/package.json @@ -48,6 +48,6 @@ "node": ">=14.15.0" }, "typeCoverage": { - "atLeast": 98.78 + "atLeast": 98.79 } } diff --git a/packages/vats/index.js b/packages/vats/index.js index 27a927b9544..d5b8fbf49b9 100644 --- a/packages/vats/index.js +++ b/packages/vats/index.js @@ -1,5 +1,4 @@ // Ambient types -import '@agoric/zoe/exported.js'; import './src/core/types-ambient.js'; // eslint-disable-next-line import/export -- no named exports diff --git a/packages/vats/package.json b/packages/vats/package.json index a6968fef386..46fce856414 100644 --- a/packages/vats/package.json +++ b/packages/vats/package.json @@ -75,6 +75,6 @@ "workerThreads": false }, "typeCoverage": { - "atLeast": 91.05 + "atLeast": 89.52 } } diff --git a/packages/vats/src/core/utils.js b/packages/vats/src/core/utils.js index 2f31632da48..a6b199b9cf4 100644 --- a/packages/vats/src/core/utils.js +++ b/packages/vats/src/core/utils.js @@ -7,6 +7,8 @@ import { keyEQ } from '@agoric/store'; import { makeNameHubKit } from '../nameHub.js'; import { makeLogHooks, makePromiseSpace } from './promise-space.js'; +import './types-ambient.js'; + const { entries, fromEntries, keys } = Object; const { Fail, quote: q } = assert; diff --git a/packages/vow/package.json b/packages/vow/package.json index f5dc0e18570..318d487ce28 100755 --- a/packages/vow/package.json +++ b/packages/vow/package.json @@ -47,6 +47,6 @@ "access": "public" }, "typeCoverage": { - "atLeast": 87.51 + "atLeast": 88.27 } } diff --git a/packages/zoe/package.json b/packages/zoe/package.json index 2c89bca6a5e..80461efe0a6 100644 --- a/packages/zoe/package.json +++ b/packages/zoe/package.json @@ -138,6 +138,6 @@ "access": "public" }, "typeCoverage": { - "atLeast": 84.72 + "atLeast": 84.73 } }