Skip to content

Commit

Permalink
build(types): export cosmos wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Apr 30, 2024
1 parent 50c9518 commit c3fd278
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions packages/cosmic-proto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,9 @@
"default": "./dist/vatsafe.js"
},
"./package.json": "./package.json",
"./cosmos": {
"types": "./dist/codegen/cosmos/bundle.d.ts",
"default": "./dist/codegen/cosmos/bundle.js"
},
"./cosmos/staking/v1beta1/tx": {
"types": "./dist/codegen/cosmos/staking/v1beta1/tx.d.ts",
"default": "./dist/codegen/cosmos/staking/v1beta1/tx.js"
"./cosmos/*": {
"types": "./dist/codegen/cosmos/*/*.d.ts",
"default": "./dist/codegen/cosmos/*/*.js"
},
"./ibc/applications/transfer/v1/tx.js": {
"types": "./dist/codegen/ibc/applications/transfer/v1/tx.d.ts",
Expand All @@ -55,18 +51,6 @@
"./vstorage/query.js": {
"types": "./dist/codegen/agoric/vstorage/query.d.ts",
"default": "./dist/codegen/agoric/vstorage/query.js"
},
"./cosmos/tx/v1beta1/tx.js": {
"types": "./dist/codegen/cosmos/tx/v1beta1/tx.d.ts",
"default": "./dist/codegen/cosmos/tx/v1beta1/tx.js"
},
"./cosmos/staking/v1beta1/staking.js": {
"types": "./dist/codegen/cosmos/staking/v1beta1/staking.d.ts",
"default": "./dist/codegen/cosmos/staking/v1beta1/staking.js"
},
"./cosmos/staking/v1beta1/tx.js": {
"types": "./dist/codegen/cosmos/staking/v1beta1/tx.d.ts",
"default": "./dist/codegen/cosmos/staking/v1beta1/tx.js"
}
},
"main": "dist/index.js",
Expand Down

0 comments on commit c3fd278

Please sign in to comment.