Skip to content

Commit ebbbaaa

Browse files
Release: version package
1 parent 3407bd8 commit ebbbaaa

4 files changed

Lines changed: 8 additions & 11 deletions

File tree

.changeset/classify-unsupported-platform-and-git-auth-errors.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/support-native-binary-addon-assets.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# package-build-stats
22

3+
## 9.2.3
4+
5+
### Patch Changes
6+
7+
- 3407bd8: Map platform architecture mismatches (`EBADPLATFORM`, `Unsupported platform`) and private Git SSH authentication failures (`Permission denied (publickey)`) to `UnsupportedPackageError` (HTTP 422) instead of generic `InstallError` (HTTP 500).
8+
- a37efea: Add native binary addon asset rules (`.node`, `.exe`, `.dll`, `.so`, `.dylib`, `.wasm`) to Rspack loader configuration. Prevents JavaScript syntax parse errors (`Unexpected character '\u{7f}'` / `Unexpected character '\0'`) when packages ship compiled native binaries.
9+
310
## 9.2.2
411

512
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "package-build-stats",
3-
"version": "9.2.2",
3+
"version": "9.2.3",
44
"type": "module",
55
"author": "Shubham Kanodia <shubham.kanodia10@gmail.com>",
66
"repository": "https://github.com/pastelsky/package-build-stats",

0 commit comments

Comments
 (0)