@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/angular/index.js
CHANGED
|
@@ -170116,7 +170116,7 @@ ${registrations}
|
|
|
170116
170116
|
({ tsLibDir } = cached);
|
|
170117
170117
|
cached.lastUsed = Date.now();
|
|
170118
170118
|
} else {
|
|
170119
|
-
const tsPath = __require.resolve("
|
|
170119
|
+
const tsPath = __require.resolve("typescript");
|
|
170120
170120
|
const tsRootDir = dirname(tsPath);
|
|
170121
170121
|
tsLibDir = tsRootDir.endsWith("lib") ? tsRootDir : resolve(tsRootDir, "lib");
|
|
170122
170122
|
const config = readConfiguration("./tsconfig.json");
|
|
@@ -182351,5 +182351,5 @@ export {
|
|
|
182351
182351
|
DeferErrorTemplateDirective
|
|
182352
182352
|
};
|
|
182353
182353
|
|
|
182354
|
-
//# debugId=
|
|
182354
|
+
//# debugId=6673FDEB9B53BCEF64756E2164756E21
|
|
182355
182355
|
//# sourceMappingURL=index.js.map
|