@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.
package/dist/cjs/interfaces.d.ts
CHANGED
|
@@ -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:
|
|
1060
|
+
required: string;
|
|
1061
1061
|
}
|
|
1062
1062
|
/**
|
|
1063
1063
|
* A brief form of an item in a deployed Solution item.
|
package/dist/esm/interfaces.d.ts
CHANGED
|
@@ -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:
|
|
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
|
|
1
|
+
Built 08/14/2024 10:49:45.66
|
|
2
2
|
develop
|
|
3
|
-
commit
|
|
4
|
-
Merge:
|
|
3
|
+
commit 95a36da73a415ba612839c0905b5f56d7156776a
|
|
4
|
+
Merge: b0e998dac 0c52fb28b
|
|
5
5
|
Author: Mike Tschudi <mtschudi@esri.com>
|
|
6
|
-
Date:
|
|
6
|
+
Date: Wed Aug 14 10:24:33 2024 -0700
|
|
7
7
|
|
|
8
|
-
Merge pull request #
|
|
8
|
+
Merge pull request #1485 from Esri/ch/change-property-type
|
|
9
9
|
|
|
10
|
-
|
|
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.
|
|
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": "
|
|
96
|
+
"gitHead": "74f38edd0398f518a1c6e1958a4a0c4561ce0032"
|
|
97
97
|
}
|