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.
@@ -71,7 +71,7 @@ export async function buildSASS(
71
71
  contents
72
72
  };
73
73
  },
74
- canonicalize: (path) => new URL(path, window.location.href)
74
+ canonicalize: (path) => new URL(path, "http://localhost")
75
75
  }
76
76
  });
77
77
  } catch (e) {
@@ -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.0 (Sass Compiler) [Dart]\ndart2js 3.9.3 (Dart Compiler) [Dart]");
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.0 compiled with dart2js 3.9.3";
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.0");
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
@@ -447,7 +447,7 @@ async function buildSASS(fs3, project) {
447
447
  contents: contents2
448
448
  };
449
449
  },
450
- canonicalize: (path5) => new URL(path5, window.location.href)
450
+ canonicalize: (path5) => new URL(path5, "http://localhost")
451
451
  }
452
452
  });
453
453
  } catch (e) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fullstacked",
3
- "version": "0.12.0-1271",
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.1.2",
17
- "pretty-bytes": "^7.0.0",
18
- "sass": "^1.89.2",
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.0"
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.5.13",
26
- "node-addon-api": "^8.3.1"
25
+ "@types/ws": "^8.18.1",
26
+ "node-addon-api": "^8.5.0"
27
27
  },
28
28
  "overrides": {
29
29
  "cli-progress": {
@@ -1,5 +0,0 @@
1
- {
2
- "main": "./index.js",
3
- "name": "ai",
4
- "version": "0.0.0"
5
- }