@esri/solution-common 6.4.0-next.20250806 → 6.4.0-next.20250808

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.
@@ -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.
@@ -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/06/2025 20:41:26.24
1
+ Built 08/08/2025 20:41:20.52
2
2
  develop
3
- commit 231a47edad8afb71cb1d33e6a1b83679ec428193
4
- Merge: c266125c0 1ae826573
5
- Author: Mike Tschudi <mtschudi@esri.com>
6
- Date: Fri Jul 25 18:23:57 2025 -0700
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 #1553 from Esri/ch/remove-sourcemap2
8
+ Merge pull request #1554 from Esri/prev8048-addcancelcheck-to-deploysolution
9
9
 
10
- Turn off source maps in a way that coverage testing continues to work
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.20250806",
3
+ "version": "6.4.0-next.20250808",
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": "231a47edad8afb71cb1d33e6a1b83679ec428193"
99
+ "gitHead": "fc677f0f21a1a090d65743f08073eeed47e22ef0"
100
100
  }