@esri/solution-common 5.6.1 → 5.6.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.
@@ -1057,7 +1057,7 @@ export interface ISolutionItemDataWkidParams {
1057
1057
  * Attributes of the default spatial reference for a solution item.
1058
1058
  */
1059
1059
  export interface ISolutionItemDataWkidAttrsParams {
1060
- required: boolean;
1060
+ required: string;
1061
1061
  }
1062
1062
  /**
1063
1063
  * A brief form of an item in a deployed Solution item.
@@ -1057,7 +1057,7 @@ export interface ISolutionItemDataWkidParams {
1057
1057
  * Attributes of the default spatial reference for a solution item.
1058
1058
  */
1059
1059
  export interface ISolutionItemDataWkidAttrsParams {
1060
- required: boolean;
1060
+ required: string;
1061
1061
  }
1062
1062
  /**
1063
1063
  * A brief form of an item in a deployed Solution item.
@@ -1,10 +1,10 @@
1
- Built Tue 08/13/2024 14:29:07.34
1
+ Built 08/14/2024 10:49:45.66
2
2
  develop
3
- commit 0e034e3dd7e43d41aac60cacbfb6040a16601e29
4
- Merge: e401f2750 2de4f138d
3
+ commit 95a36da73a415ba612839c0905b5f56d7156776a
4
+ Merge: b0e998dac 0c52fb28b
5
5
  Author: Mike Tschudi <mtschudi@esri.com>
6
- Date: Tue Aug 13 07:32:34 2024 -0700
6
+ Date: Wed Aug 14 10:24:33 2024 -0700
7
7
 
8
- Merge pull request #1484 from Esri/ch/security-update
8
+ Merge pull request #1485 from Esri/ch/change-property-type
9
9
 
10
- Updated lerna to fix axios alert
10
+ Changed spatial ref `required` property to match existing manual settings
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/solution-common",
3
- "version": "5.6.1",
3
+ "version": "5.6.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": "6b22b65de77dbbc11cfedbc074db3fef568a664b"
96
+ "gitHead": "74f38edd0398f518a1c6e1958a4a0c4561ce0032"
97
97
  }