@absolutejs/absolute 0.19.0-beta.210 → 0.19.0-beta.211
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/components/image.component.js +31 -31
- package/dist/build.js +2 -2
- package/dist/build.js.map +3 -3
- package/dist/index.js +2 -2
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -174174,7 +174174,7 @@ ${stubs}
|
|
|
174174
174174
|
return _match;
|
|
174175
174175
|
if (specifier.startsWith("@absolutejs/absolute/")) {
|
|
174176
174176
|
try {
|
|
174177
|
-
const resolved =
|
|
174177
|
+
const resolved = Bun.resolveSync(specifier, projectRoot);
|
|
174178
174178
|
const browserPath = resolved.replace(/\/index\.js$/, "/browser/index.js");
|
|
174179
174179
|
const target = existsSync18(browserPath) ? browserPath : resolved;
|
|
174180
174180
|
const rel = relative8(projectRoot, target);
|
|
@@ -177986,5 +177986,5 @@ export {
|
|
|
177986
177986
|
ANGULAR_INIT_TIMEOUT_MS
|
|
177987
177987
|
};
|
|
177988
177988
|
|
|
177989
|
-
//# debugId=
|
|
177989
|
+
//# debugId=FF39154C4CAFE45D64756E2164756E21
|
|
177990
177990
|
//# sourceMappingURL=index.js.map
|