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