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

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 16:07:39.79
2
2
  develop
3
- commit 27033b2c56df3126d9464725cc7ba825696282a1
4
- Merge: ec5edddcd 89f09ec8d
3
+ commit 4e77ac752db67d206df8400f300033acec4f73ec
5
4
  Author: Mike Tschudi <mtschudi@esri.com>
6
- Date: Wed Jun 11 15:25:14 2025 -0700
5
+ Date: Mon Jun 16 15:09:39 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
+ Expand 'next' timestamp to allow multiple tests a day
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.202506161614",
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": "4e77ac752db67d206df8400f300033acec4f73ec"
100
100
  }