@agoric/vat-data 0.5.3-ymax-v0.2-alpha-dev-a527ef4.0 → 0.6.0-u22.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 +14 -42
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -3,25 +3,32 @@
|
|
|
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
|
-
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @agoric/vat-data
|
|
6
|
+
## [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)
|
|
9
7
|
|
|
8
|
+
### Features
|
|
10
9
|
|
|
10
|
+
* **liveslots:** virtual exo meta-ops ([#8779](https://github.com/Agoric/agoric-sdk/issues/8779)) ([af3ced9](https://github.com/Agoric/agoric-sdk/commit/af3ced91861731353e10a45e4eae63450f74a0ea))
|
|
11
|
+
* **vow:** make `when` an augmentation of `E.when` ([c2a3179](https://github.com/Agoric/agoric-sdk/commit/c2a31792b7070a44b2ab6c9f95dd845b75b316e8))
|
|
11
12
|
|
|
13
|
+
### Bug Fixes
|
|
12
14
|
|
|
15
|
+
* "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))
|
|
16
|
+
* **types:** board ([c73f4f9](https://github.com/Agoric/agoric-sdk/commit/c73f4f9686215a37e8c5f82ce8dbe4742886a02b))
|
|
17
|
+
* **types:** problems hidden by skipLibCheck ([6a6e595](https://github.com/Agoric/agoric-sdk/commit/6a6e59549e7beeeef94bf90556ed16873c46d285))
|
|
18
|
+
* **vat-data:** methods can be `PropertyKey`s ([b99f499](https://github.com/Agoric/agoric-sdk/commit/b99f4993c0f1caa651b83755f85689f123717f67))
|
|
19
|
+
* **vow:** persistent resolution, settler->resolver ([4d9371c](https://github.com/Agoric/agoric-sdk/commit/4d9371cb7d450e25146787474760b4c00b11e405))
|
|
20
|
+
* **vow:** use `zone.watchPromise` ([b8ddc9d](https://github.com/Agoric/agoric-sdk/commit/b8ddc9d1ddf06fed8b434f36aa86a2a70293fd56))
|
|
13
21
|
|
|
14
|
-
### [0.5.
|
|
22
|
+
### [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)
|
|
15
23
|
|
|
16
24
|
**Note:** Version bump only for package @agoric/vat-data
|
|
17
25
|
|
|
26
|
+
### [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)
|
|
18
27
|
|
|
19
|
-
|
|
20
|
-
|
|
28
|
+
**Note:** Version bump only for package @agoric/vat-data
|
|
21
29
|
|
|
22
30
|
## [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
31
|
|
|
24
|
-
|
|
25
32
|
### ⚠ BREAKING CHANGES
|
|
26
33
|
|
|
27
34
|
* **vat-data:** deprecate kinds in favor of Far Classes (#6106)
|
|
@@ -32,7 +39,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
32
39
|
* **types:** infer this.state in far classes ([11b35d3](https://github.com/Agoric/agoric-sdk/commit/11b35d38448c9665a6db5a919b37744d2d929a53))
|
|
33
40
|
* **vat-data:** export overlooked `provideDurableWeakSetStore` ([b804736](https://github.com/Agoric/agoric-sdk/commit/b804736497525da3fd8cb96e892d06cd2a68ea25))
|
|
34
41
|
|
|
35
|
-
|
|
36
42
|
### Bug Fixes
|
|
37
43
|
|
|
38
44
|
* **types:** makeStoreUtils return types ([bd07ba0](https://github.com/Agoric/agoric-sdk/commit/bd07ba024734a383ae7554f1f3f85c62b1c86093))
|
|
@@ -44,51 +50,28 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
44
50
|
* **types:** far class maker params ([91e8fce](https://github.com/Agoric/agoric-sdk/commit/91e8fcecc9c45d3c8725489656f393704738e32a))
|
|
45
51
|
* **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
52
|
|
|
47
|
-
|
|
48
|
-
|
|
49
53
|
### [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
54
|
|
|
51
55
|
**Note:** Version bump only for package @agoric/vat-data
|
|
52
56
|
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
57
|
### [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
58
|
|
|
59
59
|
**Note:** Version bump only for package @agoric/vat-data
|
|
60
60
|
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
61
|
### [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
62
|
|
|
67
63
|
**Note:** Version bump only for package @agoric/vat-data
|
|
68
64
|
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
65
|
### [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
66
|
|
|
75
67
|
**Note:** Version bump only for package @agoric/vat-data
|
|
76
68
|
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
69
|
### [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
70
|
|
|
83
71
|
**Note:** Version bump only for package @agoric/vat-data
|
|
84
72
|
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
73
|
## [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
74
|
|
|
91
|
-
|
|
92
75
|
### ⚠ BREAKING CHANGES
|
|
93
76
|
|
|
94
77
|
* **store:** split `provide` into collision vs no-collision variants (#6080)
|
|
@@ -101,34 +84,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
101
84
|
* **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
85
|
* **vat-data:** utility type FunctionsPlusContext ([#5607](https://github.com/Agoric/agoric-sdk/issues/5607)) ([7dbe6c0](https://github.com/Agoric/agoric-sdk/commit/7dbe6c0e948f0686ed77ef3439c69f6af1dc29d2))
|
|
103
86
|
|
|
104
|
-
|
|
105
87
|
### Code Refactoring
|
|
106
88
|
|
|
107
89
|
* **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
90
|
|
|
109
|
-
|
|
110
|
-
|
|
111
91
|
### [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
92
|
|
|
113
93
|
**Note:** Version bump only for package @agoric/vat-data
|
|
114
94
|
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
95
|
## [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
96
|
|
|
121
|
-
|
|
122
97
|
### Features
|
|
123
98
|
|
|
124
99
|
* implement durable promise watchers ([ce55851](https://github.com/Agoric/agoric-sdk/commit/ce558515467e869e784260f5478802835c5eb9cf)), closes [#5006](https://github.com/Agoric/agoric-sdk/issues/5006)
|
|
125
100
|
* **vat-data:** partialAssign function ([96a6243](https://github.com/Agoric/agoric-sdk/commit/96a6243915c736f00fffc7d059cf963d9d5a2f8f))
|
|
126
101
|
|
|
127
|
-
|
|
128
|
-
|
|
129
102
|
## 0.2.0 (2022-04-18)
|
|
130
103
|
|
|
131
|
-
|
|
132
104
|
### Features
|
|
133
105
|
|
|
134
106
|
* 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.
|
|
3
|
+
"version": "0.6.0-u22.0",
|
|
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": "
|
|
22
|
-
"@agoric/store": "
|
|
23
|
-
"@agoric/swingset-liveslots": "
|
|
24
|
-
"@endo/errors": "^1.2.
|
|
25
|
-
"@endo/exo": "^1.5.
|
|
26
|
-
"@endo/patterns": "^1.
|
|
21
|
+
"@agoric/base-zone": "0.2.0-u22.0",
|
|
22
|
+
"@agoric/store": "0.10.0-u22.0",
|
|
23
|
+
"@agoric/swingset-liveslots": "0.11.0-u22.0",
|
|
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.
|
|
30
|
-
"@endo/init": "^1.1.
|
|
31
|
-
"@endo/ses-ava": "^1.2
|
|
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.
|
|
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": "
|
|
52
|
+
"gitHead": "dbf78c32d14bf4a38bfd7a10d061011a0ff368e6"
|
|
53
53
|
}
|