sass 1.56.0 → 1.56.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 +2 -2
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":">=12.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","default":"./sass.default.dart.js"},"version":"1.56.
|
|
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":">=12.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","default":"./sass.default.dart.js"},"version":"1.56.1","bin":{"sass":"sass.js"},"main":"sass.default.dart.js"}
|
package/sass.dart.js
CHANGED
|
@@ -21093,7 +21093,7 @@ self.readline = _cli_pkg_requires.readline;
|
|
|
21093
21093
|
J.set$sassFalse$x(self.exports, B.SassBoolean_false0);
|
|
21094
21094
|
J.set$Exception$x(self.exports, $.$get$exceptionClass());
|
|
21095
21095
|
J.set$Logger$x(self.exports, {silent: {warn: A.allowInteropNamed("sass.Logger.silent.warn", new A.main_closure0()), debug: A.allowInteropNamed("sass.Logger.silent.debug", new A.main_closure1())}});
|
|
21096
|
-
J.set$info$x(self.exports, "dart-sass\t1.56.
|
|
21096
|
+
J.set$info$x(self.exports, "dart-sass\t1.56.1\t(Sass Compiler)\t[Dart]\ndart2js\t2.18.4\t(Dart Compiler)\t[Dart]");
|
|
21097
21097
|
A.updateSourceSpanPrototype();
|
|
21098
21098
|
J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
|
|
21099
21099
|
J.set$renderSync$x(self.exports, A.allowInteropNamed("sass.renderSync", A.legacy__renderSync$closure()));
|
|
@@ -21761,7 +21761,7 @@ self.readline = _cli_pkg_requires.readline;
|
|
|
21761
21761
|
switch ($async$goto) {
|
|
21762
21762
|
case 0:
|
|
21763
21763
|
// Function start
|
|
21764
|
-
$async$returnValue = "1.56.
|
|
21764
|
+
$async$returnValue = "1.56.1 compiled with dart2js 2.18.4";
|
|
21765
21765
|
// goto return
|
|
21766
21766
|
$async$goto = 1;
|
|
21767
21767
|
break;
|