@esri/solution-viewer 1.3.3 → 1.3.4
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* @preserve
|
|
2
|
-
* @esri/solution-viewer - v1.3.
|
|
2
|
+
* @esri/solution-viewer - v1.3.4 - Apache-2.0
|
|
3
3
|
* Copyright (c) 2018-2022 Esri, Inc.
|
|
4
|
-
* Thu Mar 03 2022
|
|
4
|
+
* Thu Mar 03 2022 17:23:59 GMT-0800 (Pacific Standard 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 - v1.3.
|
|
2
|
+
* @esri/solution-viewer - v1.3.4 - Apache-2.0
|
|
3
3
|
* Copyright (c) 2018-2022 Esri, Inc.
|
|
4
|
-
* Thu Mar 03 2022
|
|
4
|
+
* Thu Mar 03 2022 17:24:04 GMT-0800 (Pacific Standard 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": "1.3.
|
|
3
|
+
"version": "1.3.4",
|
|
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",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@esri/hub-teams": "9.15.0"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@esri/solution-common": "^1.3.
|
|
39
|
+
"@esri/solution-common": "^1.3.4",
|
|
40
40
|
"tslib": "1.13.0"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"esri",
|
|
90
90
|
"ES6"
|
|
91
91
|
],
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "2c7103c2854f4f68116afa977a36e08f44c01f91"
|
|
93
93
|
}
|