sass-embedded 1.52.2 → 1.52.3

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.52.3
2
+
3
+ * Fix crash when trailing loud comments (`/* ... */`) appear twice in a row
4
+ across two different imports which themselves imported the same file each.
5
+
1
6
  ## 1.52.2
2
7
 
3
8
  * Preserve location of trailing loud comments (`/* ... */`) instead of pushing
package/dist/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "sass-embedded",
3
- "version": "1.52.2",
3
+ "version": "1.52.3",
4
4
  "protocol-version": "1.0.0",
5
- "compiler-version": "1.52.2",
5
+ "compiler-version": "1.52.3",
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.52.2",
3
+ "version": "1.52.3",
4
4
  "protocol-version": "1.0.0",
5
- "compiler-version": "1.52.2",
5
+ "compiler-version": "1.52.3",
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.",