@agoric/vat-data 0.5.3-ymax-v0.2-alpha-dev-8e37faa.0 → 0.6.0-u22.1

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/CHANGELOG.md +16 -40
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -3,25 +3,36 @@
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.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/vat-data@0.5.1...@agoric/vat-data@0.5.2) (2023-06-02)
6
+ ## [0.6.0-u22.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/vat-data@0.6.0-u22.0...@agoric/vat-data@0.6.0-u22.1) (2025-09-09)
7
7
 
8
8
  **Note:** Version bump only for package @agoric/vat-data
9
9
 
10
+ ## [0.6.0-u22.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/vat-data@0.5.2...@agoric/vat-data@0.6.0-u22.0) (2025-09-08)
10
11
 
12
+ ### Features
11
13
 
14
+ * **liveslots:** virtual exo meta-ops ([#8779](https://github.com/Agoric/agoric-sdk/issues/8779)) ([af3ced9](https://github.com/Agoric/agoric-sdk/commit/af3ced91861731353e10a45e4eae63450f74a0ea))
15
+ * **vow:** make `when` an augmentation of `E.when` ([c2a3179](https://github.com/Agoric/agoric-sdk/commit/c2a31792b7070a44b2ab6c9f95dd845b75b316e8))
12
16
 
17
+ ### Bug Fixes
13
18
 
14
- ### [0.5.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/vat-data@0.5.0...@agoric/vat-data@0.5.1) (2023-05-24)
15
-
16
- **Note:** Version bump only for package @agoric/vat-data
19
+ * "x" parameter in many tests is optional ([#8750](https://github.com/Agoric/agoric-sdk/issues/8750)) ([00137a3](https://github.com/Agoric/agoric-sdk/commit/00137a3dd689ca6255e11dc171c9b1cc8b8261ba))
20
+ * **types:** board ([c73f4f9](https://github.com/Agoric/agoric-sdk/commit/c73f4f9686215a37e8c5f82ce8dbe4742886a02b))
21
+ * **types:** problems hidden by skipLibCheck ([6a6e595](https://github.com/Agoric/agoric-sdk/commit/6a6e59549e7beeeef94bf90556ed16873c46d285))
22
+ * **vat-data:** methods can be `PropertyKey`s ([b99f499](https://github.com/Agoric/agoric-sdk/commit/b99f4993c0f1caa651b83755f85689f123717f67))
23
+ * **vow:** persistent resolution, settler->resolver ([4d9371c](https://github.com/Agoric/agoric-sdk/commit/4d9371cb7d450e25146787474760b4c00b11e405))
24
+ * **vow:** use `zone.watchPromise` ([b8ddc9d](https://github.com/Agoric/agoric-sdk/commit/b8ddc9d1ddf06fed8b434f36aa86a2a70293fd56))
17
25
 
26
+ ### [0.5.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/vat-data@0.5.1...@agoric/vat-data@0.5.2) (2023-06-02)
18
27
 
28
+ **Note:** Version bump only for package @agoric/vat-data
19
29
 
30
+ ### [0.5.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/vat-data@0.5.0...@agoric/vat-data@0.5.1) (2023-05-24)
20
31
 
32
+ **Note:** Version bump only for package @agoric/vat-data
21
33
 
22
34
  ## [0.5.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/vat-data@0.4.3...@agoric/vat-data@0.5.0) (2023-05-19)
23
35
 
24
-
25
36
  ### ⚠ BREAKING CHANGES
26
37
 
27
38
  * **vat-data:** deprecate kinds in favor of Far Classes (#6106)
@@ -32,7 +43,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
32
43
  * **types:** infer this.state in far classes ([11b35d3](https://github.com/Agoric/agoric-sdk/commit/11b35d38448c9665a6db5a919b37744d2d929a53))
33
44
  * **vat-data:** export overlooked `provideDurableWeakSetStore` ([b804736](https://github.com/Agoric/agoric-sdk/commit/b804736497525da3fd8cb96e892d06cd2a68ea25))
34
45
 
35
-
36
46
  ### Bug Fixes
37
47
 
38
48
  * **types:** makeStoreUtils return types ([bd07ba0](https://github.com/Agoric/agoric-sdk/commit/bd07ba024734a383ae7554f1f3f85c62b1c86093))
@@ -44,51 +54,28 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
44
54
  * **types:** far class maker params ([91e8fce](https://github.com/Agoric/agoric-sdk/commit/91e8fcecc9c45d3c8725489656f393704738e32a))
45
55
  * **vat-data:** deprecate kinds in favor of Far Classes ([#6106](https://github.com/Agoric/agoric-sdk/issues/6106)) ([b63360b](https://github.com/Agoric/agoric-sdk/commit/b63360b416b06cb654d5fc51428a3252e1f0b34f))
46
56
 
47
-
48
-
49
57
  ### [0.4.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/vat-data@0.4.4...@agoric/vat-data@0.4.5) (2023-02-17)
50
58
 
51
59
  **Note:** Version bump only for package @agoric/vat-data
52
60
 
53
-
54
-
55
-
56
-
57
61
  ### [0.4.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/vat-data@0.4.3...@agoric/vat-data@0.4.4) (2022-12-14)
58
62
 
59
63
  **Note:** Version bump only for package @agoric/vat-data
60
64
 
61
-
62
-
63
-
64
-
65
65
  ### [0.4.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/vat-data@0.4.2...@agoric/vat-data@0.4.3) (2022-10-18)
66
66
 
67
67
  **Note:** Version bump only for package @agoric/vat-data
68
68
 
69
-
70
-
71
-
72
-
73
69
  ### [0.4.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/vat-data@0.4.1...@agoric/vat-data@0.4.2) (2022-10-08)
74
70
 
75
71
  **Note:** Version bump only for package @agoric/vat-data
76
72
 
77
-
78
-
79
-
80
-
81
73
  ### [0.4.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/vat-data@0.4.0...@agoric/vat-data@0.4.1) (2022-10-05)
82
74
 
83
75
  **Note:** Version bump only for package @agoric/vat-data
84
76
 
85
-
86
-
87
-
88
-
89
77
  ## [0.4.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/vat-data@0.3.1...@agoric/vat-data@0.4.0) (2022-09-20)
90
78
 
91
-
92
79
  ### ⚠ BREAKING CHANGES
93
80
 
94
81
  * **store:** split `provide` into collision vs no-collision variants (#6080)
@@ -101,34 +88,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
101
88
  * **store:** move some util where they are more reusable ([#5990](https://github.com/Agoric/agoric-sdk/issues/5990)) ([0eb83cd](https://github.com/Agoric/agoric-sdk/commit/0eb83cdf3650f75c70be02e863f341214e0e9a8d))
102
89
  * **vat-data:** utility type FunctionsPlusContext ([#5607](https://github.com/Agoric/agoric-sdk/issues/5607)) ([7dbe6c0](https://github.com/Agoric/agoric-sdk/commit/7dbe6c0e948f0686ed77ef3439c69f6af1dc29d2))
103
90
 
104
-
105
91
  ### Code Refactoring
106
92
 
107
93
  * **store:** split `provide` into collision vs no-collision variants ([#6080](https://github.com/Agoric/agoric-sdk/issues/6080)) ([939e25e](https://github.com/Agoric/agoric-sdk/commit/939e25e615ea1fcefff15a032996613031151c0d)), closes [#5875](https://github.com/Agoric/agoric-sdk/issues/5875)
108
94
 
109
-
110
-
111
95
  ### [0.3.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/vat-data@0.3.0...@agoric/vat-data@0.3.1) (2022-05-28)
112
96
 
113
97
  **Note:** Version bump only for package @agoric/vat-data
114
98
 
115
-
116
-
117
-
118
-
119
99
  ## [0.3.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/vat-data@0.2.0...@agoric/vat-data@0.3.0) (2022-05-09)
120
100
 
121
-
122
101
  ### Features
123
102
 
124
103
  * implement durable promise watchers ([ce55851](https://github.com/Agoric/agoric-sdk/commit/ce558515467e869e784260f5478802835c5eb9cf)), closes [#5006](https://github.com/Agoric/agoric-sdk/issues/5006)
125
104
  * **vat-data:** partialAssign function ([96a6243](https://github.com/Agoric/agoric-sdk/commit/96a6243915c736f00fffc7d059cf963d9d5a2f8f))
126
105
 
127
-
128
-
129
106
  ## 0.2.0 (2022-04-18)
130
107
 
131
-
132
108
  ### Features
133
109
 
134
110
  * split single- and multi-faceted VO definitions into their own functions ([fcf293a](https://github.com/Agoric/agoric-sdk/commit/fcf293a4fcdf64bf30b377c7b3fb8b728efbb4af)), closes [#5093](https://github.com/Agoric/agoric-sdk/issues/5093)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/vat-data",
3
- "version": "0.5.3-ymax-v0.2-alpha-dev-8e37faa.0+8e37faa",
3
+ "version": "0.6.0-u22.1",
4
4
  "description": "Safe access to VatData global",
5
5
  "type": "module",
6
6
  "repository": "https://github.com/Agoric/agoric-sdk",
@@ -18,19 +18,19 @@
18
18
  "author": "Agoric",
19
19
  "license": "Apache-2.0",
20
20
  "dependencies": {
21
- "@agoric/base-zone": "workspace:*",
22
- "@agoric/store": "workspace:*",
23
- "@agoric/swingset-liveslots": "workspace:*",
24
- "@endo/errors": "^1.2.10",
25
- "@endo/exo": "^1.5.9",
26
- "@endo/patterns": "^1.5.0"
21
+ "@agoric/base-zone": "0.2.0-u22.1",
22
+ "@agoric/store": "0.10.0-u22.1",
23
+ "@agoric/swingset-liveslots": "0.11.0-u22.1",
24
+ "@endo/errors": "^1.2.13",
25
+ "@endo/exo": "^1.5.12",
26
+ "@endo/patterns": "^1.7.0"
27
27
  },
28
28
  "devDependencies": {
29
- "@endo/far": "^1.1.11",
30
- "@endo/init": "^1.1.9",
31
- "@endo/ses-ava": "^1.2.10",
29
+ "@endo/far": "^1.1.14",
30
+ "@endo/init": "^1.1.12",
31
+ "@endo/ses-ava": "^1.3.2",
32
32
  "ava": "^5.3.0",
33
- "tsd": "^0.31.1"
33
+ "tsd": "^0.33.0"
34
34
  },
35
35
  "ava": {
36
36
  "require": [
@@ -49,5 +49,5 @@
49
49
  "typeCoverage": {
50
50
  "atLeast": 99.33
51
51
  },
52
- "gitHead": "8e37faaf5265f55433fc80e67c8785a66480c7f4"
52
+ "gitHead": "83a42d0f343b01448a918631dce159b5bdb69b7e"
53
53
  }