sass 1.77.7 → 1.77.8
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.8","bin":{"sass":"sass.js"},"main":"sass.node.js"}
|
package/sass.dart.js
CHANGED
|
@@ -26659,7 +26659,7 @@ self.util = _cliPkgRequires.util;
|
|
|
26659
26659
|
J.set$NodePackageImporter$x(self.exports, $.$get$nodePackageImporterClass());
|
|
26660
26660
|
J.set$deprecations$x(self.exports, A.jsify($.$get$deprecations()));
|
|
26661
26661
|
J.set$Version$x(self.exports, $.$get$versionClass());
|
|
26662
|
-
J.set$info$x(self.exports, "dart-sass\t1.77.
|
|
26662
|
+
J.set$info$x(self.exports, "dart-sass\t1.77.8\t(Sass Compiler)\t[Dart]\ndart2js\t3.4.4\t(Dart Compiler)\t[Dart]");
|
|
26663
26663
|
A.updateCanonicalizeContextPrototype();
|
|
26664
26664
|
A.updateSourceSpanPrototype();
|
|
26665
26665
|
J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
|
|
@@ -31610,7 +31610,7 @@ self.util = _cliPkgRequires.util;
|
|
|
31610
31610
|
switch ($async$goto) {
|
|
31611
31611
|
case 0:
|
|
31612
31612
|
// Function start
|
|
31613
|
-
$async$returnValue = "1.77.
|
|
31613
|
+
$async$returnValue = "1.77.8 compiled with dart2js 3.4.4";
|
|
31614
31614
|
// goto return
|
|
31615
31615
|
$async$goto = 1;
|
|
31616
31616
|
break;
|
|
@@ -49538,7 +49538,7 @@ self.util = _cliPkgRequires.util;
|
|
|
49538
49538
|
}
|
|
49539
49539
|
try {
|
|
49540
49540
|
argVersion = A.Version_Version$parse(id);
|
|
49541
|
-
sassVersion = A.Version_Version$parse("1.77.
|
|
49541
|
+
sassVersion = A.Version_Version$parse("1.77.8");
|
|
49542
49542
|
if (J.compareTo$1$ns(argVersion, sassVersion) > 0)
|
|
49543
49543
|
A.ExecutableOptions__fail("Invalid version " + A.S(argVersion) + ". --fatal-deprecation requires a version less than or equal to the current Dart Sass version.");
|
|
49544
49544
|
J.addAll$1$ax(deprecations, A.Deprecation_forVersion(argVersion));
|