near-cli-rs 0.18.0 → 0.20.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 +51 -1
- package/LICENSE-APACHE +1 -1
- package/LICENSE-MIT +1 -1
- package/npm-shrinkwrap.json +15 -13
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,56 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.20.0](https://github.com/near/near-cli-rs/compare/v0.19.0...v0.20.0) - 2025-05-13
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- display global contracts info on account details query ([#483](https://github.com/near/near-cli-rs/pull/483))
|
|
15
|
+
- extended action builder with new released items ([#457](https://github.com/near/near-cli-rs/pull/457))
|
|
16
|
+
- deploy and use global contracts from UI excluding action builder. ([#456](https://github.com/near/near-cli-rs/pull/456))
|
|
17
|
+
- Do not require to explicitly provide public key during signing transactions with a plaintext private key (we can always extract it from the private key) ([#468](https://github.com/near/near-cli-rs/pull/468))
|
|
18
|
+
- Added new command "get public key from plaintext private key" ([#466](https://github.com/near/near-cli-rs/pull/466))
|
|
19
|
+
- Use free ARM64 GitHub Action runners for pre-built binaries ([#454](https://github.com/near/near-cli-rs/pull/454))
|
|
20
|
+
|
|
21
|
+
### Fixed
|
|
22
|
+
|
|
23
|
+
- Fixed returning the result of a function call ([#462](https://github.com/near/near-cli-rs/pull/462))
|
|
24
|
+
- Fixed canceling the CLI operation in retry prompts ([#478](https://github.com/near/near-cli-rs/pull/478))
|
|
25
|
+
- Fixed cli command `near tokens send-ft` without `memo` ([#474](https://github.com/near/near-cli-rs/pull/474))
|
|
26
|
+
- allow forks to leverage transfer-to-project workflow ([#464](https://github.com/near/near-cli-rs/pull/464))
|
|
27
|
+
|
|
28
|
+
### Other
|
|
29
|
+
|
|
30
|
+
- removed unsupported reconstruction for DeployGlobalContract ([#484](https://github.com/near/near-cli-rs/pull/484))
|
|
31
|
+
- [**breaking**] updates near-* dependencies to 0.30 release ([#481](https://github.com/near/near-cli-rs/pull/481))
|
|
32
|
+
- fixed reconstruction of transaction from contract deploy ([#476](https://github.com/near/near-cli-rs/pull/476))
|
|
33
|
+
- Refactored 'send-ft memo' command from using Option<String> to just String ([#477](https://github.com/near/near-cli-rs/pull/477))
|
|
34
|
+
- Replaced Linux x86-64 ubuntu-20.04 build environment with ubuntu-22.04 as 20.04 reached its end of life, so minimal supported glibc for pre-built binaries is now 2.35 - Linux users with older glibc will have to install CLIs from the source code or update their OS ([#470](https://github.com/near/near-cli-rs/pull/470))
|
|
35
|
+
- updated GUIDE ([#469](https://github.com/near/near-cli-rs/pull/469))
|
|
36
|
+
- Updated CI secret name in the devtools pipeline ([#460](https://github.com/near/near-cli-rs/pull/460))
|
|
37
|
+
|
|
38
|
+
## [0.19.0](https://github.com/near/near-cli-rs/compare/v0.18.0...v0.19.0) - 2025-03-12
|
|
39
|
+
|
|
40
|
+
### Added
|
|
41
|
+
|
|
42
|
+
- Improved usability of NEAR CLI in scripts ([#445](https://github.com/near/near-cli-rs/pull/445))
|
|
43
|
+
- Added "send all" option to fungible tokens ([#440](https://github.com/near/near-cli-rs/pull/440))
|
|
44
|
+
- let users specify a memo when sending ft
|
|
45
|
+
- A new `--quiet` flag to suppress noisy output in scripting scenarios ([#441](https://github.com/near/near-cli-rs/pull/441))
|
|
46
|
+
|
|
47
|
+
### Fixed
|
|
48
|
+
|
|
49
|
+
- Fixed information about successful transfer of "send all" ft tokens ([#447](https://github.com/near/near-cli-rs/pull/447))
|
|
50
|
+
- Fixed cli command for memo parameter ([#446](https://github.com/near/near-cli-rs/pull/446))
|
|
51
|
+
- Use legacy keychain as a fallback storage when system keychain is not supported (e.g. WSL, Codespaces, Docker containers, CI) ([#439](https://github.com/near/near-cli-rs/pull/439))
|
|
52
|
+
|
|
53
|
+
### Other
|
|
54
|
+
|
|
55
|
+
- [**breaking**] updates near-* dependencies to 0.29 release ([#455](https://github.com/near/near-cli-rs/pull/455))
|
|
56
|
+
- Typos fix ([#451](https://github.com/near/near-cli-rs/pull/451))
|
|
57
|
+
- Added the ability to add an account ID to the account list without using the legacy keychain ([#449](https://github.com/near/near-cli-rs/pull/449))
|
|
58
|
+
- Updated the copyright year to 2025 ([#448](https://github.com/near/near-cli-rs/pull/448))
|
|
59
|
+
|
|
10
60
|
## [0.18.0](https://github.com/near/near-cli-rs/compare/v0.17.0...v0.18.0) - 2025-01-20
|
|
11
61
|
|
|
12
62
|
### Added
|
|
@@ -289,7 +339,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
289
339
|
- Provide a relevant faucet error message when helper API server returns an error ([#243](https://github.com/near/near-cli-rs/pull/243))
|
|
290
340
|
|
|
291
341
|
### Other
|
|
292
|
-
- Exposed sponsor_by_faucet_service module to
|
|
342
|
+
- Exposed sponsor_by_faucet_service module to reuse in "cargo-near" ([#246](https://github.com/near/near-cli-rs/pull/246))
|
|
293
343
|
|
|
294
344
|
## [0.6.0](https://github.com/near/near-cli-rs/compare/v0.5.2...v0.6.0) - 2023-09-28
|
|
295
345
|
|
package/LICENSE-APACHE
CHANGED
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright 2020-
|
|
189
|
+
Copyright 2020-2025 Near Inc
|
|
190
190
|
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
192
|
you may not use this file except in compliance with the License.
|
package/LICENSE-MIT
CHANGED
package/npm-shrinkwrap.json
CHANGED
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
"near": "run-near.js"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"axios": "^1.7.
|
|
10
|
+
"axios": "^1.7.9",
|
|
11
11
|
"axios-proxy-builder": "^0.1.2",
|
|
12
12
|
"console.table": "^0.10.0",
|
|
13
13
|
"detect-libc": "^2.0.3",
|
|
14
14
|
"rimraf": "^5.0.8"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"prettier": "^3.
|
|
17
|
+
"prettier": "^3.4.2"
|
|
18
18
|
},
|
|
19
19
|
"engines": {
|
|
20
20
|
"node": ">=14",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"hasInstallScript": true,
|
|
24
24
|
"license": "MIT OR Apache-2.0",
|
|
25
25
|
"name": "near-cli-rs",
|
|
26
|
-
"version": "0.
|
|
26
|
+
"version": "0.20.0"
|
|
27
27
|
},
|
|
28
28
|
"node_modules/@isaacs/cliui": {
|
|
29
29
|
"dependencies": {
|
|
@@ -88,9 +88,10 @@
|
|
|
88
88
|
"form-data": "^4.0.0",
|
|
89
89
|
"proxy-from-env": "^1.1.0"
|
|
90
90
|
},
|
|
91
|
-
"integrity": "sha512-
|
|
92
|
-
"
|
|
93
|
-
"
|
|
91
|
+
"integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==",
|
|
92
|
+
"license": "MIT",
|
|
93
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz",
|
|
94
|
+
"version": "1.7.9"
|
|
94
95
|
},
|
|
95
96
|
"node_modules/axios-proxy-builder": {
|
|
96
97
|
"dependencies": {
|
|
@@ -177,10 +178,10 @@
|
|
|
177
178
|
"engines": {
|
|
178
179
|
"node": ">= 8"
|
|
179
180
|
},
|
|
180
|
-
"integrity": "sha512-
|
|
181
|
+
"integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
|
|
181
182
|
"license": "MIT",
|
|
182
|
-
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.
|
|
183
|
-
"version": "7.0.
|
|
183
|
+
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
|
184
|
+
"version": "7.0.6"
|
|
184
185
|
},
|
|
185
186
|
"node_modules/defaults": {
|
|
186
187
|
"dependencies": {
|
|
@@ -428,9 +429,10 @@
|
|
|
428
429
|
"funding": {
|
|
429
430
|
"url": "https://github.com/prettier/prettier?sponsor=1"
|
|
430
431
|
},
|
|
431
|
-
"integrity": "sha512-
|
|
432
|
-
"
|
|
433
|
-
"
|
|
432
|
+
"integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==",
|
|
433
|
+
"license": "MIT",
|
|
434
|
+
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz",
|
|
435
|
+
"version": "3.4.2"
|
|
434
436
|
},
|
|
435
437
|
"node_modules/proxy-from-env": {
|
|
436
438
|
"integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
|
|
@@ -711,5 +713,5 @@
|
|
|
711
713
|
}
|
|
712
714
|
},
|
|
713
715
|
"requires": true,
|
|
714
|
-
"version": "0.
|
|
716
|
+
"version": "0.20.0"
|
|
715
717
|
}
|
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.20.0",
|
|
3
3
|
"bin": {
|
|
4
4
|
"near": "run-near.js"
|
|
5
5
|
},
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"Near Inc <hello@nearprotocol.com>"
|
|
9
9
|
],
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"axios": "^1.7.
|
|
11
|
+
"axios": "^1.7.9",
|
|
12
12
|
"axios-proxy-builder": "^0.1.2",
|
|
13
13
|
"console.table": "^0.10.0",
|
|
14
14
|
"detect-libc": "^2.0.3",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
"description": "human-friendly console utility that helps to interact with NEAR Protocol from command line.",
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"prettier": "^3.
|
|
19
|
+
"prettier": "^3.4.2"
|
|
20
20
|
},
|
|
21
21
|
"engines": {
|
|
22
22
|
"node": ">=14",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"glibcMinimum": {
|
|
26
26
|
"major": 2,
|
|
27
|
-
"series":
|
|
27
|
+
"series": 39
|
|
28
28
|
},
|
|
29
29
|
"homepage": "https://near.cli.rs",
|
|
30
30
|
"license": "MIT OR Apache-2.0",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"zipExt": ".tar.gz"
|
|
88
88
|
}
|
|
89
89
|
},
|
|
90
|
-
"version": "0.
|
|
90
|
+
"version": "0.20.0",
|
|
91
91
|
"volta": {
|
|
92
92
|
"node": "18.14.1",
|
|
93
93
|
"npm": "9.5.0"
|