@esri/solution-common 6.4.0-next.20251001 → 6.4.0-next.20251002

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,10 @@
1
- Built 10/01/2025 20:41:24.96
1
+ Built 10/02/2025 20:41:23.90
2
2
  develop
3
- commit eafd90493d46f86f6ed435c36edef7e697352f93
4
- Merge: 5f8fe0cc6 02cd77e9e
5
- Author: John Hauck <jhauck@esri.com>
6
- Date: Wed Oct 1 17:22:40 2025 -0700
3
+ commit ac336fc5f41d453e03b877ad21f59284bae8c37e
4
+ Merge: 307243529 6bc325bb0
5
+ Author: Previn Wong <pwong@esri.com>
6
+ Date: Thu Oct 2 16:46:31 2025 -0700
7
7
 
8
- Merge pull request #1560 from Esri/task-update
8
+ Merge pull request #1562 from Esri/note_updates
9
9
 
10
- fix issue with array
10
+ notes for clarification
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/solution-common",
3
- "version": "6.4.0-next.20251001",
3
+ "version": "6.4.0-next.20251002",
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": "eafd90493d46f86f6ed435c36edef7e697352f93"
99
+ "gitHead": "ac336fc5f41d453e03b877ad21f59284bae8c37e"
100
100
  }