fullstacked 0.12.1-1366 → 0.12.1-1368

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 (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -560,7 +560,7 @@ async function getLibPath(directory) {
560
560
  import path4 from "node:path";
561
561
  import fs4 from "node:fs";
562
562
 
563
- // ../../editor/views/project/workspace/tsconfig.ts
563
+ // src/tsconfig.ts
564
564
  var compilerOptions = {
565
565
  esModuleInterop: true,
566
566
  module: "es2022",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fullstacked",
3
- "version": "0.12.1-1366",
3
+ "version": "0.12.1-1368",
4
4
  "scripts": {
5
5
  "build": "node build.js",
6
6
  "postbuild": "node build.js --binding",