needle-cloud 2.4.5 → 2.4.6
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 +6 -0
- package/dist/cli-619611b8.js +1 -0
- package/dist/cli.esm.js +1 -1
- package/dist/cli.send-logs.discovery-5657815c.js +1 -0
- package/dist/index.d.ts +412 -7
- package/dist/index.esm.js +1 -1
- package/package.json +23 -22
- package/dist/cli-5251dd32.js +0 -1
- package/dist/cli.send-logs.discovery-a99400e6.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,12 @@ All notable changes to this package will be documented in this file.
|
|
|
4
4
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|
5
5
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
+
## [2.4.6] - 2026-08-13
|
|
8
|
+
### Fixed
|
|
9
|
+
- A failing command now prints a single readable error line instead of a large dump of internal code.
|
|
10
|
+
- Failures are written to the CLI log, so `send-logs` bundles contain the reason.
|
|
11
|
+
- An upload blocked by a network filter or proxy now says so and names the host to allow, instead of showing the block page's HTML.
|
|
12
|
+
|
|
7
13
|
## [2.3.0] - 2026-06-09
|
|
8
14
|
### Added
|
|
9
15
|
- `send-logs` command — upload your CLI and editor (Unity / Blender) logs to Needle to help with troubleshooting. Secrets and sensitive information are redacted before upload. On existing installs you may need to sign in again once (`needle-cloud login`) before first use.
|