sass 1.79.2 → 1.79.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/sass.dart.js +6 -6
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"sass","description":"A pure JavaScript implementation of Sass.","license":"MIT","bugs":"https://github.com/sass/dart-sass/issues","homepage":"https://github.com/sass/dart-sass","repository":{"type":"git","url":"https://github.com/sass/dart-sass"},"author":{"name":"Natalie Weizenbaum","email":"nweiz@google.com","url":"https://github.com/nex3"},"engines":{"node":">=14.0.0"},"dependencies":{"chokidar":"^4.0.0","immutable":"^4.0.0","source-map-js":">=0.6.2 <2.0.0"},"keywords":["style","scss","sass","preprocessor","css"],"types":"types/index.d.ts","exports":{"types":"./types/index.d.ts","node":{"require":"./sass.node.js","default":"./sass.node.mjs"},"default":{"require":"./sass.default.cjs","default":"./sass.default.js"}},"version":"1.79.2","bin":{"sass":"sass.js"},"main":"sass.node.js"}
1
+ {"name":"sass","description":"A pure JavaScript implementation of Sass.","license":"MIT","bugs":"https://github.com/sass/dart-sass/issues","homepage":"https://github.com/sass/dart-sass","repository":{"type":"git","url":"https://github.com/sass/dart-sass"},"author":{"name":"Natalie Weizenbaum","email":"nweiz@google.com","url":"https://github.com/nex3"},"engines":{"node":">=14.0.0"},"dependencies":{"chokidar":"^4.0.0","immutable":"^4.0.0","source-map-js":">=0.6.2 <2.0.0"},"keywords":["style","scss","sass","preprocessor","css"],"types":"types/index.d.ts","exports":{"types":"./types/index.d.ts","node":{"require":"./sass.node.js","default":"./sass.node.mjs"},"default":{"require":"./sass.default.cjs","default":"./sass.default.js"}},"version":"1.79.3","bin":{"sass":"sass.js"},"main":"sass.node.js"}
package/sass.dart.js CHANGED
@@ -28336,7 +28336,7 @@ self.util = _cliPkgRequires.util;
28336
28336
  J.set$deprecations$x(self.exports, A.jsify($.$get$deprecations()));
28337
28337
  J.set$Version$x(self.exports, $.$get$versionClass());
28338
28338
  J.set$loadParserExports_$x(self.exports, A.allowInterop(A.parser0__loadParserExports$closure()));
28339
- J.set$info$x(self.exports, "dart-sass\t1.79.2\t(Sass Compiler)\t[Dart]\ndart2js\t3.5.3\t(Dart Compiler)\t[Dart]");
28339
+ J.set$info$x(self.exports, "dart-sass\t1.79.3\t(Sass Compiler)\t[Dart]\ndart2js\t3.5.3\t(Dart Compiler)\t[Dart]");
28340
28340
  A.updateCanonicalizeContextPrototype();
28341
28341
  A.updateSourceSpanPrototype();
28342
28342
  J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
@@ -33563,7 +33563,7 @@ self.util = _cliPkgRequires.util;
33563
33563
  switch ($async$goto) {
33564
33564
  case 0:
33565
33565
  // Function start
33566
- $async$returnValue = "1.79.2 compiled with dart2js 3.5.3";
33566
+ $async$returnValue = "1.79.3 compiled with dart2js 3.5.3";
33567
33567
  // goto return
33568
33568
  $async$goto = 1;
33569
33569
  break;
@@ -51706,7 +51706,7 @@ self.util = _cliPkgRequires.util;
51706
51706
  }
51707
51707
  try {
51708
51708
  argVersion = A.Version_Version$parse(id);
51709
- sassVersion = A.Version_Version$parse("1.79.2");
51709
+ sassVersion = A.Version_Version$parse("1.79.3");
51710
51710
  if (J.compareTo$1$ns(argVersion, sassVersion) > 0)
51711
51711
  A.ExecutableOptions__fail("Invalid version " + A.S(argVersion) + ". --fatal-deprecation requires a version less than or equal to the current Dart Sass version.");
51712
51712
  J.addAll$1$ax(deprecations, A.Deprecation_forVersion(argVersion));
@@ -54501,7 +54501,7 @@ self.util = _cliPkgRequires.util;
54501
54501
  result = A.SassNumber_SassNumber(_this.getter.call$1(J.get$first$ax($arguments).assertColor$1("color")), _this.unit),
54502
54502
  t1 = _this.global ? "" : "color.",
54503
54503
  t2 = _this.name;
54504
- A.warnForDeprecation(t1 + t2 + string$.x28__is_d + t2 + ", $space: " + _this.space.toString$0(0) + string$.x29x0a_Mor_, B.Deprecation_ukt);
54504
+ A.warnForDeprecation(t1 + t2 + string$.x28__is_d + t2 + '", $space: ' + _this.space.toString$0(0) + string$.x29x0a_Mor_, B.Deprecation_ukt);
54505
54505
  return result;
54506
54506
  },
54507
54507
  $signature: 25
@@ -96721,7 +96721,7 @@ self.util = _cliPkgRequires.util;
96721
96721
  result = A.SassNumber_SassNumber0(_this.getter.call$1(J.get$first$ax($arguments).assertColor$1("color")), _this.unit),
96722
96722
  t1 = _this.global ? "" : "color.",
96723
96723
  t2 = _this.name;
96724
- A.warnForDeprecation0(t1 + t2 + string$.x28__is_d + t2 + ", $space: " + _this.space.toString$0(0) + string$.x29x0a_Mor_, B.Deprecation_ivT);
96724
+ A.warnForDeprecation0(t1 + t2 + string$.x28__is_d + t2 + '", $space: ' + _this.space.toString$0(0) + string$.x29x0a_Mor_, B.Deprecation_ivT);
96725
96725
  return result;
96726
96726
  },
96727
96727
  $signature: 22
@@ -123657,7 +123657,7 @@ self.util = _cliPkgRequires.util;
123657
123657
  x24separ: '$separator: Must be "space", "comma", "slash", or "auto".',
123658
123658
  x27x20must: "' must be a path relative to the package root at '",
123659
123659
  x27x2c_whi: "', which is not a '.scss', '.sass', or '.css' file.",
123660
- x28__is_d: "() is deprecated. Suggestion:\n\ncolor.channel($color, ",
123660
+ x28__is_d: '() is deprecated. Suggestion:\n\ncolor.channel($color, "',
123661
123661
  x28__is_oa: "() is only supported for legacy colors. Please use color.adjust() instead with an explicit $space argument.",
123662
123662
  x28__is_oc: "() is only supported for legacy colors. Please use color.channel() instead with an explicit $space argument.",
123663
123663
  x28__isn: "() isn't in the sass:color module.\n\nRecommendation: color.adjust(",