@esri/solution-common 5.8.1 → 5.8.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.
@@ -1,10 +1,10 @@
1
- Built Wed 12/18/2024 14:48:03.32
1
+ Built Fri 01/10/2025 14:23:38.09
2
2
  develop
3
- commit 8a077fb7be75ce90b0f6a4caa9a9b816e21b57e1
4
- Merge: 4a07f47c3 dbe6d63f2
3
+ commit ce0cbb1b8ea49f85faa4a084d926a9b8492a6df7
4
+ Merge: 99065d704 69f1a32a1
5
5
  Author: John Hauck <jhauck@esri.com>
6
- Date: Wed Dec 18 13:31:34 2024 -0800
6
+ Date: Thu Jan 9 15:05:11 2025 -0800
7
7
 
8
- Merge pull request #1517 from Esri/layer-subtypes
8
+ Merge pull request #1518 from Esri/portal-subtypes
9
9
 
10
- get tracking view settings
10
+ portal check for subtypes and add indexes logic
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/solution-common",
3
- "version": "5.8.1",
3
+ "version": "5.8.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",
@@ -94,5 +94,5 @@
94
94
  "esri",
95
95
  "ES6"
96
96
  ],
97
- "gitHead": "2e502182d7608b7c8b51888ed4e2594e75a1a296"
97
+ "gitHead": "ac4739680a060550520551c40876053766ebbe9b"
98
98
  }