@agoric/cosmic-swingset 0.42.0-upgrade-14-dev-8be87aa.0 → 0.42.0-upgrade-14-dev-c8f9e7b.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.
Files changed (2) hide show
  1. package/Makefile +1 -1
  2. package/package.json +10 -10
package/Makefile CHANGED
@@ -73,7 +73,7 @@ start-amm-etc: $(INTER_PROTO)/gov-amm-vaults-etc.js
73
73
 
74
74
  gov-q:
75
75
  $(AGCH) query gov proposals --output json | \
76
- jq -c '.proposals[] | [.proposal_id,.voting_end_time,.status]'
76
+ jq -c '.proposals[] | [if .proposal_id == null then .id else .proposal_id end,.voting_end_time,.status]'
77
77
 
78
78
  # This probably shouldn't install, but that's what published instructions
79
79
  # expect.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/cosmic-swingset",
3
- "version": "0.42.0-upgrade-14-dev-8be87aa.0+8be87aa",
3
+ "version": "0.42.0-upgrade-14-dev-c8f9e7b.0+c8f9e7b",
4
4
  "description": "Agoric's Cosmos blockchain integration",
5
5
  "type": "module",
6
6
  "bin": {
@@ -22,14 +22,14 @@
22
22
  "author": "Agoric",
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@agoric/assert": "0.6.1-upgrade-14-dev-8be87aa.0+8be87aa",
26
- "@agoric/cosmos": "0.35.0-upgrade-14-dev-8be87aa.0+8be87aa",
27
- "@agoric/deploy-script-support": "0.10.4-upgrade-14-dev-8be87aa.0+8be87aa",
28
- "@agoric/internal": "0.4.0-upgrade-14-dev-8be87aa.0+8be87aa",
29
- "@agoric/store": "0.9.3-upgrade-14-dev-8be87aa.0+8be87aa",
30
- "@agoric/swing-store": "0.9.2-upgrade-14-dev-8be87aa.0+8be87aa",
31
- "@agoric/swingset-vat": "0.32.3-upgrade-14-dev-8be87aa.0+8be87aa",
32
- "@agoric/telemetry": "0.6.3-upgrade-14-dev-8be87aa.0+8be87aa",
25
+ "@agoric/assert": "0.6.1-upgrade-14-dev-c8f9e7b.0+c8f9e7b",
26
+ "@agoric/cosmos": "0.35.0-upgrade-14-dev-c8f9e7b.0+c8f9e7b",
27
+ "@agoric/deploy-script-support": "0.10.4-upgrade-14-dev-c8f9e7b.0+c8f9e7b",
28
+ "@agoric/internal": "0.4.0-upgrade-14-dev-c8f9e7b.0+c8f9e7b",
29
+ "@agoric/store": "0.9.3-upgrade-14-dev-c8f9e7b.0+c8f9e7b",
30
+ "@agoric/swing-store": "0.9.2-upgrade-14-dev-c8f9e7b.0+c8f9e7b",
31
+ "@agoric/swingset-vat": "0.32.3-upgrade-14-dev-c8f9e7b.0+c8f9e7b",
32
+ "@agoric/telemetry": "0.6.3-upgrade-14-dev-c8f9e7b.0+c8f9e7b",
33
33
  "@endo/bundle-source": "2.5.2-upstream-rollup",
34
34
  "@endo/far": "0.2.18",
35
35
  "@endo/import-bundle": "0.3.4",
@@ -61,5 +61,5 @@
61
61
  ],
62
62
  "timeout": "20m"
63
63
  },
64
- "gitHead": "8be87aadde1b9161fdd958ca487f4e9c7cf6c650"
64
+ "gitHead": "c8f9e7be1645e0be23f47de197409a7d4874add5"
65
65
  }