@esri/solution-common 5.6.2 → 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.
@@ -1,10 +1,10 @@
1
- Built 08/14/2024 10:49:45.66
1
+ Built Thu 09/05/2024 8:46:16.51
2
2
  develop
3
- commit 95a36da73a415ba612839c0905b5f56d7156776a
4
- Merge: b0e998dac 0c52fb28b
5
- Author: Mike Tschudi <mtschudi@esri.com>
6
- Date: Wed Aug 14 10:24:33 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 #1485 from Esri/ch/change-property-type
8
+ Merge pull request #1494 from Esri/workflow-update
9
9
 
10
- Changed spatial ref `required` property to match existing manual settings
10
+ id issue
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/solution-common",
3
- "version": "5.6.2",
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": "74f38edd0398f518a1c6e1958a4a0c4561ce0032"
97
+ "gitHead": "d1d6426318e5663257a5b5c8d8308d3c3ed2a15f"
97
98
  }