near-cli-rs 0.14.3 → 0.15.1

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 CHANGED
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.15.1](https://github.com/near/near-cli-rs/compare/v0.15.0...v0.15.1) - 2024-09-11
11
+
12
+ ### Other
13
+
14
+ - updates near-* dependencies to 0.26 release ([#405](https://github.com/near/near-cli-rs/pull/405))
15
+
16
+ ## [0.15.0](https://github.com/near/near-cli-rs/compare/v0.14.3...v0.15.0) - 2024-09-02
17
+
18
+ ### Added
19
+ - 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))
20
+ - Extended --teach-me mode: async account details fetching RPC methods are also covered now ([#389](https://github.com/near/near-cli-rs/pull/389))
21
+
22
+ ### Other
23
+ - Updated near-* dependencies to 0.25.0 (matching nearcore 2.1 release) ([#401](https://github.com/near/near-cli-rs/pull/401))
24
+
10
25
  ## [0.14.3](https://github.com/near/near-cli-rs/compare/v0.14.2...v0.14.3) - 2024-08-21
11
26
 
12
27
  ### Fixed
@@ -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.14.3"
27
+ "version": "0.15.1"
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.14.3"
789
+ "version": "0.15.1"
790
790
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "artifactDownloadUrl": "https://github.com/near/near-cli-rs/releases/download/v0.14.3",
2
+ "artifactDownloadUrl": "https://github.com/near/near-cli-rs/releases/download/v0.15.1",
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.14.3",
91
+ "version": "0.15.1",
92
92
  "volta": {
93
93
  "node": "18.14.1",
94
94
  "npm": "9.5.0"