sass 1.23.6 → 1.23.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. 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":">=8.9.0"},"dependencies":{"chokidar":">=2.0.0 <4.0.0"},"main":"sass.dart.js","bin":"sass.js","keywords":["style","scss","sass","preprocessor","css"],"version":"1.23.6"}
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":">=8.9.0"},"dependencies":{"chokidar":">=2.0.0 <4.0.0"},"main":"sass.dart.js","bin":"sass.js","keywords":["style","scss","sass","preprocessor","css"],"version":"1.23.7"}
package/sass.dart.js CHANGED
@@ -8268,7 +8268,7 @@ self.readline = require("readline");
8268
8268
  switch ($async$goto) {
8269
8269
  case 0:
8270
8270
  // Function start
8271
- $async$returnValue = "1.23.6 compiled with dart2js 2.6.1";
8271
+ $async$returnValue = "1.23.7 compiled with dart2js 2.6.1";
8272
8272
  // goto return
8273
8273
  $async$goto = 1;
8274
8274
  break;
@@ -10520,7 +10520,7 @@ self.readline = require("readline");
10520
10520
  J.set$run_$x(self.exports, P.allowInterop(new B.main_closure()));
10521
10521
  J.set$render$x(self.exports, P.allowInterop(B.node___render$closure()));
10522
10522
  J.set$renderSync$x(self.exports, P.allowInterop(B.node___renderSync$closure()));
10523
- J.set$info$x(self.exports, "dart-sass\t1.23.6\t(Sass Compiler)\t[Dart]\ndart2js\t2.6.1\t(Dart Compiler)\t[Dart]");
10523
+ J.set$info$x(self.exports, "dart-sass\t1.23.7\t(Sass Compiler)\t[Dart]\ndart2js\t2.6.1\t(Dart Compiler)\t[Dart]");
10524
10524
  J.set$types$x(self.exports, {Boolean: $.$get$booleanConstructor(), Color: $.$get$colorConstructor(), List: $.$get$listConstructor(), Map: $.$get$mapConstructor(), Null: $.$get$nullConstructor(), Number: $.$get$numberConstructor(), String: $.$get$stringConstructor(), Error: self.Error});
10525
10525
  },
10526
10526
  _render: function(options, callback) {