sass 1.83.3 → 1.83.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":"^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.83.
|
|
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.83.4","bin":{"sass":"sass.js"},"main":"sass.node.js"}
|
package/sass.dart.js
CHANGED
|
@@ -28652,7 +28652,7 @@ self.util = _cliPkgRequires.util;
|
|
|
28652
28652
|
J.set$deprecations$x(self.exports, A.jsify($.$get$deprecations()));
|
|
28653
28653
|
J.set$Version$x(self.exports, $.$get$versionClass());
|
|
28654
28654
|
J.set$loadParserExports_$x(self.exports, A.allowInterop(A.parser0__loadParserExports$closure()));
|
|
28655
|
-
J.set$info$x(self.exports, "dart-sass\t1.83.
|
|
28655
|
+
J.set$info$x(self.exports, "dart-sass\t1.83.4\t(Sass Compiler)\t[Dart]\ndart2js\t3.6.1\t(Dart Compiler)\t[Dart]");
|
|
28656
28656
|
A.updateCanonicalizeContextPrototype();
|
|
28657
28657
|
A.updateSourceSpanPrototype();
|
|
28658
28658
|
J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
|
|
@@ -33786,7 +33786,7 @@ self.util = _cliPkgRequires.util;
|
|
|
33786
33786
|
switch ($async$goto) {
|
|
33787
33787
|
case 0:
|
|
33788
33788
|
// Function start
|
|
33789
|
-
$async$returnValue = "1.83.
|
|
33789
|
+
$async$returnValue = "1.83.4 compiled with dart2js 3.6.1";
|
|
33790
33790
|
// goto return
|
|
33791
33791
|
$async$goto = 1;
|
|
33792
33792
|
break;
|
|
@@ -51941,7 +51941,7 @@ self.util = _cliPkgRequires.util;
|
|
|
51941
51941
|
}
|
|
51942
51942
|
try {
|
|
51943
51943
|
argVersion = A.Version_Version$parse(id);
|
|
51944
|
-
sassVersion = A.Version_Version$parse("1.83.
|
|
51944
|
+
sassVersion = A.Version_Version$parse("1.83.4");
|
|
51945
51945
|
if (J.compareTo$1$ns(argVersion, sassVersion) > 0)
|
|
51946
51946
|
A.ExecutableOptions__fail("Invalid version " + A.S(argVersion) + ". --fatal-deprecation requires a version less than or equal to the current Dart Sass version.");
|
|
51947
51947
|
J.addAll$1$ax(deprecations, A.Deprecation_forVersion(argVersion));
|