@maratus-codemod/rewrite-internal-imports 0.1.2 → 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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. 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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maratus-codemod/rewrite-internal-imports",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist"