@arcgis/codemod 5.1.0-next.99 → 5.2.0-next.1

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/README.md +2 -5
  2. package/package.json +3 -3
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/codemod",
3
- "version": "5.1.0-next.99",
3
+ "version": "5.2.0-next.1",
4
4
  "description": "A codemod toolkit for updating and modernizing ArcGIS Maps SDK for JavaScript codebases.",
5
5
  "type": "module",
6
6
  "exports": {
@@ -18,7 +18,7 @@
18
18
  "ts-morph": "^28.0.0",
19
19
  "tslib": "^2.8.1",
20
20
  "typescript": "~6.0.2",
21
- "@arcgis/components-build-utils": "5.1.0-next.99",
22
- "@arcgis/toolkit": "5.1.0-next.99"
21
+ "@arcgis/components-build-utils": "5.2.0-next.1",
22
+ "@arcgis/toolkit": "5.2.0-next.1"
23
23
  }
24
24
  }