@arcgis/codemod 5.1.0-next.48 → 5.1.0-next.49

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/bin/cli.js ADDED
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env node
2
+ import "../dist/cli.js";
package/dist/cli.js CHANGED
@@ -1,4 +1,3 @@
1
- #!/usr/bin/env node
2
1
  import "./cli-BRP-M7Fw.js";
3
2
  import "@arcgis/toolkit/log";
4
3
  import "@commander-js/extra-typings";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/codemod",
3
- "version": "5.1.0-next.48",
3
+ "version": "5.1.0-next.49",
4
4
  "description": "A codemod toolkit for updating and modernizing ArcGIS Maps SDK for JavaScript codebases.",
5
5
  "type": "module",
6
6
  "exports": {
@@ -9,7 +9,7 @@
9
9
  "files": [
10
10
  "dist/"
11
11
  ],
12
- "bin": "./dist/cli.js",
12
+ "bin": "./bin/cli.js",
13
13
  "license": "SEE LICENSE IN LICENSE.md",
14
14
  "dependencies": {
15
15
  "@commander-js/extra-typings": "^14.0.0",
@@ -19,7 +19,7 @@
19
19
  "tslib": "^2.8.1",
20
20
  "typescript": "~5.9.3",
21
21
  "vite": "^7.2.2",
22
- "@arcgis/components-build-utils": "5.1.0-next.48",
23
- "@arcgis/toolkit": "5.1.0-next.48"
22
+ "@arcgis/components-build-utils": "5.1.0-next.49",
23
+ "@arcgis/toolkit": "5.1.0-next.49"
24
24
  }
25
25
  }