@esri/solution-common 5.8.12 → 5.8.13

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 Fri 04/04/2025 13:47:38.14
1
+ Built 04/04/2025 17:14:48.88
2
2
  develop
3
- commit 36d33b2236e58f1ce513425794b36f377a33c9ed
4
- Author: Previn Wong <PWong@esri.com>
5
- Date: Fri Apr 4 13:31:19 2025 -0700
3
+ commit bc9463d5cd2133a3269f6f7066048225d7266d1e
4
+ Merge: 1d480218b 957061eb9
5
+ Author: Mike Tschudi <mtschudi@esri.com>
6
+ Date: Fri Apr 4 13:58:47 2025 -0400
6
7
 
7
- v5.8.11
8
+ Merge pull request #1531 from Esri/bug/multiIWA__
9
+
10
+ Revert switching findTransformations and project from POST to GET
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/solution-common",
3
- "version": "5.8.12",
3
+ "version": "5.8.13",
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",
@@ -94,5 +94,5 @@
94
94
  "esri",
95
95
  "ES6"
96
96
  ],
97
- "gitHead": "9a48ee1fa87392f77238b5350b43dce3909d149c"
97
+ "gitHead": "5f5a79f06e28c0ae101dbd1851e6e3aefa81b63e"
98
98
  }