sass 1.103.0 → 1.103.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.
- 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.103.
|
|
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.103.1","bin":{"sass":"sass.js"},"main":"sass.node.js"}
|
package/sass.dart.js
CHANGED
|
@@ -29118,7 +29118,7 @@ self.util = _cliPkgRequires.util;
|
|
|
29118
29118
|
J.set$deprecations$x(self.exports, A.jsify($.$get$deprecations()));
|
|
29119
29119
|
J.set$Version$x(self.exports, $.$get$versionClass());
|
|
29120
29120
|
J.set$loadParserExports_$x(self.exports, A.allowInterop(A.parser0__loadParserExports$closure()));
|
|
29121
|
-
J.set$info$x(self.exports, "dart-sass\t1.103.
|
|
29121
|
+
J.set$info$x(self.exports, "dart-sass\t1.103.1\t(Sass Compiler)\t[Dart]\ndart2js\t3.13.1\t(Dart Compiler)\t[Dart]");
|
|
29122
29122
|
A.updateCanonicalizeContextPrototype();
|
|
29123
29123
|
A.updateSourceSpanPrototype();
|
|
29124
29124
|
J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
|
|
@@ -34343,7 +34343,7 @@ self.util = _cliPkgRequires.util;
|
|
|
34343
34343
|
switch ($async$goto) {
|
|
34344
34344
|
case 0:
|
|
34345
34345
|
// Function start
|
|
34346
|
-
$async$returnValue = "1.103.
|
|
34346
|
+
$async$returnValue = "1.103.1 compiled with dart2js 3.13.1";
|
|
34347
34347
|
// goto return
|
|
34348
34348
|
$async$goto = 1;
|
|
34349
34349
|
break;
|
|
@@ -52939,7 +52939,7 @@ self.util = _cliPkgRequires.util;
|
|
|
52939
52939
|
}
|
|
52940
52940
|
try {
|
|
52941
52941
|
argVersion = A.Version_Version$parse(id);
|
|
52942
|
-
sassVersion = A.Version_Version$parse("1.103.
|
|
52942
|
+
sassVersion = A.Version_Version$parse("1.103.1");
|
|
52943
52943
|
if (J.compareTo$1$ns(argVersion, sassVersion) > 0)
|
|
52944
52944
|
A.ExecutableOptions__fail("Invalid version " + A.S(argVersion) + ". --fatal-deprecation requires a version less than or equal to the current Dart Sass version.");
|
|
52945
52945
|
J.addAll$1$ax(deprecations, A.Deprecation_forVersion(argVersion));
|