sass 1.56.2 → 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 +1 -27
  2. package/package.json +1 -1
  3. package/sass.dart.js +1489 -1362
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.
@@ -1229,7 +1203,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1229
1203
 
1230
1204
  --------------------------------------------------------------------------------
1231
1205
 
1232
- quiver license:
1206
+ quiver and retry license:
1233
1207
 
1234
1208
 
1235
1209
  Apache License
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.2","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"}