Compare commits

..

1 Commits

Author SHA1 Message Date
Dave Hrycyszyn 0e0a62938d Removing pointless dependency build command from TypeScript SDK example 2023-01-20 12:38:01 +00:00
4 changed files with 1 additions and 7091 deletions
-6
View File
@@ -28,12 +28,6 @@ Post 1.0.0 release, the changelog format is based on [Keep a Changelog](https://
### Added
### Changed
## [v1.1.5] (2023-01-10)
### Added
- socks5: send status message for service ready, and network-requester error response in https://github.com/nymtech/nym/pull/2715
### Changed
Generated
-7079
View File
File diff suppressed because it is too large Load Diff
-4
View File
@@ -19,10 +19,6 @@
This release contains the APY calculator feature.
## [nym-wallet-v1.1.5](https://github.com/nymtech/nym/releases/tag/nym-wallet-v1.1.5) (2022-12-22)
This release contains the APY calculator feature.
## [nym-wallet-v1.1.4](https://github.com/nymtech/nym/releases/tag/nym-wallet-v1.1.4) (2022-12-20)
This release contains a bugfix for hiding and displaying the mnemonic, and displays the Bity wallet address in the buy page, as well as better error handling.
@@ -52,7 +52,6 @@
"webpack-merge": "^5.8.0"
},
"scripts": {
"prestart": "yarn build:dependencies",
"start": "webpack serve --progress --port 3000",
"build:dependencies": "run-s build:dependencies:nym-client-wasm build:dependencies:ts-packages build:dependencies:sdk",
"build:dependencies:nym-client-wasm": "../../packages/nym-client-wasm/scripts/build.sh",
@@ -69,4 +68,4 @@
"lint": "eslint src",
"lint:fix": "eslint src --fix"
}
}
}