@esri/solution-common 6.4.0-next.20250916 → 6.4.0-next.20250917

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,10 +1,7 @@
1
- Built 09/16/2025 20:41:21.57
1
+ Built 09/17/2025 20:41:23.81
2
2
  develop
3
- commit 464d3c174cf2e314f5443f23200a39ead61d97ca
4
- Merge: 0cc72d976 62373c229
5
- Author: Previn Wong <pwong@esri.com>
6
- Date: Mon Sep 15 11:13:02 2025 -0700
3
+ commit afe9c10aa54978392a8c1fc5bc52ee694fbbe4c4
4
+ Author: Ryan Cosby <ryan9313@esri.com>
5
+ Date: Tue Sep 16 20:45:44 2025 -0700
7
6
 
8
- Merge pull request #1557 from Esri/prev8048-deploy-error-handler
9
-
10
- add early catch for non string for deploy error handler
7
+ v6.4.0-next.20250916
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/solution-common",
3
- "version": "6.4.0-next.20250916",
3
+ "version": "6.4.0-next.20250917",
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": "464d3c174cf2e314f5443f23200a39ead61d97ca"
99
+ "gitHead": "afe9c10aa54978392a8c1fc5bc52ee694fbbe4c4"
100
100
  }