sass 1.101.6 → 1.101.7
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":">=20.19.0"},"dependencies":{"chokidar":"^5.0.0","immutable":"^5.1.5","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.101.
|
|
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":">=20.19.0"},"dependencies":{"chokidar":"^5.0.0","immutable":"^5.1.5","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.101.7","bin":{"sass":"sass.js"},"main":"sass.node.js"}
|
package/sass.dart.js
CHANGED
|
@@ -29107,7 +29107,7 @@ self.util = _cliPkgRequires.util;
|
|
|
29107
29107
|
J.set$deprecations$x(self.exports, A.jsify($.$get$deprecations()));
|
|
29108
29108
|
J.set$Version$x(self.exports, $.$get$versionClass());
|
|
29109
29109
|
J.set$loadParserExports_$x(self.exports, A.allowInterop(A.parser0__loadParserExports$closure()));
|
|
29110
|
-
J.set$info$x(self.exports, "dart-sass\t1.101.
|
|
29110
|
+
J.set$info$x(self.exports, "dart-sass\t1.101.7\t(Sass Compiler)\t[Dart]\ndart2js\t3.12.2\t(Dart Compiler)\t[Dart]");
|
|
29111
29111
|
A.updateCanonicalizeContextPrototype();
|
|
29112
29112
|
A.updateSourceSpanPrototype();
|
|
29113
29113
|
J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
|
|
@@ -34311,7 +34311,7 @@ self.util = _cliPkgRequires.util;
|
|
|
34311
34311
|
switch ($async$goto) {
|
|
34312
34312
|
case 0:
|
|
34313
34313
|
// Function start
|
|
34314
|
-
$async$returnValue = "1.101.
|
|
34314
|
+
$async$returnValue = "1.101.7 compiled with dart2js 3.12.2";
|
|
34315
34315
|
// goto return
|
|
34316
34316
|
$async$goto = 1;
|
|
34317
34317
|
break;
|
|
@@ -52907,7 +52907,7 @@ self.util = _cliPkgRequires.util;
|
|
|
52907
52907
|
}
|
|
52908
52908
|
try {
|
|
52909
52909
|
argVersion = A.Version_Version$parse(id);
|
|
52910
|
-
sassVersion = A.Version_Version$parse("1.101.
|
|
52910
|
+
sassVersion = A.Version_Version$parse("1.101.7");
|
|
52911
52911
|
if (J.compareTo$1$ns(argVersion, sassVersion) > 0)
|
|
52912
52912
|
A.ExecutableOptions__fail("Invalid version " + A.S(argVersion) + ". --fatal-deprecation requires a version less than or equal to the current Dart Sass version.");
|
|
52913
52913
|
J.addAll$1$ax(deprecations, A.Deprecation_forVersion(argVersion));
|