@absolutejs/absolute 0.19.0-beta.473 → 0.19.0-beta.474
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/ai/index.js +57 -6
- package/dist/ai/index.js.map +3 -3
- 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/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
package/dist/angular/server.js
CHANGED
|
@@ -171940,7 +171940,7 @@ ${registrations}
|
|
|
171940
171940
|
({ tsLibDir } = cached);
|
|
171941
171941
|
cached.lastUsed = Date.now();
|
|
171942
171942
|
} else {
|
|
171943
|
-
const tsPath = __require.resolve("typescript");
|
|
171943
|
+
const tsPath = __require.resolve("/home/alexkahn/abs/absolutejs/node_modules/typescript/lib/typescript.js");
|
|
171944
171944
|
const tsRootDir = dirname3(tsPath);
|
|
171945
171945
|
tsLibDir = tsRootDir.endsWith("lib") ? tsRootDir : resolve5(tsRootDir, "lib");
|
|
171946
171946
|
const config = readConfiguration("./tsconfig.json");
|
|
@@ -172710,5 +172710,5 @@ export {
|
|
|
172710
172710
|
handleAngularPageRequest
|
|
172711
172711
|
};
|
|
172712
172712
|
|
|
172713
|
-
//# debugId=
|
|
172713
|
+
//# debugId=15DB343665E8FD1A64756E2164756E21
|
|
172714
172714
|
//# sourceMappingURL=server.js.map
|