docs(packages): remove link to non-existing document

This commit is contained in:
karliatto
2025-10-27 15:47:36 +01:00
parent eca5223578
commit 9291fe7872
9 changed files with 0 additions and 41 deletions

View File

@@ -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)

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -5,7 +5,3 @@
[![Known Vulnerabilities](https://snyk.io/test/github/trezor/connect-plugin-stellar/badge.svg?targetFile=package.json)](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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -3,9 +3,3 @@
[![NPM](https://img.shields.io/npm/v/@trezor/utils.svg)](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.

View File

@@ -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.