@absolutejs/absolute 0.19.0-beta.649 → 0.19.0-beta.650
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 +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
|
@@ -178416,7 +178416,7 @@ ${stubs}
|
|
|
178416
178416
|
const stubReplace = (_match, prefix, specifier, suffix) => {
|
|
178417
178417
|
if (specifier.startsWith("/") || specifier.startsWith("."))
|
|
178418
178418
|
return _match;
|
|
178419
|
-
if (!specifier.startsWith("@absolutejs/
|
|
178419
|
+
if (!specifier.startsWith("@absolutejs/"))
|
|
178420
178420
|
return `${prefix}/@stub/${encodeURIComponent(specifier)}${suffix}`;
|
|
178421
178421
|
const resolved = resolveAbsoluteSpecifier(specifier, projectRoot);
|
|
178422
178422
|
if (resolved) {
|
|
@@ -188737,5 +188737,5 @@ export {
|
|
|
188737
188737
|
ANGULAR_INIT_TIMEOUT_MS
|
|
188738
188738
|
};
|
|
188739
188739
|
|
|
188740
|
-
//# debugId=
|
|
188740
|
+
//# debugId=5C0B51149B75F62264756E2164756E21
|
|
188741
188741
|
//# sourceMappingURL=index.js.map
|