@absolutejs/absolute 0.19.0-beta.418 → 0.19.0-beta.419
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/browser.js +1 -6
- package/dist/angular/browser.js.map +3 -3
- package/dist/angular/components/defer-slot.component.js +0 -5
- package/dist/angular/index.js +2 -7
- package/dist/angular/index.js.map +3 -3
- 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 +1 -1
package/dist/index.js
CHANGED
|
@@ -173429,7 +173429,7 @@ ${registrations}
|
|
|
173429
173429
|
({ tsLibDir } = cached);
|
|
173430
173430
|
cached.lastUsed = Date.now();
|
|
173431
173431
|
} else {
|
|
173432
|
-
const tsPath = __require.resolve("typescript");
|
|
173432
|
+
const tsPath = __require.resolve("/home/alexkahn/abs/absolutejs/node_modules/typescript/lib/typescript.js");
|
|
173433
173433
|
const tsRootDir = dirname9(tsPath);
|
|
173434
173434
|
tsLibDir = tsRootDir.endsWith("lib") ? tsRootDir : resolve18(tsRootDir, "lib");
|
|
173435
173435
|
const config = readConfiguration("./tsconfig.json");
|
|
@@ -187934,5 +187934,5 @@ export {
|
|
|
187934
187934
|
ANGULAR_INIT_TIMEOUT_MS
|
|
187935
187935
|
};
|
|
187936
187936
|
|
|
187937
|
-
//# debugId=
|
|
187937
|
+
//# debugId=F94CA0D432A3BA7764756E2164756E21
|
|
187938
187938
|
//# sourceMappingURL=index.js.map
|