Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to
- @cosmjs/amino, @cosmjs/proto-signing: Remove scream test around argon2 call in
wallet serialization/deserialization which is not needed anymore after
[#1938].
- Bring back main/types fields for bundlephobia support

[#1935]: https://github.com/cosmos/cosmjs/pull/1935
[#1938]: https://github.com/cosmos/cosmjs/issues/1938
Expand Down
2 changes: 2 additions & 0 deletions packages/amino/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"Simon Warta <webmaster128@users.noreply.github.com>"
],
"license": "Apache-2.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"exports": {
"types": "./build/index.d.ts",
"default": "./build/index.js"
Expand Down
2 changes: 2 additions & 0 deletions packages/cosmwasm-stargate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"Simon Warta <webmaster128@users.noreply.github.com>"
],
"license": "Apache-2.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"exports": {
"types": "./build/index.d.ts",
"default": "./build/index.js"
Expand Down
2 changes: 2 additions & 0 deletions packages/cosmwasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"Simon Warta <webmaster128@users.noreply.github.com>"
],
"license": "Apache-2.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"exports": {
"types": "./build/index.d.ts",
"default": "./build/index.js"
Expand Down
2 changes: 2 additions & 0 deletions packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"Simon Warta <webmaster128@users.noreply.github.com>"
],
"license": "Apache-2.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"exports": {
"types": "./build/index.d.ts",
"default": "./build/index.js"
Expand Down
2 changes: 2 additions & 0 deletions packages/encoding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"Simon Warta <webmaster128@users.noreply.github.com>"
],
"license": "Apache-2.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"exports": {
"types": "./build/index.d.ts",
"default": "./build/index.js"
Expand Down
2 changes: 2 additions & 0 deletions packages/faucet-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"Simon Warta <webmaster128@users.noreply.github.com>"
],
"license": "Apache-2.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"exports": {
"types": "./build/index.d.ts",
"default": "./build/index.js"
Expand Down
2 changes: 2 additions & 0 deletions packages/json-rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"Simon Warta <webmaster128@users.noreply.github.com>"
],
"license": "Apache-2.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"exports": {
"types": "./build/index.d.ts",
"default": "./build/index.js"
Expand Down
2 changes: 2 additions & 0 deletions packages/ledger-amino/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"Simon Warta <webmaster128@users.noreply.github.com>"
],
"license": "Apache-2.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"exports": {
"types": "./build/index.d.ts",
"default": "./build/index.js"
Expand Down
2 changes: 2 additions & 0 deletions packages/math/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"Simon Warta <webmaster128@users.noreply.github.com>"
],
"license": "Apache-2.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"exports": {
"types": "./build/index.d.ts",
"default": "./build/index.js"
Expand Down
2 changes: 2 additions & 0 deletions packages/proto-signing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"Simon Warta <webmaster128@users.noreply.github.com>"
],
"license": "Apache-2.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"exports": {
"types": "./build/index.d.ts",
"default": "./build/index.js"
Expand Down
2 changes: 2 additions & 0 deletions packages/socket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"Simon Warta <webmaster128@users.noreply.github.com>"
],
"license": "Apache-2.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"exports": {
"types": "./build/index.d.ts",
"default": "./build/index.js"
Expand Down
2 changes: 2 additions & 0 deletions packages/stargate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"Simon Warta <webmaster128@users.noreply.github.com>"
],
"license": "Apache-2.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"exports": {
"types": "./build/index.d.ts",
"default": "./build/index.js"
Expand Down
2 changes: 2 additions & 0 deletions packages/stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"Simon Warta <webmaster128@users.noreply.github.com>"
],
"license": "Apache-2.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"exports": {
"types": "./build/index.d.ts",
"default": "./build/index.js"
Expand Down
2 changes: 2 additions & 0 deletions packages/tendermint-rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"Simon Warta <webmaster128@users.noreply.github.com>"
],
"license": "Apache-2.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"exports": {
"types": "./build/index.d.ts",
"default": "./build/index.js"
Expand Down
2 changes: 2 additions & 0 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"Simon Warta <webmaster128@users.noreply.github.com>"
],
"license": "Apache-2.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"exports": {
"types": "./build/index.d.ts",
"default": "./build/index.js"
Expand Down
Loading