@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/build.js
CHANGED
|
@@ -173996,7 +173996,7 @@ ${registrations}
|
|
|
173996
173996
|
({ tsLibDir } = cached);
|
|
173997
173997
|
cached.lastUsed = Date.now();
|
|
173998
173998
|
} else {
|
|
173999
|
-
const tsPath = __require.resolve("typescript");
|
|
173999
|
+
const tsPath = __require.resolve("/home/alexkahn/abs/absolutejs/node_modules/typescript/lib/typescript.js");
|
|
174000
174000
|
const tsRootDir = dirname8(tsPath);
|
|
174001
174001
|
tsLibDir = tsRootDir.endsWith("lib") ? tsRootDir : resolve15(tsRootDir, "lib");
|
|
174002
174002
|
const config = readConfiguration("./tsconfig.json");
|
|
@@ -180860,5 +180860,5 @@ export {
|
|
|
180860
180860
|
build
|
|
180861
180861
|
};
|
|
180862
180862
|
|
|
180863
|
-
//# debugId=
|
|
180863
|
+
//# debugId=AEE987454CD67E0264756E2164756E21
|
|
180864
180864
|
//# sourceMappingURL=build.js.map
|