sass 1.79.0 → 1.79.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/sass.dart.js +3 -3
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.0","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.1","bin":{"sass":"sass.js"},"main":"sass.node.js"}
package/sass.dart.js CHANGED
@@ -28334,7 +28334,7 @@ self.util = _cliPkgRequires.util;
28334
28334
  J.set$deprecations$x(self.exports, A.jsify($.$get$deprecations()));
28335
28335
  J.set$Version$x(self.exports, $.$get$versionClass());
28336
28336
  J.set$loadParserExports_$x(self.exports, A.allowInterop(A.parser0__loadParserExports$closure()));
28337
- J.set$info$x(self.exports, "dart-sass\t1.79.0\t(Sass Compiler)\t[Dart]\ndart2js\t3.5.3\t(Dart Compiler)\t[Dart]");
28337
+ J.set$info$x(self.exports, "dart-sass\t1.79.1\t(Sass Compiler)\t[Dart]\ndart2js\t3.5.3\t(Dart Compiler)\t[Dart]");
28338
28338
  A.updateCanonicalizeContextPrototype();
28339
28339
  A.updateSourceSpanPrototype();
28340
28340
  J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
@@ -33561,7 +33561,7 @@ self.util = _cliPkgRequires.util;
33561
33561
  switch ($async$goto) {
33562
33562
  case 0:
33563
33563
  // Function start
33564
- $async$returnValue = "1.79.0 compiled with dart2js 3.5.3";
33564
+ $async$returnValue = "1.79.1 compiled with dart2js 3.5.3";
33565
33565
  // goto return
33566
33566
  $async$goto = 1;
33567
33567
  break;
@@ -51704,7 +51704,7 @@ self.util = _cliPkgRequires.util;
51704
51704
  }
51705
51705
  try {
51706
51706
  argVersion = A.Version_Version$parse(id);
51707
- sassVersion = A.Version_Version$parse("1.79.0");
51707
+ sassVersion = A.Version_Version$parse("1.79.1");
51708
51708
  if (J.compareTo$1$ns(argVersion, sassVersion) > 0)
51709
51709
  A.ExecutableOptions__fail("Invalid version " + A.S(argVersion) + ". --fatal-deprecation requires a version less than or equal to the current Dart Sass version.");
51710
51710
  J.addAll$1$ax(deprecations, A.Deprecation_forVersion(argVersion));