@esri/solution-common 5.6.1 → 5.6.3
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 Thu 09/05/2024 8:46:16.51
|
|
2
2
|
develop
|
|
3
|
-
commit
|
|
4
|
-
Merge:
|
|
5
|
-
Author:
|
|
6
|
-
Date:
|
|
3
|
+
commit 8611de3091dc9e78e0e175946f0e6bad8bb33eaa
|
|
4
|
+
Merge: dd7c47b55 02a4826d1
|
|
5
|
+
Author: John Hauck <jhauck@esri.com>
|
|
6
|
+
Date: Wed Sep 4 14:36:16 2024 -0700
|
|
7
7
|
|
|
8
|
-
Merge pull request #
|
|
8
|
+
Merge pull request #1494 from Esri/workflow-update
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
id issue
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/solution-common",
|
|
3
|
-
"version": "5.6.
|
|
3
|
+
"version": "5.6.3",
|
|
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",
|
|
@@ -21,22 +21,23 @@
|
|
|
21
21
|
"@esri/arcgis-rest-types": "^3.7.0",
|
|
22
22
|
"@types/adlib": "^3.0.4",
|
|
23
23
|
"@types/jasmine": "^5.1.4",
|
|
24
|
+
"fetch-mock": "^10.1.1",
|
|
24
25
|
"jasmine": "^5.2.0",
|
|
25
26
|
"jasmine-core": "^5.2.0",
|
|
26
|
-
"npm-check-updates": "^
|
|
27
|
+
"npm-check-updates": "^17.1.0",
|
|
27
28
|
"npm-run-all": "^4.1.5",
|
|
28
29
|
"sinon": "^15.2.0"
|
|
29
30
|
},
|
|
30
31
|
"dependencies": {
|
|
31
|
-
"@esri/arcgis-html-sanitizer": "
|
|
32
|
+
"@esri/arcgis-html-sanitizer": "4.0.3",
|
|
32
33
|
"@esri/arcgis-rest-auth": "^3.7.0",
|
|
33
34
|
"@esri/arcgis-rest-feature-layer": "^3.7.0",
|
|
34
35
|
"@esri/arcgis-rest-portal": "^3.7.0",
|
|
35
36
|
"@esri/arcgis-rest-request": "^3.7.0",
|
|
36
37
|
"@esri/arcgis-rest-service-admin": "^3.7.0",
|
|
37
|
-
"@esri/hub-common": "^14.
|
|
38
|
+
"@esri/hub-common": "^14.177.1",
|
|
38
39
|
"@esri/hub-initiatives": "^14.0.0",
|
|
39
|
-
"@esri/hub-sites": "^15.0.
|
|
40
|
+
"@esri/hub-sites": "^15.0.1",
|
|
40
41
|
"@esri/hub-teams": "^14.1.1",
|
|
41
42
|
"adlib": "3.0.8",
|
|
42
43
|
"jszip": "3.10.1",
|
|
@@ -93,5 +94,5 @@
|
|
|
93
94
|
"esri",
|
|
94
95
|
"ES6"
|
|
95
96
|
],
|
|
96
|
-
"gitHead": "
|
|
97
|
+
"gitHead": "d1d6426318e5663257a5b5c8d8308d3c3ed2a15f"
|
|
97
98
|
}
|