sass 1.89.1 → 1.89.2

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":"^5.0.2","source-map-js":">=0.6.2 <2.0.0"},"optionalDependencies":{"@parcel/watcher":"^2.4.1"},"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.89.1","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":"^5.0.2","source-map-js":">=0.6.2 <2.0.0"},"optionalDependencies":{"@parcel/watcher":"^2.4.1"},"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.89.2","bin":{"sass":"sass.js"},"main":"sass.node.js"}
package/sass.dart.js CHANGED
@@ -28483,7 +28483,7 @@ self.util = _cliPkgRequires.util;
28483
28483
  J.set$deprecations$x(self.exports, A.jsify($.$get$deprecations()));
28484
28484
  J.set$Version$x(self.exports, $.$get$versionClass());
28485
28485
  J.set$loadParserExports_$x(self.exports, A.allowInterop(A.parser0__loadParserExports$closure()));
28486
- J.set$info$x(self.exports, "dart-sass\t1.89.1\t(Sass Compiler)\t[Dart]\ndart2js\t3.8.1\t(Dart Compiler)\t[Dart]");
28486
+ J.set$info$x(self.exports, "dart-sass\t1.89.2\t(Sass Compiler)\t[Dart]\ndart2js\t3.8.1\t(Dart Compiler)\t[Dart]");
28487
28487
  A.updateCanonicalizeContextPrototype();
28488
28488
  A.updateSourceSpanPrototype();
28489
28489
  J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
@@ -33650,7 +33650,7 @@ self.util = _cliPkgRequires.util;
33650
33650
  switch ($async$goto) {
33651
33651
  case 0:
33652
33652
  // Function start
33653
- $async$returnValue = "1.89.1 compiled with dart2js 3.8.1";
33653
+ $async$returnValue = "1.89.2 compiled with dart2js 3.8.1";
33654
33654
  // goto return
33655
33655
  $async$goto = 1;
33656
33656
  break;
@@ -51849,7 +51849,7 @@ self.util = _cliPkgRequires.util;
51849
51849
  }
51850
51850
  try {
51851
51851
  argVersion = A.Version_Version$parse(id);
51852
- sassVersion = A.Version_Version$parse("1.89.1");
51852
+ sassVersion = A.Version_Version$parse("1.89.2");
51853
51853
  if (J.compareTo$1$ns(argVersion, sassVersion) > 0)
51854
51854
  A.ExecutableOptions__fail("Invalid version " + A.S(argVersion) + ". --fatal-deprecation requires a version less than or equal to the current Dart Sass version.");
51855
51855
  J.addAll$1$ax(deprecations, A.Deprecation_forVersion(argVersion));