Skip to content

Commit 39aab46

Browse files
committed
Release v0.7.4
1 parent f13e944 commit 39aab46

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 0.7.4
4+
5+
### Fixed
6+
7+
- Preserve file permissions from tarballs during extraction, fixing EACCES for native executables like `tsgo`
8+
- Run package scripts directly with `node` so package `#imports` resolve correctly
9+
- Detect native binaries and execute them directly instead of wrapping in a Node.js loader
10+
- Propagate non-zero exit codes from `mix npm.run` and `mix npm.exec` to the shell
11+
- Accept lockfiles without a policy section in `--frozen` install
12+
- Include `optionalDependencies` in lockfile consistency check for `--frozen` install
13+
314
## 0.7.3
415

516
- Skip `browser` field during resolution when its target extension is not in the resolvable set (fixes daisyUI resolving to `.css` when bundling JS)

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule NPM.MixProject do
22
use Mix.Project
33

4-
@version "0.7.3"
4+
@version "0.7.4"
55
@source_url "https://github.com/elixir-volt/npm_ex"
66

77
def project do

0 commit comments

Comments
 (0)