@agoric/orchestration 0.1.1-dev-f8abc2e.0 → 0.1.1-dev-59738aa.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/orchestration",
3
- "version": "0.1.1-dev-f8abc2e.0+f8abc2e",
3
+ "version": "0.1.1-dev-59738aa.0+59738aa",
4
4
  "description": "Chain abstraction for Agoric's orchestration clients",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -29,13 +29,13 @@
29
29
  },
30
30
  "homepage": "https://github.com/Agoric/agoric-sdk#readme",
31
31
  "dependencies": {
32
- "@agoric/ertp": "0.16.3-dev-f8abc2e.0+f8abc2e",
33
- "@agoric/internal": "0.3.3-dev-f8abc2e.0+f8abc2e",
34
- "@agoric/notifier": "0.6.3-dev-f8abc2e.0+f8abc2e",
35
- "@agoric/vat-data": "0.5.3-dev-f8abc2e.0+f8abc2e",
36
- "@agoric/vats": "0.15.2-dev-f8abc2e.0+f8abc2e",
37
- "@agoric/zoe": "0.26.3-dev-f8abc2e.0+f8abc2e",
38
- "@agoric/zone": "0.2.3-dev-f8abc2e.0+f8abc2e",
32
+ "@agoric/ertp": "0.16.3-dev-59738aa.0+59738aa",
33
+ "@agoric/internal": "0.3.3-dev-59738aa.0+59738aa",
34
+ "@agoric/notifier": "0.6.3-dev-59738aa.0+59738aa",
35
+ "@agoric/vat-data": "0.5.3-dev-59738aa.0+59738aa",
36
+ "@agoric/vats": "0.15.2-dev-59738aa.0+59738aa",
37
+ "@agoric/zoe": "0.26.3-dev-59738aa.0+59738aa",
38
+ "@agoric/zone": "0.2.3-dev-59738aa.0+59738aa",
39
39
  "@endo/far": "^1.1.0",
40
40
  "@endo/marshal": "^1.4.0",
41
41
  "@endo/patterns": "^1.3.0"
@@ -76,5 +76,5 @@
76
76
  "typeCoverage": {
77
77
  "atLeast": 100
78
78
  },
79
- "gitHead": "f8abc2e75c2aa612a24abb86e982367b7ba964f8"
79
+ "gitHead": "59738aa5d0eafdb105b63400631eb49644d555cf"
80
80
  }
@@ -35,7 +35,7 @@ const PUBLIC_TOPICS = {
35
35
  };
36
36
 
37
37
  /**
38
- * @param {import('@agoric/ertp').Baggage} baggage
38
+ * @param {import('@agoric/swingset-liveslots').Baggage} baggage
39
39
  * @param {import('@agoric/zoe/src/contractSupport/recorder.js').MakeRecorderKit} makeRecorderKit
40
40
  * @param {ZCF} zcf
41
41
  */