@absolutejs/absolute 0.19.0-beta.453 → 0.19.0-beta.454
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/angular/index.js +2 -2
- package/dist/angular/index.js.map +1 -1
- package/dist/angular/server.js +2 -2
- package/dist/angular/server.js.map +1 -1
- package/dist/build.js +2 -2
- package/dist/build.js.map +1 -1
- package/dist/cli/index.js +24 -24
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
package/dist/build.js
CHANGED
|
@@ -173900,7 +173900,7 @@ ${registrations}
|
|
|
173900
173900
|
({ tsLibDir } = cached);
|
|
173901
173901
|
cached.lastUsed = Date.now();
|
|
173902
173902
|
} else {
|
|
173903
|
-
const tsPath = __require.resolve("
|
|
173903
|
+
const tsPath = __require.resolve("typescript");
|
|
173904
173904
|
const tsRootDir = dirname8(tsPath);
|
|
173905
173905
|
tsLibDir = tsRootDir.endsWith("lib") ? tsRootDir : resolve15(tsRootDir, "lib");
|
|
173906
173906
|
const config = readConfiguration("./tsconfig.json");
|
|
@@ -180619,5 +180619,5 @@ export {
|
|
|
180619
180619
|
build
|
|
180620
180620
|
};
|
|
180621
180621
|
|
|
180622
|
-
//# debugId=
|
|
180622
|
+
//# debugId=A4E5D7AF84E88ADE64756E2164756E21
|
|
180623
180623
|
//# sourceMappingURL=build.js.map
|