@agoric/swingset-liveslots 0.10.3-dev-00cccfc.0 → 0.10.3-dev-db0b9d7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/swingset-liveslots",
3
- "version": "0.10.3-dev-00cccfc.0+00cccfc",
3
+ "version": "0.10.3-dev-db0b9d7.0+db0b9d7",
4
4
  "description": "SwingSet ocap support layer",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -17,9 +17,9 @@
17
17
  "lint:eslint": "eslint ."
18
18
  },
19
19
  "dependencies": {
20
- "@agoric/assert": "0.6.1-dev-00cccfc.0+00cccfc",
21
- "@agoric/internal": "0.3.3-dev-00cccfc.0+00cccfc",
22
- "@agoric/store": "0.9.3-dev-00cccfc.0+00cccfc",
20
+ "@agoric/assert": "0.6.1-dev-db0b9d7.0+db0b9d7",
21
+ "@agoric/internal": "0.3.3-dev-db0b9d7.0+db0b9d7",
22
+ "@agoric/store": "0.9.3-dev-db0b9d7.0+db0b9d7",
23
23
  "@endo/env-options": "^1.1.3",
24
24
  "@endo/errors": "^1.2.1",
25
25
  "@endo/eventual-send": "^1.2.1",
@@ -33,7 +33,7 @@
33
33
  "@endo/promise-kit": "^1.1.1"
34
34
  },
35
35
  "devDependencies": {
36
- "@agoric/kmarshal": "0.1.1-dev-00cccfc.0+00cccfc",
36
+ "@agoric/kmarshal": "0.1.1-dev-db0b9d7.0+db0b9d7",
37
37
  "ava": "^5.3.0"
38
38
  },
39
39
  "files": [
@@ -67,7 +67,7 @@
67
67
  "access": "public"
68
68
  },
69
69
  "typeCoverage": {
70
- "atLeast": 75.24
70
+ "atLeast": 75.29
71
71
  },
72
- "gitHead": "00cccfc6fad7465b6dc611d2c861b32f07fdeaea"
72
+ "gitHead": "db0b9d70315699b173561f9b422d81f4068576de"
73
73
  }
@@ -1,6 +1,7 @@
1
1
  /* global setImmediate */
2
2
  import { makePromiseKit } from '@endo/promise-kit';
3
- /** @template T @typedef {import('@endo/promise-kit').PromiseKit<T>} PromiseKit */
3
+
4
+ /** @import {PromiseKit} from '@endo/promise-kit' */
4
5
 
5
6
  // This can only be imported from the Start Compartment, where 'setImmediate'
6
7
  // is available.