sass 1.69.6 → 1.69.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.
- package/package.json +1 -1
- package/sass.dart.js +3 -3
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.69.
|
|
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.69.7","bin":{"sass":"sass.js"},"main":"sass.node.js"}
|
package/sass.dart.js
CHANGED
|
@@ -25275,7 +25275,7 @@ self.util = _cliPkgRequires.util;
|
|
|
25275
25275
|
J.set$sassFalse$x(self.exports, B.SassBoolean_false0);
|
|
25276
25276
|
J.set$Exception$x(self.exports, $.$get$exceptionClass());
|
|
25277
25277
|
J.set$Logger$x(self.exports, {silent: {warn: A.allowInteropNamed("sass.Logger.silent.warn", new A.main_closure()), debug: A.allowInteropNamed("sass.Logger.silent.debug", new A.main_closure0())}});
|
|
25278
|
-
J.set$info$x(self.exports, "dart-sass\t1.69.
|
|
25278
|
+
J.set$info$x(self.exports, "dart-sass\t1.69.7\t(Sass Compiler)\t[Dart]\ndart2js\t3.2.4\t(Dart Compiler)\t[Dart]");
|
|
25279
25279
|
A.updateSourceSpanPrototype();
|
|
25280
25280
|
J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
|
|
25281
25281
|
J.set$renderSync$x(self.exports, A.allowInteropNamed("sass.renderSync", A.legacy__renderSync$closure()));
|
|
@@ -30083,7 +30083,7 @@ self.util = _cliPkgRequires.util;
|
|
|
30083
30083
|
switch ($async$goto) {
|
|
30084
30084
|
case 0:
|
|
30085
30085
|
// Function start
|
|
30086
|
-
$async$returnValue = "1.69.
|
|
30086
|
+
$async$returnValue = "1.69.7 compiled with dart2js 3.2.4";
|
|
30087
30087
|
// goto return
|
|
30088
30088
|
$async$goto = 1;
|
|
30089
30089
|
break;
|
|
@@ -47826,7 +47826,7 @@ self.util = _cliPkgRequires.util;
|
|
|
47826
47826
|
}
|
|
47827
47827
|
try {
|
|
47828
47828
|
argVersion = A.Version_Version$parse(id);
|
|
47829
|
-
sassVersion = A.Version_Version$parse("1.69.
|
|
47829
|
+
sassVersion = A.Version_Version$parse("1.69.7");
|
|
47830
47830
|
if (J.compareTo$1$ns(argVersion, sassVersion) > 0)
|
|
47831
47831
|
A.ExecutableOptions__fail("Invalid version " + A.S(argVersion) + ". --fatal-deprecation requires a version less than or equal to the current Dart Sass version.");
|
|
47832
47832
|
J.addAll$1$ax(deprecations, A.Deprecation_forVersion(argVersion));
|