@arcgis/codemod 5.1.0-next.11 → 5.1.0-next.112

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/README.md CHANGED
@@ -71,8 +71,5 @@ If your project uses **ESLint, Prettier, or other formatters/linters**, run them
71
71
 
72
72
  ## License
73
73
 
74
- COPYRIGHT Esri
75
-
76
- This package is licensed under the terms described in the `LICENSE.md` file, located in the root of the package, and at https://js.arcgis.com/5.0/LICENSE.txt.
77
-
78
- For third party notices, see https://js.arcgis.com/5.0/third-party-notices.txt.
74
+ This package is licensed under the terms described in the `LICENSE.md` file, located in the root of the package, and at https://js.arcgis.com/5.1/LICENSE.txt.
75
+ For third party notices, see https://js.arcgis.com/5.1/third-party-notices.txt.
package/bin/cli.js ADDED
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env node
2
+ import "../dist/cli.js";
@@ -230,7 +230,7 @@ async function ne(t, o) {
230
230
  process.chdir(r ? e.dirname(o) : o);
231
231
  let a;
232
232
  try {
233
- a = await q(/* @__PURE__ */ Object.assign({ "./codemods/arcgis-toolkit/codemod.ts": () => import("./codemod-mjvq6uf5.js"), "./codemods/refactor-out-esri-namespace/codemod.ts": () => import("./codemod-ZSjsrLkq.js") }), `./codemods/${t}/codemod.ts`, 4);
233
+ a = await q(/* @__PURE__ */ Object.assign({ "./codemods/arcgis-toolkit/codemod.ts": () => import("./codemod-wiEaN6_r.js"), "./codemods/refactor-out-esri-namespace/codemod.ts": () => import("./codemod-ul_pPsIY.js") }), `./codemods/${t}/codemod.ts`, 4);
234
234
  } catch (c) {
235
235
  if (
236
236
  // direct Node execution
package/dist/cli.js CHANGED
@@ -1,5 +1,4 @@
1
- #!/usr/bin/env node
2
- import "./cli-DB4-Ai2J.js";
1
+ import "./cli-mQ3ZNyiH.js";
3
2
  import "@arcgis/toolkit/log";
4
3
  import "@commander-js/extra-typings";
5
4
  import "node:fs";