@esri/solution-common 5.5.0 → 5.5.1

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,8 @@
1
- Built Tue 07/23/2024 15:02:18.47
1
+ Built 07/30/2024 13:18:20.11
2
2
  develop
3
- commit 5cf433382015da88a1ada79367646ba54241c3e3
4
- Merge: 1c06f384e 7100b43e0
5
- Author: John Hauck <jhauck@esri.com>
6
- Date: Tue Jul 23 12:45:19 2024 -0700
3
+ commit 2637209e6794b4556c5755f6e6d0f88f49172a95
4
+ Merge: a42d59f57 de241adfb
5
+ Author: Mike Tschudi <mtschudi@esri.com>
6
+ Date: Tue Jul 30 13:16:11 2024 -0700
7
7
 
8
- Merge pull request #1480 from Esri/workflow-manager-services
9
-
10
- Workflow manager services
8
+ Merge branch 'bug/fix-dependency-assignments' into develop
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/solution-common",
3
- "version": "5.5.0",
3
+ "version": "5.5.1",
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",
@@ -18,15 +18,7 @@
18
18
  "dist/**"
19
19
  ],
20
20
  "devDependencies": {
21
- "@esri/arcgis-rest-auth": "^3.7.0",
22
- "@esri/arcgis-rest-feature-layer": "^3.7.0",
23
- "@esri/arcgis-rest-portal": "^3.7.0",
24
- "@esri/arcgis-rest-request": "^3.7.0",
25
- "@esri/arcgis-rest-service-admin": "^3.7.0",
26
- "@esri/hub-common": "^14.157.0",
27
- "@esri/hub-initiatives": "^14.0.0",
28
- "@esri/hub-sites": "^15.0.0",
29
- "@esri/hub-teams": "^14.1.1",
21
+ "@esri/arcgis-rest-types": "^3.7.0",
30
22
  "@types/adlib": "^3.0.4",
31
23
  "@types/jasmine": "^5.1.4",
32
24
  "fetch-mock": "^7.7.3",
@@ -37,7 +29,15 @@
37
29
  },
38
30
  "dependencies": {
39
31
  "@esri/arcgis-html-sanitizer": "3.0.1",
40
- "@esri/arcgis-rest-types": "^3.7.0",
32
+ "@esri/arcgis-rest-auth": "^3.7.0",
33
+ "@esri/arcgis-rest-feature-layer": "^3.7.0",
34
+ "@esri/arcgis-rest-portal": "^3.7.0",
35
+ "@esri/arcgis-rest-request": "^3.7.0",
36
+ "@esri/arcgis-rest-service-admin": "^3.7.0",
37
+ "@esri/hub-common": "^14.157.0",
38
+ "@esri/hub-initiatives": "^14.0.0",
39
+ "@esri/hub-sites": "^15.0.0",
40
+ "@esri/hub-teams": "^14.1.1",
41
41
  "adlib": "3.0.8",
42
42
  "jszip": "3.10.1",
43
43
  "tslib": "1.14.1"
@@ -93,5 +93,5 @@
93
93
  "esri",
94
94
  "ES6"
95
95
  ],
96
- "gitHead": "6d48b8b37743558c05dcb55775043a756d589c50"
96
+ "gitHead": "a4d13aab10cac4cfb9fb8fd8e4674bfcf0c954f5"
97
97
  }