@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/angular/server.js
CHANGED
|
@@ -169184,7 +169184,7 @@ ${registrations}
|
|
|
169184
169184
|
({ tsLibDir } = cached);
|
|
169185
169185
|
cached.lastUsed = Date.now();
|
|
169186
169186
|
} else {
|
|
169187
|
-
const tsPath = __require.resolve("typescript");
|
|
169187
|
+
const tsPath = __require.resolve("/home/alexkahn/abs/absolutejs/node_modules/typescript/lib/typescript.js");
|
|
169188
169188
|
const tsRootDir = dirname(tsPath);
|
|
169189
169189
|
tsLibDir = tsRootDir.endsWith("lib") ? tsRootDir : resolve(tsRootDir, "lib");
|
|
169190
169190
|
const config = readConfiguration("./tsconfig.json");
|
|
@@ -171520,5 +171520,5 @@ export {
|
|
|
171520
171520
|
handleAngularPageRequest
|
|
171521
171521
|
};
|
|
171522
171522
|
|
|
171523
|
-
//# debugId=
|
|
171523
|
+
//# debugId=4FEA683BD475D3A764756E2164756E21
|
|
171524
171524
|
//# sourceMappingURL=server.js.map
|