@esri/solutions-components 5.1.0-next.34 → 5.1.0-next.35

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
- Built 03/20/2026 14:52:39.94
1
+ Built 03/20/2026 15:04:29.77
2
2
  test-builder
3
- commit 94b64d13d5a3c1cae3dc005f66886ba2ebd825d5
4
- Author: Ryan Cosby <ryan9313@esri.com>
5
- Date: Fri Mar 20 14:24:54 2026 -0700
3
+ commit 52f1d93764055e4557321cfe239863d71dabff22
4
+ Author: John Hauck <jhauck@esri.com>
5
+ Date: Fri Mar 20 15:56:52 2026 -0600
6
6
 
7
- Release 5.1.0-next.33
7
+ change getPromptText back
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/solutions-components",
3
- "version": "5.1.0-next.34",
3
+ "version": "5.1.0-next.35",
4
4
  "description": "Web Components for Esri's Solutions Applications",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1,9 +0,0 @@
1
- /* COPYRIGHT Esri - https://js.arcgis.com/5.1/LICENSE.txt */
2
- import"./QPIMTXPL.js";var s=`# arcgis-solutions-assistant\r
3
- \r
4
- ### Description\r
5
- Chat assistant that helps users:\r
6
- - Answer questions about solutions\r
7
- - Discover existing solutions\r
8
- - Author a solution based on available templates\r
9
- `;export{s as default};
@@ -1,5 +0,0 @@
1
- /* COPYRIGHT Esri - https://js.arcgis.com/5.1/LICENSE.txt */
2
- const README = "# arcgis-solutions-assistant\r\n\r\n### Description\r\nChat assistant that helps users:\r\n- Answer questions about solutions\r\n- Discover existing solutions\r\n- Author a solution based on available templates\r\n";
3
- export {
4
- README as default
5
- };
File without changes
File without changes