sass 1.37.5 → 1.38.0

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 +2 -2
  2. package/package.json +1 -1
  3. package/sass.dart.js +748 -711
package/LICENSE CHANGED
@@ -314,7 +314,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
314
314
 
315
315
  --------------------------------------------------------------------------------
316
316
 
317
- charcode, glob, http_parser, matcher, path, pool, pub_semver, shelf_web_socket,
317
+ charcode, glob, http_parser, path, pool, pub_semver, shelf_web_socket,
318
318
  source_maps, source_span, stack_trace, string_scanner, watcher and yaml license:
319
319
 
320
320
  Copyright 2014, the Dart project authors. All rights reserved.
@@ -888,7 +888,7 @@ coverage and quiver license:
888
888
 
889
889
  --------------------------------------------------------------------------------
890
890
 
891
- dart_style, http, shelf and test license:
891
+ dart_style, http, matcher, shelf and test license:
892
892
 
893
893
  Copyright 2014, the Dart project authors.
894
894
 
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":">=3.0.0 <4.0.0"},"keywords":["style","scss","sass","preprocessor","css"],"version":"1.37.5","bin":{"sass":"sass.js"},"main":"sass.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":">=8.9.0"},"dependencies":{"chokidar":">=3.0.0 <4.0.0"},"keywords":["style","scss","sass","preprocessor","css"],"version":"1.38.0","bin":{"sass":"sass.js"},"main":"sass.dart.js"}