@agoric/vat-data 0.5.3-dev-00cccfc.0 → 0.5.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.
Files changed (2) hide show
  1. package/package.json +8 -8
  2. package/src/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/vat-data",
3
- "version": "0.5.3-dev-00cccfc.0+00cccfc",
3
+ "version": "0.5.3-dev-db0b9d7.0+db0b9d7",
4
4
  "description": "Safe access to VatData global",
5
5
  "type": "module",
6
6
  "repository": "https://github.com/Agoric/agoric-sdk",
@@ -19,12 +19,12 @@
19
19
  "author": "Agoric",
20
20
  "license": "Apache-2.0",
21
21
  "dependencies": {
22
- "@agoric/assert": "0.6.1-dev-00cccfc.0+00cccfc",
23
- "@agoric/base-zone": "0.1.1-dev-00cccfc.0+00cccfc",
24
- "@agoric/internal": "0.3.3-dev-00cccfc.0+00cccfc",
25
- "@agoric/store": "0.9.3-dev-00cccfc.0+00cccfc",
26
- "@agoric/swingset-liveslots": "0.10.3-dev-00cccfc.0+00cccfc",
27
- "@agoric/vow": "0.1.1-dev-00cccfc.0+00cccfc",
22
+ "@agoric/assert": "0.6.1-dev-db0b9d7.0+db0b9d7",
23
+ "@agoric/base-zone": "0.1.1-dev-db0b9d7.0+db0b9d7",
24
+ "@agoric/internal": "0.3.3-dev-db0b9d7.0+db0b9d7",
25
+ "@agoric/store": "0.9.3-dev-db0b9d7.0+db0b9d7",
26
+ "@agoric/swingset-liveslots": "0.10.3-dev-db0b9d7.0+db0b9d7",
27
+ "@agoric/vow": "0.1.1-dev-db0b9d7.0+db0b9d7",
28
28
  "@endo/exo": "^1.4.0",
29
29
  "@endo/patterns": "^1.3.1"
30
30
  },
@@ -52,5 +52,5 @@
52
52
  "typeCoverage": {
53
53
  "atLeast": 98.74
54
54
  },
55
- "gitHead": "00cccfc6fad7465b6dc611d2c861b32f07fdeaea"
55
+ "gitHead": "db0b9d70315699b173561f9b422d81f4068576de"
56
56
  }
package/src/index.js CHANGED
@@ -42,8 +42,8 @@ export {
42
42
  prepareSingleton,
43
43
  } from './exo-utils.js';
44
44
 
45
+ // TODO re-export these
45
46
  /** @template T @typedef {import('@agoric/swingset-liveslots').DefineKindOptions<T>} DefineKindOptions */
46
-
47
47
  // Copy this type because aliasing it by `import('@agoric/swingset-liveslots').Baggage`
48
48
  // causes this error in typedoc: Expected a symbol for node with kind Identifier
49
49
  /** @typedef {MapStore<string, any>} Baggage */