sass 1.77.8 → 1.78.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.
- package/LICENSE +2 -3
- package/package.json +1 -1
- package/sass.dart.js +5158 -5246
- package/sass.default.js +1 -0
- package/sass.node.mjs +5 -0
- package/types/deprecations.d.ts +8 -1
- package/types/index.d.ts +1 -1
- package/types/legacy/options.d.ts +40 -0
- package/types/logger/index.d.ts +32 -16
package/LICENSE
CHANGED
|
@@ -215,8 +215,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
215
215
|
|
|
216
216
|
--------------------------------------------------------------------------------
|
|
217
217
|
|
|
218
|
-
async, cli_util, collection, mime,
|
|
219
|
-
typed_data license:
|
|
218
|
+
async, cli_util, collection, mime, stream_channel and typed_data license:
|
|
220
219
|
|
|
221
220
|
Copyright 2015, the Dart project authors.
|
|
222
221
|
|
|
@@ -583,7 +582,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
583
582
|
|
|
584
583
|
--------------------------------------------------------------------------------
|
|
585
584
|
|
|
586
|
-
convert, crypto, shelf_static and vm_service license:
|
|
585
|
+
convert, crypto, shelf_static, source_map_stack_trace and vm_service license:
|
|
587
586
|
|
|
588
587
|
Copyright 2015, the Dart project authors.
|
|
589
588
|
|
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":">=14.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","node":{"require":"./sass.node.js","default":"./sass.node.mjs"},"default":{"require":"./sass.default.cjs","default":"./sass.default.js"}},"version":"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":">=14.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","node":{"require":"./sass.node.js","default":"./sass.node.mjs"},"default":{"require":"./sass.default.cjs","default":"./sass.default.js"}},"version":"1.78.0","bin":{"sass":"sass.js"},"main":"sass.node.js"}
|