@esri/solution-viewer 1.5.2 → 1.5.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,7 +1,7 @@
1
1
  /* @preserve
2
- * @esri/solution-viewer - v1.5.2 - Apache-2.0
2
+ * @esri/solution-viewer - v1.5.3 - Apache-2.0
3
3
  * Copyright (c) 2018-2022 Esri, Inc.
4
- * Wed Oct 19 2022 09:18:16 GMT-0700 (Pacific Daylight Time)
4
+ * Wed Oct 26 2022 12:53:40 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 - v1.5.2 - Apache-2.0
2
+ * @esri/solution-viewer - v1.5.3 - Apache-2.0
3
3
  * Copyright (c) 2018-2022 Esri, Inc.
4
- * Wed Oct 19 2022 09:18:19 GMT-0700 (Pacific Daylight Time)
4
+ * Wed Oct 26 2022 12:53:43 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": "1.5.2",
3
+ "version": "1.5.3",
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.29.0"
37
37
  },
38
38
  "dependencies": {
39
- "@esri/solution-common": "^1.5.2",
39
+ "@esri/solution-common": "^1.5.3",
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": "90f2c36c7b1b367dad73a5d2349193841596eefd"
93
+ "gitHead": "5969d12c7df48527a076cd592a1972913c4aec69"
94
94
  }