sass-embedded-linux-musl-arm64 1.71.0 → 1.71.1

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/dart-sass/sass CHANGED
@@ -17,4 +17,8 @@ follow_links() {
17
17
 
18
18
  # Unlike $0, $BASH_SOURCE points to the absolute path of this file.
19
19
  path=`dirname "$(follow_links "$0")"`
20
+ # Detect linux-musl
21
+ if grep -qm 1 /ld-musl- /proc/self/exe; then
22
+ path="$path/../../sass-embedded-linux-musl-arm64/dart-sass"
23
+ fi
20
24
  exec "$path/src/dart" "$path/src/sass.snapshot" "$@"
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sass-embedded-linux-musl-arm64",
3
- "version": "1.71.0",
3
+ "version": "1.71.1",
4
4
  "description": "The linux-musl-arm64 binary for sass-embedded",
5
5
  "repository": "sass/embedded-host-node",
6
6
  "author": "Google Inc.",