@esri/solution-common 6.5.0-next.20251110 → 6.5.0-next.20251112

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.
@@ -1,7 +1,7 @@
1
- Built 11/10/2025 20:42:36.86
1
+ Built 11/12/2025 20:42:41.85
2
2
  develop
3
- commit 619db023d0230638739e8d56c80e27bd4142dec9
3
+ commit c5c2f84db04f584794f469933c5c8702b0c0946a
4
4
  Author: Ryan Cosby <ryan9313@esri.com>
5
- Date: Sun Nov 9 20:49:47 2025 -0800
5
+ Date: Tue Nov 11 20:49:50 2025 -0800
6
6
 
7
- v6.5.0-next.20251109
7
+ v6.5.0-next.20251111
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/solution-common",
3
- "version": "6.5.0-next.20251110",
3
+ "version": "6.5.0-next.20251112",
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": "619db023d0230638739e8d56c80e27bd4142dec9"
99
+ "gitHead": "c5c2f84db04f584794f469933c5c8702b0c0946a"
100
100
  }