@esri/solution-common 6.4.0-next.20250806 → 6.4.0-next.20250807
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/cjs/interfaces.d.ts
CHANGED
|
@@ -545,6 +545,10 @@ export interface IDeploySolutionOptions {
|
|
|
545
545
|
* Determines if the solution item should be created during deployment; default: false
|
|
546
546
|
*/
|
|
547
547
|
dontCreateSolutionItem?: boolean;
|
|
548
|
+
/**
|
|
549
|
+
* Flag to signal that the process has been aborted or cancelled
|
|
550
|
+
*/
|
|
551
|
+
abortController?: AbortController;
|
|
548
552
|
}
|
|
549
553
|
/**
|
|
550
554
|
* Result of deploying a solution item.
|
package/dist/esm/interfaces.d.ts
CHANGED
|
@@ -545,6 +545,10 @@ export interface IDeploySolutionOptions {
|
|
|
545
545
|
* Determines if the solution item should be created during deployment; default: false
|
|
546
546
|
*/
|
|
547
547
|
dontCreateSolutionItem?: boolean;
|
|
548
|
+
/**
|
|
549
|
+
* Flag to signal that the process has been aborted or cancelled
|
|
550
|
+
*/
|
|
551
|
+
abortController?: AbortController;
|
|
548
552
|
}
|
|
549
553
|
/**
|
|
550
554
|
* Result of deploying a solution item.
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
Built 08/
|
|
1
|
+
Built 08/07/2025 20:41:19.31
|
|
2
2
|
develop
|
|
3
|
-
commit
|
|
4
|
-
Merge:
|
|
5
|
-
Author:
|
|
6
|
-
Date:
|
|
3
|
+
commit fc677f0f21a1a090d65743f08073eeed47e22ef0
|
|
4
|
+
Merge: 231a47eda afb315267
|
|
5
|
+
Author: Previn Wong <pwong@esri.com>
|
|
6
|
+
Date: Thu Aug 7 10:37:54 2025 -0700
|
|
7
7
|
|
|
8
|
-
Merge pull request #
|
|
8
|
+
Merge pull request #1554 from Esri/prev8048-addcancelcheck-to-deploysolution
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
addcancelcheck to deploysolution
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/solution-common",
|
|
3
|
-
"version": "6.4.0-next.
|
|
3
|
+
"version": "6.4.0-next.20250807",
|
|
4
4
|
"description": "Provides general helper functions for @esri/solution.js.",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -96,5 +96,5 @@
|
|
|
96
96
|
"esri",
|
|
97
97
|
"ES6"
|
|
98
98
|
],
|
|
99
|
-
"gitHead": "
|
|
99
|
+
"gitHead": "fc677f0f21a1a090d65743f08073eeed47e22ef0"
|
|
100
100
|
}
|