@agoric/cosmic-proto 0.4.1-dev-4c65fc2.0 → 0.4.1-dev-76b8d53.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 (1) hide show
  1. package/package.json +8 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/cosmic-proto",
3
- "version": "0.4.1-dev-4c65fc2.0+4c65fc2",
3
+ "version": "0.4.1-dev-76b8d53.0+76b8d53",
4
4
  "description": "Protobuf stubs for the Agoric cosmos-sdk module",
5
5
  "keywords": [],
6
6
  "author": "Agoric",
@@ -56,6 +56,10 @@
56
56
  "types": "./dist/codegen/cosmos/tx/v1beta1/tx.d.ts",
57
57
  "default": "./dist/codegen/cosmos/tx/v1beta1/tx.js"
58
58
  },
59
+ "./cosmos/staking/v1beta1/staking.js": {
60
+ "types": "./dist/codegen/cosmos/staking/v1beta1/staking.d.ts",
61
+ "default": "./dist/codegen/cosmos/staking/v1beta1/staking.js"
62
+ },
59
63
  "./cosmos/staking/v1beta1/tx.js": {
60
64
  "types": "./dist/codegen/cosmos/staking/v1beta1/tx.d.ts",
61
65
  "default": "./dist/codegen/cosmos/staking/v1beta1/tx.js"
@@ -72,7 +76,7 @@
72
76
  "!CHANGELOG.md"
73
77
  ],
74
78
  "scripts": {
75
- "build": "yarn tsc --project tsconfig.build.json",
79
+ "build": "tsc --project tsconfig.build.json",
76
80
  "clean": "rimraf dist",
77
81
  "codegen": "yarn protos-update && node scripts/codegen.cjs",
78
82
  "prepare": "npm run build",
@@ -87,7 +91,7 @@
87
91
  "access": "public"
88
92
  },
89
93
  "devDependencies": {
90
- "@agoric/cosmos": "0.34.2-dev-4c65fc2.0+4c65fc2",
94
+ "@agoric/cosmos": "0.34.2-dev-76b8d53.0+76b8d53",
91
95
  "@ava/typescript": "^4.1.0",
92
96
  "@cosmology/telescope": "^1.5.3",
93
97
  "ava": "^5.3.1",
@@ -119,5 +123,5 @@
119
123
  "test/**/test-*.js"
120
124
  ]
121
125
  },
122
- "gitHead": "4c65fc27a3e151be82ad228d58a7610d51b3c4a2"
126
+ "gitHead": "76b8d531fd9779664f767297a1a079ac500af731"
123
127
  }