near-cli-rs 0.14.2 → 0.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.15.0](https://github.com/near/near-cli-rs/compare/v0.14.3...v0.15.0) - 2024-09-02
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
- UX improvement for signing with Ledger - automatically open a near-app on Ledger device before calling methods ([#403](https://github.com/near/near-cli-rs/pull/403))
|
|
14
|
+
- Extended --teach-me mode: async account details fetching RPC methods are also covered now ([#389](https://github.com/near/near-cli-rs/pull/389))
|
|
15
|
+
|
|
16
|
+
### Other
|
|
17
|
+
- Updated near-* dependencies to 0.25.0 (matching nearcore 2.1 release) ([#401](https://github.com/near/near-cli-rs/pull/401))
|
|
18
|
+
|
|
19
|
+
## [0.14.3](https://github.com/near/near-cli-rs/compare/v0.14.2...v0.14.3) - 2024-08-21
|
|
20
|
+
|
|
21
|
+
### Fixed
|
|
22
|
+
- Fixed the fallback legacy keychain path ([#398](https://github.com/near/near-cli-rs/pull/398))
|
|
23
|
+
|
|
10
24
|
## [0.14.2](https://github.com/near/near-cli-rs/compare/v0.14.1...v0.14.2) - 2024-08-21
|
|
11
25
|
|
|
12
26
|
### Added
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"hasInstallScript": true,
|
|
25
25
|
"license": "MIT OR Apache-2.0",
|
|
26
26
|
"name": "near-cli-rs",
|
|
27
|
-
"version": "0.
|
|
27
|
+
"version": "0.15.0"
|
|
28
28
|
},
|
|
29
29
|
"node_modules/@isaacs/cliui": {
|
|
30
30
|
"dependencies": {
|
|
@@ -786,5 +786,5 @@
|
|
|
786
786
|
}
|
|
787
787
|
},
|
|
788
788
|
"requires": true,
|
|
789
|
-
"version": "0.
|
|
789
|
+
"version": "0.15.0"
|
|
790
790
|
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"artifactDownloadUrl": "https://github.com/near/near-cli-rs/releases/download/v0.
|
|
2
|
+
"artifactDownloadUrl": "https://github.com/near/near-cli-rs/releases/download/v0.15.0",
|
|
3
3
|
"bin": {
|
|
4
4
|
"near": "run-near.js"
|
|
5
5
|
},
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"zipExt": ".tar.gz"
|
|
89
89
|
}
|
|
90
90
|
},
|
|
91
|
-
"version": "0.
|
|
91
|
+
"version": "0.15.0",
|
|
92
92
|
"volta": {
|
|
93
93
|
"node": "18.14.1",
|
|
94
94
|
"npm": "9.5.0"
|