@agoric/orchestration 0.1.1-dev-2dc53d7.0 → 0.1.1-dev-0f94e34.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/index.js CHANGED
@@ -1,3 +1,9 @@
1
+ /// <reference types="@agoric/internal/exported" />
2
+ /// <reference types="@agoric/vats/src/core/types-ambient" />
3
+
4
+ // XXX ambient types runtime imports until https://github.com/Agoric/agoric-sdk/issues/6512
5
+ import '@agoric/zoe/exported.js';
6
+
1
7
  export * from './src/types.js';
2
8
  export * from './src/service.js';
3
9
  export * from './src/typeGuards.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/orchestration",
3
- "version": "0.1.1-dev-2dc53d7.0+2dc53d7",
3
+ "version": "0.1.1-dev-0f94e34.0+0f94e34",
4
4
  "description": "Chain abstraction for Agoric's orchestration clients",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -31,19 +31,19 @@
31
31
  },
32
32
  "homepage": "https://github.com/Agoric/agoric-sdk#readme",
33
33
  "dependencies": {
34
- "@agoric/assert": "0.6.1-dev-2dc53d7.0+2dc53d7",
35
- "@agoric/cosmic-proto": "0.4.1-dev-2dc53d7.0+2dc53d7",
36
- "@agoric/ertp": "0.16.3-dev-2dc53d7.0+2dc53d7",
37
- "@agoric/internal": "0.3.3-dev-2dc53d7.0+2dc53d7",
38
- "@agoric/network": "0.1.1-dev-2dc53d7.0+2dc53d7",
39
- "@agoric/notifier": "0.6.3-dev-2dc53d7.0+2dc53d7",
40
- "@agoric/store": "0.9.3-dev-2dc53d7.0+2dc53d7",
41
- "@agoric/time": "0.3.3-dev-2dc53d7.0+2dc53d7",
42
- "@agoric/vat-data": "0.5.3-dev-2dc53d7.0+2dc53d7",
43
- "@agoric/vats": "0.15.2-dev-2dc53d7.0+2dc53d7",
44
- "@agoric/vow": "0.1.1-dev-2dc53d7.0+2dc53d7",
45
- "@agoric/zoe": "0.26.3-dev-2dc53d7.0+2dc53d7",
46
- "@agoric/zone": "0.2.3-dev-2dc53d7.0+2dc53d7",
34
+ "@agoric/assert": "0.6.1-dev-0f94e34.0+0f94e34",
35
+ "@agoric/cosmic-proto": "0.4.1-dev-0f94e34.0+0f94e34",
36
+ "@agoric/ertp": "0.16.3-dev-0f94e34.0+0f94e34",
37
+ "@agoric/internal": "0.3.3-dev-0f94e34.0+0f94e34",
38
+ "@agoric/network": "0.1.1-dev-0f94e34.0+0f94e34",
39
+ "@agoric/notifier": "0.6.3-dev-0f94e34.0+0f94e34",
40
+ "@agoric/store": "0.9.3-dev-0f94e34.0+0f94e34",
41
+ "@agoric/time": "0.3.3-dev-0f94e34.0+0f94e34",
42
+ "@agoric/vat-data": "0.5.3-dev-0f94e34.0+0f94e34",
43
+ "@agoric/vats": "0.15.2-dev-0f94e34.0+0f94e34",
44
+ "@agoric/vow": "0.1.1-dev-0f94e34.0+0f94e34",
45
+ "@agoric/zoe": "0.26.3-dev-0f94e34.0+0f94e34",
46
+ "@agoric/zone": "0.2.3-dev-0f94e34.0+0f94e34",
47
47
  "@endo/base64": "^1.0.5",
48
48
  "@endo/far": "^1.1.2",
49
49
  "@endo/marshal": "^1.5.0",
@@ -83,7 +83,7 @@
83
83
  "access": "public"
84
84
  },
85
85
  "typeCoverage": {
86
- "atLeast": 96.18
86
+ "atLeast": 97.25
87
87
  },
88
- "gitHead": "2dc53d7552650c5d46319d0cd5341eeec275663a"
88
+ "gitHead": "0f94e34eb539b8f91c82d0877df836738e58cc69"
89
89
  }
@@ -115,9 +115,9 @@ export function setupOrchestrationVat({ consume: { loadCriticalVat, portAllocato
115
115
  utils: {
116
116
  agoricNamesReserved: {
117
117
  issuer: {
118
- Invitation: string;
119
118
  IST: string;
120
119
  BLD: string;
120
+ Invitation: string;
121
121
  AUSD: string;
122
122
  };
123
123
  installation: {
@@ -411,9 +411,9 @@ export function addOrchestrationToClient({ consume: { client, orchestration } }:
411
411
  utils: {
412
412
  agoricNamesReserved: {
413
413
  issuer: {
414
- Invitation: string;
415
414
  IST: string;
416
415
  BLD: string;
416
+ Invitation: string;
417
417
  AUSD: string;
418
418
  };
419
419
  installation: {