mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-02 21:45:14 +01:00
docs(packages): remove link to non-existing document
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
- [adding new firmwares](./releases/adding-new-firmwares.md)
|
||||
- [desktop updates](./releases/desktop_updates.md)
|
||||
- [environments](./releases/environments.md)
|
||||
- [npm packages](./releases/npm-packages.md)
|
||||
- [signing binaries windows](./releases/signing-binaries-win.md)
|
||||
- [versioning](./releases/versioning.md)
|
||||
- [Packages](./packages/index.md)
|
||||
|
||||
@@ -78,7 +78,3 @@ yarn workspace @trezor/blockchain-link build:lib
|
||||
yarn workspace @trezor/blockchain-link build:workers
|
||||
yarn workspace @trezor/blockchain-link test:integration
|
||||
```
|
||||
|
||||
### Publishing
|
||||
|
||||
[Follow instructions](../../docs/releases/npm-packages.md) how to publish @trezor package to npm registry.
|
||||
|
||||
@@ -22,7 +22,3 @@ There is a `releases.json` file for each Trezor model which must be updated any
|
||||
### Storage
|
||||
|
||||
A utility to remember app permissions given by user.
|
||||
|
||||
## Publishing
|
||||
|
||||
[Follow instructions](../../docs/releases/npm-packages.md) how to publish @trezor package to npm registry.
|
||||
|
||||
@@ -13,7 +13,3 @@ EIP-712 hashes can be constructed with the plugin function
|
||||
You may also wish to construct your own hashes using a different library.
|
||||
|
||||
For more information refer to [docs/ethereumSignTypedData](../../docs/packages/connect/methods/ethereumSignTypedData.md)
|
||||
|
||||
## Publishing
|
||||
|
||||
[Follow instructions](../../docs/releases/npm-packages.md) how to publish @trezor package to npm registry.
|
||||
|
||||
@@ -5,7 +5,3 @@
|
||||
[](https://snyk.io/test/github/trezor/trezor-suite?targetFile=packages/connect-plugin-stellar/package.json)
|
||||
|
||||
Serializer for data sent between StellarSdk and [@trezor/connect](../connect)
|
||||
|
||||
## Publishing
|
||||
|
||||
[Follow instructions](../../docs/releases/npm-packages.md) how to publish @trezor package to npm registry.
|
||||
|
||||
@@ -29,9 +29,3 @@ The JSON is transformed to TypeScript definitions by a script in `scripts/protob
|
||||
|
||||
All these steps are done manually and all the generated files are tracked in git. It's also not uncommon to circumvent
|
||||
some step by e.g. generating the messages.json file not from the Common submodule but directly from the firmware repo.
|
||||
|
||||
## Publishing
|
||||
|
||||
This package is published to npm registry because it is a dependency of [@trezor/connect](https://github.com/trezor/trezor-suite/issues/5440) which can be installed as a standalone package.
|
||||
|
||||
[Follow instructions](../../docs/releases/npm-packages.md) how to publish @trezor package to npm registry.
|
||||
|
||||
@@ -15,9 +15,3 @@ _You probably don't want to use this package directly._ For communication with T
|
||||
- exposing single API for various transport methods:
|
||||
- Trezor Bridge
|
||||
- WebUSB
|
||||
|
||||
## Publishing
|
||||
|
||||
This package is published to npm registry because it is a dependency of [@trezor/connect](https://github.com/trezor/trezor-suite/issues/5440) which can be installed as a standalone package.
|
||||
|
||||
[Follow instructions](../../docs/releases/npm-packages.md) how to publish @trezor package to npm registry.
|
||||
|
||||
@@ -3,9 +3,3 @@
|
||||
[](https://www.npmjs.org/package/@trezor/utils)
|
||||
|
||||
A collection of typescript utils that are intended to be used across trezor-suite monorepo.
|
||||
|
||||
## Publishing
|
||||
|
||||
This package is published to npm registry because it is a dependency of [@trezor/connect](https://github.com/trezor/trezor-suite/issues/5440) which can be installed as a standalone package.
|
||||
|
||||
[Follow instructions](../../docs/releases/npm-packages.md) how to publish @trezor package to npm registry.
|
||||
|
||||
@@ -35,9 +35,3 @@ Differences are explicitly described in each file.
|
||||
- `address` module uses different encoding for `Decred` and handles `Bitcoin Cash` addresses.
|
||||
- added `coinselect` and `compose` modules (origin source: https://github.com/trezor/hd-wallet/tree/master/src/build-tx)
|
||||
- removed unused modules: `block`, `classify`, `ecpair`, `psbt`.
|
||||
|
||||
## Publishing
|
||||
|
||||
This package is published to the npm registry because it is a dependency of [@trezor/connect](https://github.com/trezor/trezor-suite/issues/5440) which can be installed as a standalone package.
|
||||
|
||||
[Follow instructions](../../docs/releases/npm-packages.md) how to publish @trezor package to npm registry.
|
||||
|
||||
Reference in New Issue
Block a user