@absolutejs/absolute 0.19.0-beta.351 → 0.19.0-beta.352
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/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/src/vue/index.d.ts +2 -0
- package/dist/vue/index.js +120 -58
- package/dist/vue/index.js.map +7 -5
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -202365,7 +202365,7 @@ ${registrations}
|
|
|
202365
202365
|
({ tsLibDir } = cached);
|
|
202366
202366
|
cached.lastUsed = Date.now();
|
|
202367
202367
|
} else {
|
|
202368
|
-
const tsPath = __require.resolve("
|
|
202368
|
+
const tsPath = __require.resolve("typescript");
|
|
202369
202369
|
const tsRootDir = dirname9(tsPath);
|
|
202370
202370
|
tsLibDir = tsRootDir.endsWith("lib") ? tsRootDir : resolve18(tsRootDir, "lib");
|
|
202371
202371
|
const config = readConfiguration("./tsconfig.json");
|
|
@@ -216448,5 +216448,5 @@ export {
|
|
|
216448
216448
|
ANGULAR_INIT_TIMEOUT_MS
|
|
216449
216449
|
};
|
|
216450
216450
|
|
|
216451
|
-
//# debugId=
|
|
216451
|
+
//# debugId=62E7CA725B66B65F64756E2164756E21
|
|
216452
216452
|
//# sourceMappingURL=index.js.map
|