@esri/solution-viewer 1.3.12 → 1.3.15

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.3.12 - Apache-2.0
2
+ * @esri/solution-viewer - v1.3.15 - Apache-2.0
3
3
  * Copyright (c) 2018-2022 Esri, Inc.
4
- * Tue Apr 26 2022 14:47:47 GMT-0700 (Pacific Daylight Time)
4
+ * Wed Apr 27 2022 09:42:47 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.3.12 - Apache-2.0
2
+ * @esri/solution-viewer - v1.3.15 - Apache-2.0
3
3
  * Copyright (c) 2018-2022 Esri, Inc.
4
- * Tue Apr 26 2022 14:47:54 GMT-0700 (Pacific Daylight Time)
4
+ * Wed Apr 27 2022 09:42:54 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.3.12",
3
+ "version": "1.3.15",
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.3.12",
39
+ "@esri/solution-common": "^1.3.15",
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": "5cb0515da75cf8faaba2a626808d50925d290b55"
93
+ "gitHead": "343e945b7b2d05ffcb665a68db0c9df88205ed14"
94
94
  }