@agoric/fast-usdc 0.1.1-dev-fd6c64a.0 → 0.1.1-dev-e6a21cf.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/fast-usdc",
3
- "version": "0.1.1-dev-fd6c64a.0+fd6c64a",
3
+ "version": "0.1.1-dev-e6a21cf.0+e6a21cf",
4
4
  "description": "CLI and library for Fast USDC product",
5
5
  "type": "module",
6
6
  "files": [
@@ -29,13 +29,13 @@
29
29
  "ts-blank-space": "^0.4.4"
30
30
  },
31
31
  "dependencies": {
32
- "@agoric/client-utils": "0.1.1-dev-fd6c64a.0+fd6c64a",
33
- "@agoric/cosmic-proto": "0.4.1-dev-fd6c64a.0+fd6c64a",
34
- "@agoric/ertp": "0.16.3-dev-fd6c64a.0+fd6c64a",
35
- "@agoric/internal": "0.3.3-dev-fd6c64a.0+fd6c64a",
36
- "@agoric/notifier": "0.6.3-dev-fd6c64a.0+fd6c64a",
37
- "@agoric/orchestration": "0.1.1-dev-fd6c64a.0+fd6c64a",
38
- "@agoric/zoe": "0.26.3-dev-fd6c64a.0+fd6c64a",
32
+ "@agoric/client-utils": "0.1.1-dev-e6a21cf.0+e6a21cf",
33
+ "@agoric/cosmic-proto": "0.4.1-dev-e6a21cf.0+e6a21cf",
34
+ "@agoric/ertp": "0.16.3-dev-e6a21cf.0+e6a21cf",
35
+ "@agoric/internal": "0.3.3-dev-e6a21cf.0+e6a21cf",
36
+ "@agoric/notifier": "0.6.3-dev-e6a21cf.0+e6a21cf",
37
+ "@agoric/orchestration": "0.1.1-dev-e6a21cf.0+e6a21cf",
38
+ "@agoric/zoe": "0.26.3-dev-e6a21cf.0+e6a21cf",
39
39
  "@cosmjs/proto-signing": "^0.33.0",
40
40
  "@cosmjs/stargate": "^0.33.0",
41
41
  "@endo/base64": "^1.0.9",
@@ -75,5 +75,5 @@
75
75
  "publishConfig": {
76
76
  "access": "public"
77
77
  },
78
- "gitHead": "fd6c64a20016178fa835106388a06872328d56f4"
78
+ "gitHead": "e6a21cf52d09ad544bd3a6b9b812dad5985e41aa"
79
79
  }
@@ -38,7 +38,7 @@ const parseDecimal = arg => {
38
38
 
39
39
  /**
40
40
  * @param {string} amountString
41
- * @param {Brand} usdc
41
+ * @param {Brand<'nat'>} usdc
42
42
  */
43
43
  const parseUSDCAmount = (amountString, usdc) => {
44
44
  const USDC_DECIMALS = 6;
@@ -16,7 +16,7 @@ import { PendingTxStatus } from './constants.js';
16
16
  */
17
17
 
18
18
  /**
19
- * @param {Brand} brand must be a 'nat' brand, not checked
19
+ * @param {Brand<'nat'>} brand must be a 'nat' brand, not checked
20
20
  * @param {NatValue} [min]
21
21
  */
22
22
  export const makeNatAmountShape = (brand, min) =>