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

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/18/2025 20:41:26.06
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 cdb2b177087c5e876c4bb09888e8388acf8a5a9f
4
+ Author: Ryan Cosby <ryan9313@esri.com>
5
+ Date: Wed Sep 17 20:45:50 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.20250917
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.20250918",
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": "cdb2b177087c5e876c4bb09888e8388acf8a5a9f"
100
100
  }