@maratus-codemod/rewrite-internal-imports 0.1.3 → 0.1.4
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/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -230816,7 +230816,7 @@ var import_ts_morph2 = __toESM(require_ts_morph(), 1);
|
|
|
230816
230816
|
function resolveInternalImportTargets(options) {
|
|
230817
230817
|
const targets = {};
|
|
230818
230818
|
for (const internalPackage of options.packages) {
|
|
230819
|
-
const packageName = `@maratus/${internalPackage.packageName}`;
|
|
230819
|
+
const packageName = `@maratus-lib/${internalPackage.packageName}`;
|
|
230820
230820
|
if (internalPackage.barrel) {
|
|
230821
230821
|
targets[packageName] = {
|
|
230822
230822
|
barrelPath: relativeModuleSpecifier(options.sourceFilePath, internalPackage.destinationDir)
|