@arcgis/components-build-utils 5.2.0-next.60 → 5.2.0-next.62
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/dist/index.d.ts +3 -3
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -11,15 +11,15 @@ import { DependencyManagementOptions as DependencyManagementOptionsAliased, exte
|
|
|
11
11
|
export declare const existsAsync: (file: string) => Promise<boolean>;
|
|
12
12
|
/**
|
|
13
13
|
* @deprecated import { sh } from "@arcgis/node-toolkit/shell";
|
|
14
|
-
* use
|
|
14
|
+
* use runCommandSync or collectOutputSync instead when shell syntax is not required.
|
|
15
15
|
*/
|
|
16
16
|
export declare const sh: typeof shAliased;
|
|
17
17
|
/**
|
|
18
18
|
* @deprecated import { sp } from "@arcgis/node-toolkit/shell";
|
|
19
|
-
* use
|
|
19
|
+
* use runCommandSync or collectOutputSync instead based on whether stdout is needed.
|
|
20
20
|
*/
|
|
21
21
|
export declare const sp: typeof spAliased;
|
|
22
|
-
/** @deprecated import { asyncSh } from "@arcgis/node-toolkit/shell"; use
|
|
22
|
+
/** @deprecated import { asyncSh } from "@arcgis/node-toolkit/shell"; use runCommand or collectOutput when shell syntax is not required. */
|
|
23
23
|
export declare const asyncSh: typeof asyncShAliased;
|
|
24
24
|
/** @deprecated import { findPath } from "@arcgis/node-toolkit/file"; instead */
|
|
25
25
|
export declare const findPath: typeof findPathAliased;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/components-build-utils",
|
|
3
|
-
"version": "5.2.0-next.
|
|
3
|
+
"version": "5.2.0-next.62",
|
|
4
4
|
"description": "Collection of common internal build-time patterns and utilities for ArcGIS Maps SDK for JavaScript components.",
|
|
5
5
|
"homepage": "https://developers.arcgis.com/javascript/latest/",
|
|
6
6
|
"type": "module",
|
|
@@ -19,6 +19,6 @@
|
|
|
19
19
|
"@types/node": "~24.11.2",
|
|
20
20
|
"tslib": "^2.8.1",
|
|
21
21
|
"vite": "^7.3.2",
|
|
22
|
-
"@arcgis/node-toolkit": "5.2.0-next.
|
|
22
|
+
"@arcgis/node-toolkit": "5.2.0-next.62"
|
|
23
23
|
}
|
|
24
24
|
}
|