sass-embedded
Advanced tools
Comparing version 1.49.9 to 1.49.11
{ | ||
"name": "sass-embedded", | ||
"version": "1.49.9", | ||
"version": "1.49.11", | ||
"protocol-version": "1.0.0", | ||
"compiler-version": "1.49.9", | ||
"compiler-version": "1.49.11", | ||
"description": "Node.js library that communicates with Embedded Dart Sass using the Embedded Sass protocol", | ||
@@ -7,0 +7,0 @@ "repository": "sass/embedded-host-node", |
@@ -39,7 +39,4 @@ "use strict"; | ||
return 'x64'; | ||
// TODO: This is blocked until Github Actions supports compiling Dart Sass | ||
// for arm64. Until then, download the x64 binary for arm64 users. | ||
// https://github.com/sass/dart-sass/issues/1125 | ||
case 'arm64': | ||
return 'x64'; | ||
return 'arm64'; | ||
default: | ||
@@ -46,0 +43,0 @@ throw Error(`Architecure ${process.arch} is not supported.`); |
@@ -26,3 +26,3 @@ import {Syntax} from './options'; | ||
* ```js | ||
* const {fileURLToPath} = require('url'); | ||
* const {pathToFileURL} = require('url'); | ||
* | ||
@@ -29,0 +29,0 @@ * sass.compile('style.scss', { |
{ | ||
"name": "sass-embedded", | ||
"version": "1.49.9", | ||
"version": "1.49.11", | ||
"protocol-version": "1.0.0", | ||
"compiler-version": "1.49.9", | ||
"compiler-version": "1.49.11", | ||
"description": "Node.js library that communicates with Embedded Dart Sass using the Embedded Sass protocol", | ||
@@ -7,0 +7,0 @@ "repository": "sass/embedded-host-node", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1167693
17280