sass 1.93.0 → 1.93.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":"^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.93.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":"^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.93.1","bin":{"sass":"sass.js"},"main":"sass.node.js"}
package/sass.dart.js CHANGED
@@ -28428,7 +28428,7 @@ self.util = _cliPkgRequires.util;
28428
28428
  J.set$deprecations$x(self.exports, A.jsify($.$get$deprecations()));
28429
28429
  J.set$Version$x(self.exports, $.$get$versionClass());
28430
28430
  J.set$loadParserExports_$x(self.exports, A.allowInterop(A.parser0__loadParserExports$closure()));
28431
- J.set$info$x(self.exports, "dart-sass\t1.93.0\t(Sass Compiler)\t[Dart]\ndart2js\t3.9.3\t(Dart Compiler)\t[Dart]");
28431
+ J.set$info$x(self.exports, "dart-sass\t1.93.1\t(Sass Compiler)\t[Dart]\ndart2js\t3.9.3\t(Dart Compiler)\t[Dart]");
28432
28432
  A.updateCanonicalizeContextPrototype();
28433
28433
  A.updateSourceSpanPrototype();
28434
28434
  J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
@@ -33585,7 +33585,7 @@ self.util = _cliPkgRequires.util;
33585
33585
  switch ($async$goto) {
33586
33586
  case 0:
33587
33587
  // Function start
33588
- $async$returnValue = "1.93.0 compiled with dart2js 3.9.3";
33588
+ $async$returnValue = "1.93.1 compiled with dart2js 3.9.3";
33589
33589
  // goto return
33590
33590
  $async$goto = 1;
33591
33591
  break;
@@ -51882,7 +51882,7 @@ self.util = _cliPkgRequires.util;
51882
51882
  }
51883
51883
  try {
51884
51884
  argVersion = A.Version_Version$parse(id);
51885
- sassVersion = A.Version_Version$parse("1.93.0");
51885
+ sassVersion = A.Version_Version$parse("1.93.1");
51886
51886
  if (J.compareTo$1$ns(argVersion, sassVersion) > 0)
51887
51887
  A.ExecutableOptions__fail("Invalid version " + A.S(argVersion) + ". --fatal-deprecation requires a version less than or equal to the current Dart Sass version.");
51888
51888
  J.addAll$1$ax(deprecations, A.Deprecation_forVersion(argVersion));