@esri/solution-viewer 1.7.0 → 2.0.0-alpha.0
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/umd/viewer.umd.js +3 -3
- package/dist/umd/viewer.umd.min.js +3 -3
- package/package.json +14 -14
package/dist/umd/viewer.umd.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* @preserve
|
|
2
|
-
* @esri/solution-viewer -
|
|
3
|
-
* Copyright (c) 2018-
|
|
4
|
-
*
|
|
2
|
+
* @esri/solution-viewer - v2.0.0-alpha.0 - Apache-2.0
|
|
3
|
+
* Copyright (c) 2018-2023 Esri, Inc.
|
|
4
|
+
* Mon Apr 03 2023 14:01:19 GMT-0700 (Pacific Daylight Time)
|
|
5
5
|
*
|
|
6
6
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
* you may not use this file except in compliance with the License.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* @preserve
|
|
2
|
-
* @esri/solution-viewer -
|
|
3
|
-
* Copyright (c) 2018-
|
|
4
|
-
*
|
|
2
|
+
* @esri/solution-viewer - v2.0.0-alpha.0 - Apache-2.0
|
|
3
|
+
* Copyright (c) 2018-2023 Esri, Inc.
|
|
4
|
+
* Mon Apr 03 2023 14:01:22 GMT-0700 (Pacific Daylight Time)
|
|
5
5
|
*
|
|
6
6
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
* you may not use this file except in compliance with the License.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/solution-viewer",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0-alpha.0",
|
|
4
4
|
"description": "Simplifies access to @esri/solution.js.",
|
|
5
5
|
"main": "dist/node/index.js",
|
|
6
6
|
"unpkg": "dist/umd/viewer.umd.min.js",
|
|
@@ -15,28 +15,28 @@
|
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@esri/arcgis-rest-auth": "3.5.0",
|
|
17
17
|
"@esri/arcgis-rest-feature-layer": "3.5.0",
|
|
18
|
-
"@esri/arcgis-rest-portal": "3.5.
|
|
18
|
+
"@esri/arcgis-rest-portal": "3.5.1",
|
|
19
19
|
"@esri/arcgis-rest-request": "3.5.0",
|
|
20
20
|
"@esri/arcgis-rest-service-admin": "3.5.0",
|
|
21
|
-
"@esri/hub-common": "
|
|
22
|
-
"@esri/hub-initiatives": "
|
|
23
|
-
"@esri/hub-sites": "
|
|
24
|
-
"@esri/hub-teams": "
|
|
25
|
-
"
|
|
21
|
+
"@esri/hub-common": "^12.14.0",
|
|
22
|
+
"@esri/hub-initiatives": "^12.4.1",
|
|
23
|
+
"@esri/hub-sites": "^12.5.0",
|
|
24
|
+
"@esri/hub-teams": "^12.4.1",
|
|
25
|
+
"@esri/solution-common": "^2.0.0-alpha.0",
|
|
26
|
+
"rollup": "2.79.1"
|
|
26
27
|
},
|
|
27
28
|
"peerDependencies": {
|
|
28
29
|
"@esri/arcgis-rest-auth": "3.5.0",
|
|
29
30
|
"@esri/arcgis-rest-feature-layer": "3.5.0",
|
|
30
|
-
"@esri/arcgis-rest-portal": "3.5.
|
|
31
|
+
"@esri/arcgis-rest-portal": "3.5.1",
|
|
31
32
|
"@esri/arcgis-rest-request": "3.5.0",
|
|
32
33
|
"@esri/arcgis-rest-service-admin": "3.5.0",
|
|
33
|
-
"@esri/hub-common": "
|
|
34
|
-
"@esri/hub-initiatives": "
|
|
35
|
-
"@esri/hub-sites": "
|
|
36
|
-
"@esri/hub-teams": "
|
|
34
|
+
"@esri/hub-common": "^12.14.0",
|
|
35
|
+
"@esri/hub-initiatives": "^12.4.1",
|
|
36
|
+
"@esri/hub-sites": "^12.5.0",
|
|
37
|
+
"@esri/hub-teams": "^12.4.1"
|
|
37
38
|
},
|
|
38
39
|
"dependencies": {
|
|
39
|
-
"@esri/solution-common": "^1.7.0",
|
|
40
40
|
"tslib": "1.14.1"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
@@ -90,5 +90,5 @@
|
|
|
90
90
|
"esri",
|
|
91
91
|
"ES6"
|
|
92
92
|
],
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "307c2c0acc4e556757826f20434c6ba33f8e2f9f"
|
|
94
94
|
}
|