@absolutejs/absolute 0.19.0-beta.440 → 0.19.0-beta.441
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/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/vue/components/index.js +2 -3
- package/dist/vue/components/index.js.map +3 -3
- package/dist/vue/index.js +2 -3
- package/dist/vue/index.js.map +3 -3
- package/package.json +1 -1
package/dist/build.js
CHANGED
|
@@ -172854,7 +172854,7 @@ ${registrations}
|
|
|
172854
172854
|
({ tsLibDir } = cached);
|
|
172855
172855
|
cached.lastUsed = Date.now();
|
|
172856
172856
|
} else {
|
|
172857
|
-
const tsPath = __require.resolve("typescript");
|
|
172857
|
+
const tsPath = __require.resolve("/home/alexkahn/abs/absolutejs/node_modules/typescript/lib/typescript.js");
|
|
172858
172858
|
const tsRootDir = dirname8(tsPath);
|
|
172859
172859
|
tsLibDir = tsRootDir.endsWith("lib") ? tsRootDir : resolve15(tsRootDir, "lib");
|
|
172860
172860
|
const config = readConfiguration("./tsconfig.json");
|
|
@@ -179505,5 +179505,5 @@ export {
|
|
|
179505
179505
|
build
|
|
179506
179506
|
};
|
|
179507
179507
|
|
|
179508
|
-
//# debugId=
|
|
179508
|
+
//# debugId=2EF4BD0A90D49EB964756E2164756E21
|
|
179509
179509
|
//# sourceMappingURL=build.js.map
|