@esri/solution-common 5.8.26 → 6.0.1-next.20250502

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 04/25/2025 15:50:59.58
2
- bug/publishing
3
- commit 9f467de3df056da8f48bd8287912e7070f4a261c
1
+ Built 04/25/2025 19:49:17.58
2
+ develop
3
+ commit fc52c47a5acdd7b64b1a2729f8a7d1388495f6e2
4
+ Merge: 34534cc4f 0f33656a0
4
5
  Author: Mike Tschudi <mtschudi@esri.com>
5
- Date: Fri Apr 25 15:35:36 2025 -0400
6
+ Date: Fri Apr 25 17:14:46 2025 -0400
6
7
 
7
- v5.8.24
8
+ Merge pull request #1541 from Esri/bug/publishing
9
+
10
+ Republished because of errors in publishing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/solution-common",
3
- "version": "5.8.26",
3
+ "version": "6.0.1-next.20250502",
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",
@@ -95,5 +95,5 @@
95
95
  "esri",
96
96
  "ES6"
97
97
  ],
98
- "gitHead": "a2f7570a8e42851a418ab222b4f1781cec3cbbf5"
98
+ "gitHead": "6011c7a586514e37dc4e30d7d818a90da885c0c3"
99
99
  }