@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 +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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var m = (o, i) => (i = Symbol[o]) ? i : Symbol.for("Symbol." + o), d = (o) => {
|
|
1
|
+
var m = (o, i) => (i = Symbol[o]) ? i : /* @__PURE__ */ Symbol.for("Symbol." + o), d = (o) => {
|
|
2
2
|
throw TypeError(o);
|
|
3
3
|
};
|
|
4
4
|
var p = (o, i, r) => {
|
|
@@ -29,10 +29,10 @@ var p = (o, i, r) => {
|
|
|
29
29
|
};
|
|
30
30
|
return s();
|
|
31
31
|
};
|
|
32
|
-
import { f as k, c as u, p as E } from "./useProjectInstance-
|
|
32
|
+
import { f as k, c as u, p as E } from "./useProjectInstance-BeTuT4eH.js";
|
|
33
33
|
import { log as g } from "@arcgis/toolkit/log";
|
|
34
34
|
import { writeFile as b } from "node:fs/promises";
|
|
35
|
-
import { p as h, g as y } from "./cli-
|
|
35
|
+
import { p as h, g as y } from "./cli-mQ3ZNyiH.js";
|
|
36
36
|
async function L(o, i) {
|
|
37
37
|
const r = /* @__PURE__ */ new Set();
|
|
38
38
|
for (const a of o) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { path as T } from "@arcgis/components-build-utils";
|
|
2
2
|
import { SyntaxKind as y, Project as j } from "ts-morph";
|
|
3
|
-
import { g as h, d as C } from "./cli-
|
|
3
|
+
import { g as h, d as C } from "./cli-mQ3ZNyiH.js";
|
|
4
4
|
import { ModuleResolutionKind as D } from "typescript";
|
|
5
5
|
import { capitalize as q } from "@arcgis/toolkit/string";
|
|
6
6
|
import { log as w } from "@arcgis/toolkit/log";
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/codemod",
|
|
3
|
-
"version": "5.1.0-next.
|
|
3
|
+
"version": "5.1.0-next.112",
|
|
4
|
+
"description": "A codemod toolkit for updating and modernizing ArcGIS Maps SDK for JavaScript codebases.",
|
|
4
5
|
"type": "module",
|
|
5
6
|
"exports": {
|
|
6
7
|
"./package.json": "./package.json"
|
|
@@ -8,17 +9,16 @@
|
|
|
8
9
|
"files": [
|
|
9
10
|
"dist/"
|
|
10
11
|
],
|
|
11
|
-
"bin": "./
|
|
12
|
+
"bin": "./bin/cli.js",
|
|
12
13
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
13
14
|
"dependencies": {
|
|
14
15
|
"@commander-js/extra-typings": "^14.0.0",
|
|
15
16
|
"commander": "^14.0.0",
|
|
16
17
|
"tinyglobby": "^0.2.15",
|
|
17
|
-
"ts-morph": "^
|
|
18
|
+
"ts-morph": "^28.0.0",
|
|
18
19
|
"tslib": "^2.8.1",
|
|
19
|
-
"typescript": "~
|
|
20
|
-
"
|
|
21
|
-
"@arcgis/
|
|
22
|
-
"@arcgis/toolkit": "5.1.0-next.11"
|
|
20
|
+
"typescript": "~6.0.2",
|
|
21
|
+
"@arcgis/components-build-utils": "5.1.0-next.112",
|
|
22
|
+
"@arcgis/toolkit": "5.1.0-next.112"
|
|
23
23
|
}
|
|
24
24
|
}
|