@agoric/vat-data 0.5.3-u18.0 → 0.5.3-u18a.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/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ### [0.5.3-u18a.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/vat-data@0.5.3-u18.1...@agoric/vat-data@0.5.3-u18a.0) (2025-02-07)
7
+
8
+ **Note:** Version bump only for package @agoric/vat-data
9
+
10
+
11
+
12
+
13
+
14
+ ### [0.5.3-u18.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/vat-data@0.5.3-u18.0...@agoric/vat-data@0.5.3-u18.1) (2024-12-24)
15
+
16
+ **Note:** Version bump only for package @agoric/vat-data
17
+
18
+
19
+
20
+
21
+
6
22
  ### [0.5.3-u18.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/vat-data@0.5.2...@agoric/vat-data@0.5.3-u18.0) (2024-10-31)
7
23
 
8
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/vat-data",
3
- "version": "0.5.3-u18.0",
3
+ "version": "0.5.3-u18a.0",
4
4
  "description": "Safe access to VatData global",
5
5
  "type": "module",
6
6
  "repository": "https://github.com/Agoric/agoric-sdk",
@@ -18,17 +18,17 @@
18
18
  "author": "Agoric",
19
19
  "license": "Apache-2.0",
20
20
  "dependencies": {
21
- "@agoric/base-zone": "^0.1.1-u18.0",
22
- "@agoric/store": "^0.9.3-u18.0",
23
- "@agoric/swingset-liveslots": "^0.10.3-u18.0",
24
- "@endo/errors": "^1.2.7",
25
- "@endo/exo": "^1.5.6",
26
- "@endo/patterns": "^1.4.6"
21
+ "@agoric/base-zone": "^0.1.1-u18.1",
22
+ "@agoric/store": "^0.9.3-u18.1",
23
+ "@agoric/swingset-liveslots": "^0.10.3-u18a.0",
24
+ "@endo/errors": "^1.2.8",
25
+ "@endo/exo": "^1.5.7",
26
+ "@endo/patterns": "^1.4.7"
27
27
  },
28
28
  "devDependencies": {
29
- "@endo/far": "^1.1.8",
30
- "@endo/init": "^1.1.6",
31
- "@endo/ses-ava": "^1.2.7",
29
+ "@endo/far": "^1.1.9",
30
+ "@endo/init": "^1.1.7",
31
+ "@endo/ses-ava": "^1.2.8",
32
32
  "ava": "^5.3.0",
33
33
  "tsd": "^0.31.1"
34
34
  },
@@ -49,5 +49,5 @@
49
49
  "typeCoverage": {
50
50
  "atLeast": 99.33
51
51
  },
52
- "gitHead": "c22e7250188bbdb07bc021dffdb88af0309a7aa8"
52
+ "gitHead": "4e4d2b4dedc5a268178712fc6beb89496518480a"
53
53
  }
package/src/exo-utils.js CHANGED
@@ -289,7 +289,10 @@ export const makeExoUtils = VatData => {
289
289
  * @param {Baggage} baggage
290
290
  * @param {string} kindName
291
291
  * @param {InterfaceGuard | undefined} interfaceGuard
292
- * @param {M} methods
292
+ * @param {M &
293
+ * ThisType<{
294
+ * self: RemotableObject & M;
295
+ * }>} methods
293
296
  * @param {DefineKindOptions<{ self: M }>} [options]
294
297
  * @returns {import('@endo/exo').Guarded<M>}
295
298
  */
@@ -1,4 +1,3 @@
1
- /* eslint-disable no-use-before-define */
2
1
  import { expectType } from 'tsd';
3
2
  import type {
4
3
  KindFacets,