@absolutejs/absolute 0.19.0-beta.454 → 0.19.0-beta.455
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 +19 -6
- package/dist/ai/index.js.map +4 -4
- 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 +15 -3
- package/dist/build.js.map +3 -3
- package/dist/index.js +15 -3
- package/dist/index.js.map +4 -4
- package/dist/src/ai/rag/chat.d.ts +5 -0
- package/dist/src/core/prepare.d.ts +10 -1
- package/dist/types/ai.d.ts +7 -0
- package/dist/vue/components/index.js +7 -5
- package/dist/vue/components/index.js.map +4 -4
- package/dist/vue/index.js +20 -6
- package/dist/vue/index.js.map +5 -5
- package/dist/vue/server.js +14 -2
- package/dist/vue/server.js.map +3 -3
- package/package.json +7 -7
package/dist/angular/server.js
CHANGED
|
@@ -169440,7 +169440,7 @@ ${registrations}
|
|
|
169440
169440
|
({ tsLibDir } = cached);
|
|
169441
169441
|
cached.lastUsed = Date.now();
|
|
169442
169442
|
} else {
|
|
169443
|
-
const tsPath = __require.resolve("typescript");
|
|
169443
|
+
const tsPath = __require.resolve("/home/alexkahn/abs/absolutejs/node_modules/typescript/lib/typescript.js");
|
|
169444
169444
|
const tsRootDir = dirname(tsPath);
|
|
169445
169445
|
tsLibDir = tsRootDir.endsWith("lib") ? tsRootDir : resolve(tsRootDir, "lib");
|
|
169446
169446
|
const config = readConfiguration("./tsconfig.json");
|
|
@@ -171823,5 +171823,5 @@ export {
|
|
|
171823
171823
|
handleAngularPageRequest
|
|
171824
171824
|
};
|
|
171825
171825
|
|
|
171826
|
-
//# debugId=
|
|
171826
|
+
//# debugId=4F0C3934F03D3CC164756E2164756E21
|
|
171827
171827
|
//# sourceMappingURL=server.js.map
|