sass 1.77.3 → 1.77.4
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/package.json +1 -1
- 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":">=3.0.0 <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.77.
|
|
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":">=3.0.0 <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.77.4","bin":{"sass":"sass.js"},"main":"sass.node.js"}
|
package/sass.dart.js
CHANGED
|
@@ -26633,7 +26633,7 @@ self.util = _cliPkgRequires.util;
|
|
|
26633
26633
|
J.set$NodePackageImporter$x(self.exports, $.$get$nodePackageImporterClass());
|
|
26634
26634
|
J.set$deprecations$x(self.exports, A.jsify($.$get$deprecations()));
|
|
26635
26635
|
J.set$Version$x(self.exports, $.$get$versionClass());
|
|
26636
|
-
J.set$info$x(self.exports, "dart-sass\t1.77.
|
|
26636
|
+
J.set$info$x(self.exports, "dart-sass\t1.77.4\t(Sass Compiler)\t[Dart]\ndart2js\t3.4.2\t(Dart Compiler)\t[Dart]");
|
|
26637
26637
|
A.updateCanonicalizeContextPrototype();
|
|
26638
26638
|
A.updateSourceSpanPrototype();
|
|
26639
26639
|
J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
|
|
@@ -31584,7 +31584,7 @@ self.util = _cliPkgRequires.util;
|
|
|
31584
31584
|
switch ($async$goto) {
|
|
31585
31585
|
case 0:
|
|
31586
31586
|
// Function start
|
|
31587
|
-
$async$returnValue = "1.77.
|
|
31587
|
+
$async$returnValue = "1.77.4 compiled with dart2js 3.4.2";
|
|
31588
31588
|
// goto return
|
|
31589
31589
|
$async$goto = 1;
|
|
31590
31590
|
break;
|
|
@@ -49489,7 +49489,7 @@ self.util = _cliPkgRequires.util;
|
|
|
49489
49489
|
}
|
|
49490
49490
|
try {
|
|
49491
49491
|
argVersion = A.Version_Version$parse(id);
|
|
49492
|
-
sassVersion = A.Version_Version$parse("1.77.
|
|
49492
|
+
sassVersion = A.Version_Version$parse("1.77.4");
|
|
49493
49493
|
if (J.compareTo$1$ns(argVersion, sassVersion) > 0)
|
|
49494
49494
|
A.ExecutableOptions__fail("Invalid version " + A.S(argVersion) + ". --fatal-deprecation requires a version less than or equal to the current Dart Sass version.");
|
|
49495
49495
|
J.addAll$1$ax(deprecations, A.Deprecation_forVersion(argVersion));
|