fullstacked 0.12.0-1271 → 0.12.0-1273
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.
|
@@ -32517,7 +32517,7 @@ _cliPkgExports.load = function(_cliPkgRequires, _cliPkgExportParam) {
|
|
|
32517
32517
|
J.set$deprecations$x(self2.exports, A.jsify($.$get$deprecations()));
|
|
32518
32518
|
J.set$Version$x(self2.exports, $.$get$versionClass());
|
|
32519
32519
|
J.set$loadParserExports_$x(self2.exports, A.allowInterop(A.parser0__loadParserExports$closure()));
|
|
32520
|
-
J.set$info$x(self2.exports, "dart-sass 1.93.
|
|
32520
|
+
J.set$info$x(self2.exports, "dart-sass 1.93.2 (Sass Compiler) [Dart]\ndart2js 3.9.3 (Dart Compiler) [Dart]");
|
|
32521
32521
|
A.updateCanonicalizeContextPrototype();
|
|
32522
32522
|
A.updateSourceSpanPrototype();
|
|
32523
32523
|
J.set$render$x(self2.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
|
|
@@ -37488,7 +37488,7 @@ _cliPkgExports.load = function(_cliPkgRequires, _cliPkgExportParam) {
|
|
|
37488
37488
|
while (true)
|
|
37489
37489
|
switch ($async$goto) {
|
|
37490
37490
|
case 0:
|
|
37491
|
-
$async$returnValue = "1.93.
|
|
37491
|
+
$async$returnValue = "1.93.2 compiled with dart2js 3.9.3";
|
|
37492
37492
|
$async$goto = 1;
|
|
37493
37493
|
break;
|
|
37494
37494
|
case 1:
|
|
@@ -55146,7 +55146,7 @@ _cliPkgExports.load = function(_cliPkgRequires, _cliPkgExportParam) {
|
|
|
55146
55146
|
}
|
|
55147
55147
|
try {
|
|
55148
55148
|
argVersion = A.Version_Version$parse(id);
|
|
55149
|
-
sassVersion = A.Version_Version$parse("1.93.
|
|
55149
|
+
sassVersion = A.Version_Version$parse("1.93.2");
|
|
55150
55150
|
if (J.compareTo$1$ns(argVersion, sassVersion) > 0)
|
|
55151
55151
|
A.ExecutableOptions__fail("Invalid version " + A.S(argVersion) + ". --fatal-deprecation requires a version less than or equal to the current Dart Sass version.");
|
|
55152
55152
|
J.addAll$1$ax(deprecations2, A.Deprecation_forVersion(argVersion));
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fullstacked",
|
|
3
|
-
"version": "0.12.0-
|
|
3
|
+
"version": "0.12.0-1273",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "node build.js",
|
|
6
6
|
"start": "npm run build && node index.js --lib ../../core/bin --root ~/FullStacked --config ~/.config/fullstacked --editor ../../out/editor",
|
|
@@ -13,17 +13,17 @@
|
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"cli-progress": "^3.12.0",
|
|
15
15
|
"fast-querystring": "^1.1.2",
|
|
16
|
-
"open": "^10.
|
|
17
|
-
"pretty-bytes": "^7.
|
|
18
|
-
"sass": "^1.
|
|
16
|
+
"open": "^10.2.0",
|
|
17
|
+
"pretty-bytes": "^7.1.0",
|
|
18
|
+
"sass": "^1.93.2",
|
|
19
19
|
"tar-stream": "^3.1.7",
|
|
20
|
-
"ws": "^8.18.
|
|
20
|
+
"ws": "^8.18.3"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@types/cli-progress": "^3.11.6",
|
|
24
24
|
"@types/tar-stream": "^3.1.4",
|
|
25
|
-
"@types/ws": "^8.
|
|
26
|
-
"node-addon-api": "^8.
|
|
25
|
+
"@types/ws": "^8.18.1",
|
|
26
|
+
"node-addon-api": "^8.5.0"
|
|
27
27
|
},
|
|
28
28
|
"overrides": {
|
|
29
29
|
"cli-progress": {
|