sass 1.57.0 → 1.57.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.
Files changed (3) hide show
  1. package/LICENSE +0 -26
  2. package/package.json +1 -1
  3. package/sass.dart.js +2 -2
package/LICENSE CHANGED
@@ -648,32 +648,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
648
648
 
649
649
  --------------------------------------------------------------------------------
650
650
 
651
- freezed_annotation license:
652
-
653
- MIT License
654
-
655
- Copyright (c) 2020 Remi Rousselet
656
-
657
- Permission is hereby granted, free of charge, to any person obtaining a copy
658
- of this software and associated documentation files (the "Software"), to deal
659
- in the Software without restriction, including without limitation the rights
660
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
661
- copies of the Software, and to permit persons to whom the Software is
662
- furnished to do so, subject to the following conditions:
663
-
664
- The above copyright notice and this permission notice shall be included in all
665
- copies or substantial portions of the Software.
666
-
667
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
668
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
669
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
670
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
671
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
672
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
673
- SOFTWARE.
674
-
675
- --------------------------------------------------------------------------------
676
-
677
651
  frontend_server_client license:
678
652
 
679
653
  Copyright 2020, the Dart project authors.
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.57.0","bin":{"sass":"sass.js"},"main":"sass.default.dart.js"}
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.57.1","bin":{"sass":"sass.js"},"main":"sass.default.dart.js"}
package/sass.dart.js CHANGED
@@ -21140,7 +21140,7 @@ self.readline = _cli_pkg_requires.readline;
21140
21140
  J.set$sassFalse$x(self.exports, B.SassBoolean_false0);
21141
21141
  J.set$Exception$x(self.exports, $.$get$exceptionClass());
21142
21142
  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())}});
21143
- J.set$info$x(self.exports, "dart-sass\t1.57.0\t(Sass Compiler)\t[Dart]\ndart2js\t2.18.6\t(Dart Compiler)\t[Dart]");
21143
+ J.set$info$x(self.exports, "dart-sass\t1.57.1\t(Sass Compiler)\t[Dart]\ndart2js\t2.18.6\t(Dart Compiler)\t[Dart]");
21144
21144
  A.updateSourceSpanPrototype();
21145
21145
  J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
21146
21146
  J.set$renderSync$x(self.exports, A.allowInteropNamed("sass.renderSync", A.legacy__renderSync$closure()));
@@ -21808,7 +21808,7 @@ self.readline = _cli_pkg_requires.readline;
21808
21808
  switch ($async$goto) {
21809
21809
  case 0:
21810
21810
  // Function start
21811
- $async$returnValue = "1.57.0 compiled with dart2js 2.18.6";
21811
+ $async$returnValue = "1.57.1 compiled with dart2js 2.18.6";
21812
21812
  // goto return
21813
21813
  $async$goto = 1;
21814
21814
  break;