@absolutejs/absolute 0.19.0-beta.668 → 0.19.0-beta.669

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/dist/cli/index.js CHANGED
@@ -2930,6 +2930,7 @@ var readPackageVersion2 = (candidate) => {
2930
2930
  };
2931
2931
  var resolvePackageVersion2 = () => {
2932
2932
  const candidates = [
2933
+ resolve6(import.meta.dir, "..", "..", "package.json"),
2933
2934
  resolve6(import.meta.dir, "..", "..", "..", "package.json"),
2934
2935
  resolve6(import.meta.dir, "..", "..", "..", "..", "package.json")
2935
2936
  ];
package/dist/index.js CHANGED
@@ -174803,7 +174803,7 @@ ${registrations}
174803
174803
  ({ tsLibDir } = cached);
174804
174804
  cached.lastUsed = Date.now();
174805
174805
  } else {
174806
- const tsPath = __require.resolve("/home/alexkahn/abs/absolutejs/node_modules/typescript/lib/typescript.js");
174806
+ const tsPath = __require.resolve("typescript");
174807
174807
  const tsRootDir = dirname9(tsPath);
174808
174808
  tsLibDir = tsRootDir.endsWith("lib") ? tsRootDir : resolve18(tsRootDir, "lib");
174809
174809
  const config = readConfiguration("./tsconfig.json");
@@ -188808,5 +188808,5 @@ export {
188808
188808
  ANGULAR_INIT_TIMEOUT_MS
188809
188809
  };
188810
188810
 
188811
- //# debugId=2F8EDE59772BBE0764756E2164756E21
188811
+ //# debugId=BBBD2775F666C35864756E2164756E21
188812
188812
  //# sourceMappingURL=index.js.map