@esri/solution-common 5.8.23 → 5.8.26

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 04/25/2025 13:52:16.11
2
- develop
3
- commit 2bc3caa11c6477fdecc9c6987684765ccc00e14b
4
- Merge: ccf9478b8 f50b5c9be
1
+ Built 04/25/2025 15:50:59.58
2
+ bug/publishing
3
+ commit 9f467de3df056da8f48bd8287912e7070f4a261c
5
4
  Author: Mike Tschudi <mtschudi@esri.com>
6
- Date: Fri Apr 25 13:25:08 2025 -0400
5
+ Date: Fri Apr 25 15:35:36 2025 -0400
7
6
 
8
- Merge pull request #1540 from Esri/ch/add-auto-pub-to-npm
9
-
10
- Created batch file for auto-pub to npm; updated doc for other batch files
7
+ v5.8.24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/solution-common",
3
- "version": "5.8.23",
3
+ "version": "5.8.26",
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": "34534cc4f27ed71451b3630d4be61b5cb30d927c"
98
+ "gitHead": "a2f7570a8e42851a418ab222b4f1781cec3cbbf5"
99
99
  }