@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/build.js
CHANGED
|
@@ -201771,7 +201771,7 @@ ${registrations}
|
|
|
201771
201771
|
({ tsLibDir } = cached);
|
|
201772
201772
|
cached.lastUsed = Date.now();
|
|
201773
201773
|
} else {
|
|
201774
|
-
const tsPath = __require.resolve("
|
|
201774
|
+
const tsPath = __require.resolve("typescript");
|
|
201775
201775
|
const tsRootDir = dirname8(tsPath);
|
|
201776
201776
|
tsLibDir = tsRootDir.endsWith("lib") ? tsRootDir : resolve15(tsRootDir, "lib");
|
|
201777
201777
|
const config = readConfiguration("./tsconfig.json");
|
|
@@ -208351,5 +208351,5 @@ export {
|
|
|
208351
208351
|
build
|
|
208352
208352
|
};
|
|
208353
208353
|
|
|
208354
|
-
//# debugId=
|
|
208354
|
+
//# debugId=8CD82504CA24E39A64756E2164756E21
|
|
208355
208355
|
//# sourceMappingURL=build.js.map
|