File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 11defmodule 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
You can’t perform that action at this time.
0 commit comments