@esri/solution-common 5.4.1 → 5.4.2

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.
@@ -0,0 +1,10 @@
1
+ Built 07/12/2024 14:13:49.84
2
+ develop
3
+ commit 1b55e4a973cf64b76c71a094ccdb3496a338a6d7
4
+ Merge: e4f1d3e7e 92114738b
5
+ Author: Mike Tschudi <mtschudi@esri.com>
6
+ Date: Fri Jul 12 14:11:16 2024 -0700
7
+
8
+ Merge pull request #1477 from Esri/enh/add-commit-info
9
+
10
+ Added writing of commit info to build product
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/solution-common",
3
- "version": "5.4.1",
3
+ "version": "5.4.2",
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",
@@ -93,5 +93,5 @@
93
93
  "esri",
94
94
  "ES6"
95
95
  ],
96
- "gitHead": "34d872d5a1796ff00c8f6021992902694efe4dbf"
96
+ "gitHead": "806b1271b7567d25d288b4c67acfb348c47c6536"
97
97
  }