@arcgis/components-build-utils 5.2.0-next.90 → 5.2.0-next.91
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 +10 -8
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
|
-
import { findPath as findPathAliased, asyncFindPath as asyncFindPathAliased } from
|
|
2
|
-
import { sh as shAliased, sp as spAliased, asyncSh as asyncShAliased } from
|
|
3
|
-
import { gitIgnoreFileToGlobs as gitIgnoreFileToGlobsAliased } from
|
|
4
|
-
import { retrievePackageJson as retrievePackageJsonAliased, asyncRetrievePackageJson as asyncRetrievePackageJsonAliased, fetchPackageLocation as fetchPackageLocationAliased
|
|
5
|
-
import { detectPackageManager as detectPackageManagerAliased } from
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
1
|
+
import { findPath as findPathAliased, asyncFindPath as asyncFindPathAliased } from "@arcgis/node-toolkit/file";
|
|
2
|
+
import { sh as shAliased, sp as spAliased, asyncSh as asyncShAliased } from "@arcgis/node-toolkit/shell";
|
|
3
|
+
import { gitIgnoreFileToGlobs as gitIgnoreFileToGlobsAliased } from "@arcgis/node-toolkit/glob";
|
|
4
|
+
import { retrievePackageJson as retrievePackageJsonAliased, asyncRetrievePackageJson as asyncRetrievePackageJsonAliased, fetchPackageLocation as fetchPackageLocationAliased } from "@arcgis/node-toolkit/packageJson";
|
|
5
|
+
import { detectPackageManager as detectPackageManagerAliased } from "@arcgis/node-toolkit/workspace";
|
|
6
|
+
import type { PackageJson as PackageJsonAliased } from "@arcgis/node-toolkit/packageJson";
|
|
7
|
+
import { vitePresetPlugin as vitePresetPluginAliased } from "@arcgis/node-toolkit/vite/presetPlugin";
|
|
8
|
+
import type { DependencyManagementOptions as DependencyManagementOptionsAliased } from "@arcgis/node-toolkit/vite/externalizeDependenciesPlugin";
|
|
9
|
+
import { externalizeDependencies as externalizeDependenciesAliased } from "@arcgis/node-toolkit/vite/externalizeDependenciesPlugin";
|
|
8
10
|
/**
|
|
9
11
|
* @deprecated import { existsAsync } from "@arcgis/node-toolkit/file"; instead
|
|
10
12
|
*/
|
|
@@ -40,7 +42,7 @@ export declare const toSystemPathSeparators: (relativePath: string) => string;
|
|
|
40
42
|
/** @deprecated import { getCwd } from "@arcgis/node-toolkit/path"; instead */
|
|
41
43
|
export declare const getCwd: () => string;
|
|
42
44
|
/** @deprecated import { path } from "@arcgis/node-toolkit/path"; instead */
|
|
43
|
-
export declare const path: import(
|
|
45
|
+
export declare const path: import("path").PlatformPath & {
|
|
44
46
|
sep: "/";
|
|
45
47
|
};
|
|
46
48
|
/** @deprecated import type { PackageJson } from "@arcgis/node-toolkit/packageJson"; instead */
|
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.91",
|
|
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",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
],
|
|
17
17
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@arcgis/node-toolkit": "5.2.0-next.
|
|
19
|
+
"@arcgis/node-toolkit": "5.2.0-next.91",
|
|
20
20
|
"@types/node": "~24.11.2",
|
|
21
21
|
"tslib": "^2.8.1",
|
|
22
22
|
"vite": "^7.3.2"
|