@arcgis/codemod 5.1.0-next.12 → 5.1.0-next.121
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 +2 -5
- package/bin/cli.js +2 -0
- package/dist/{cli-DB4-Ai2J.js → cli-mQ3ZNyiH.js} +1 -1
- package/dist/cli.js +1 -2
- package/dist/codemod-ul_pPsIY.js +6079 -0
- package/dist/{codemod-mjvq6uf5.js → codemod-wiEaN6_r.js} +3 -3
- package/dist/{useProjectInstance-CK5Fhtu-.js → useProjectInstance-BeTuT4eH.js} +1 -1
- package/package.json +7 -7
- package/dist/codemod-ZSjsrLkq.js +0 -6077
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
|
-
|
|
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
|
@@ -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-
|
|
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