@dyedurham/search-and-file-widget 1.6.14 → 1.6.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.
@@ -86863,7 +86863,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
86863
86863
  const fetchFn = opts?.fetchImpl ?? fetch;
86864
86864
  const url = signature.proxyApiUrl;
86865
86865
  const resp = yield fetchFn(url, {
86866
- method: "GET",
86866
+ method: "POST",
86867
86867
  headers: __spreadValues({
86868
86868
  "Content-Type": "application/json",
86869
86869
  // 'ApiKey': 'a759101c-aeac-4fa6-90dc-8b56f01b2939',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dyedurham/search-and-file-widget",
3
- "version": "1.6.14",
3
+ "version": "1.6.15",
4
4
  "description": "",
5
5
  "main": "dnd-filing-shell.js",
6
6
  "scripts": {