@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.
@@ -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 Thu 09/05/2024 8:46:16.51
2
2
  develop
3
- commit 0e034e3dd7e43d41aac60cacbfb6040a16601e29
4
- Merge: e401f2750 2de4f138d
5
- Author: Mike Tschudi <mtschudi@esri.com>
6
- Date: Tue Aug 13 07:32:34 2024 -0700
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 #1484 from Esri/ch/security-update
8
+ Merge pull request #1494 from Esri/workflow-update
9
9
 
10
- Updated lerna to fix axios alert
10
+ id issue
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.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": "^16.14.20",
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": "3.0.1",
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.157.0",
38
+ "@esri/hub-common": "^14.177.1",
38
39
  "@esri/hub-initiatives": "^14.0.0",
39
- "@esri/hub-sites": "^15.0.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": "6b22b65de77dbbc11cfedbc074db3fef568a664b"
97
+ "gitHead": "d1d6426318e5663257a5b5c8d8308d3c3ed2a15f"
97
98
  }