@esri/solution-common 6.3.1 → 6.4.0-next.20250616

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,10 +1,7 @@
1
- Built 06/16/2025 11:13:57.45
1
+ Built 06/16/2025 14:13:01.84
2
2
  develop
3
- commit 27033b2c56df3126d9464725cc7ba825696282a1
4
- Merge: ec5edddcd 89f09ec8d
5
- Author: Mike Tschudi <mtschudi@esri.com>
6
- Date: Wed Jun 11 15:25:14 2025 -0700
3
+ commit 96b30c1a3fb285df80cfc18d6d39f141e7dd63b4
4
+ Author: Ryan Cosby <ryan9313@esri.com>
5
+ Date: Mon Jun 16 11:37:23 2025 -0700
7
6
 
8
- Merge pull request #1550 from Esri/enh/1240-set-recycle-flag
9
-
10
- Add flag to solution deletion to allow sending items to recycling bin
7
+ v6.3.0-next.20250616
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/solution-common",
3
- "version": "6.3.1",
3
+ "version": "6.4.0-next.20250616",
4
4
  "description": "Provides general helper functions for @esri/solution.js.",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -96,5 +96,5 @@
96
96
  "esri",
97
97
  "ES6"
98
98
  ],
99
- "gitHead": "fff617d19a77a431c6863a511d00e88f88587b0e"
99
+ "gitHead": "96b30c1a3fb285df80cfc18d6d39f141e7dd63b4"
100
100
  }