@agoric/notifier 0.6.3-dev-1385184.0 → 0.6.3-dev-16c13df.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/README.md +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -182,7 +182,7 @@ time of calling `fork()`.
|
|
|
182
182
|
Carol's code is like Bob's except lower level, using the ForkableAsyncIterable interface directly.
|
|
183
183
|
|
|
184
184
|
```js
|
|
185
|
-
import { makePromiseKit } from '@
|
|
185
|
+
import { makePromiseKit } from '@endo/promise-kit';
|
|
186
186
|
|
|
187
187
|
const subscriptionIterator = subscription[Symbol.asyncIterator]();
|
|
188
188
|
const { promise: afterA, resolve: afterAResolve } = makePromiseKit();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agoric/notifier",
|
|
3
|
-
"version": "0.6.3-dev-
|
|
3
|
+
"version": "0.6.3-dev-16c13df.0+16c13df",
|
|
4
4
|
"description": "Notifier allows services to update clients about state changes using a stream of promises",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.js",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
},
|
|
34
34
|
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@agoric/internal": "0.3.3-dev-
|
|
37
|
-
"@agoric/vat-data": "0.5.3-dev-
|
|
36
|
+
"@agoric/internal": "0.3.3-dev-16c13df.0+16c13df",
|
|
37
|
+
"@agoric/vat-data": "0.5.3-dev-16c13df.0+16c13df",
|
|
38
38
|
"@endo/errors": "^1.2.7",
|
|
39
39
|
"@endo/far": "^1.1.8",
|
|
40
40
|
"@endo/marshal": "^1.6.1",
|
|
@@ -42,10 +42,10 @@
|
|
|
42
42
|
"@endo/promise-kit": "^1.1.7"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@agoric/kmarshal": "0.1.1-dev-
|
|
46
|
-
"@agoric/swing-store": "0.9.2-dev-
|
|
47
|
-
"@agoric/swingset-liveslots": "0.10.3-dev-
|
|
48
|
-
"@agoric/swingset-vat": "0.32.3-dev-
|
|
45
|
+
"@agoric/kmarshal": "0.1.1-dev-16c13df.0+16c13df",
|
|
46
|
+
"@agoric/swing-store": "0.9.2-dev-16c13df.0+16c13df",
|
|
47
|
+
"@agoric/swingset-liveslots": "0.10.3-dev-16c13df.0+16c13df",
|
|
48
|
+
"@agoric/swingset-vat": "0.32.3-dev-16c13df.0+16c13df",
|
|
49
49
|
"@endo/init": "^1.1.6",
|
|
50
50
|
"@endo/ses-ava": "^1.2.7",
|
|
51
51
|
"ava": "^5.3.0",
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
"typeCoverage": {
|
|
79
79
|
"atLeast": 90.71
|
|
80
80
|
},
|
|
81
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "16c13df658c765ed0f81ceb323f8c79b0c916540"
|
|
82
82
|
}
|