sass-embedded 1.54.3 → 1.54.4

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/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## 1.54.4
2
+
3
+ * Improve error messages when passing incorrect units that are also
4
+ out-of-bounds to various color functions.
5
+
1
6
  ## 1.54.3
2
7
 
3
8
  * Release a native ARM64 executable for Mac OS.
package/dist/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "sass-embedded",
3
- "version": "1.54.3",
3
+ "version": "1.54.4",
4
4
  "protocol-version": "1.1.0",
5
- "compiler-version": "1.54.3",
5
+ "compiler-version": "1.54.4",
6
6
  "description": "Node.js library that communicates with Embedded Dart Sass using the Embedded Sass protocol",
7
7
  "repository": "sass/embedded-host-node",
8
8
  "author": "Google Inc.",
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "sass-embedded",
3
- "version": "1.54.3",
3
+ "version": "1.54.4",
4
4
  "protocol-version": "1.1.0",
5
- "compiler-version": "1.54.3",
5
+ "compiler-version": "1.54.4",
6
6
  "description": "Node.js library that communicates with Embedded Dart Sass using the Embedded Sass protocol",
7
7
  "repository": "sass/embedded-host-node",
8
8
  "author": "Google Inc.",