@garfish/loader
Advanced tools
Comparing version 1.16.3-beta-20230705075815.0 to 1.16.3-beta-20230906074217.0
@@ -317,3 +317,4 @@ var __defProp = Object.defineProperty; | ||
const config = typeof extra === "function" ? extra(url) : extra; | ||
return __spreadValues({ mode: "cors" }, config); | ||
const mode = "cors"; | ||
return __spreadValues({ mode }, config); | ||
} | ||
@@ -320,0 +321,0 @@ |
@@ -131,3 +131,3 @@ import { PluginSystem, SyncHook, SyncWaterfallHook, AsyncHook } from '@garfish/hooks'; | ||
scope: string; | ||
requestConfig: ResponseInit; | ||
requestConfig: RequestInit; | ||
}>; | ||
@@ -134,0 +134,0 @@ fetch: AsyncHook<[string, RequestInit], false | void | Response>; |
@@ -329,3 +329,4 @@ var __defProp = Object.defineProperty; | ||
const config = typeof extra === "function" ? extra(url) : extra; | ||
return __spreadValues({ mode: "cors" }, config); | ||
const mode = "cors"; | ||
return __spreadValues({ mode }, config); | ||
} | ||
@@ -332,0 +333,0 @@ |
{ | ||
"name": "@garfish/loader", | ||
"version": "1.16.3-beta-20230705075815.0", | ||
"version": "1.16.3-beta-20230906074217.0", | ||
"description": "loader module.", | ||
@@ -30,4 +30,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@garfish/hooks": "1.16.3-beta-20230705075815.0", | ||
"@garfish/utils": "1.16.3-beta-20230705075815.0" | ||
"@garfish/hooks": "1.16.3-beta-20230906074217.0", | ||
"@garfish/utils": "1.16.3-beta-20230906074217.0" | ||
}, | ||
@@ -34,0 +34,0 @@ "publishConfig": { |
42293
1213
+ Added@garfish/hooks@1.16.3-beta-20230906074217.0(transitive)
+ Added@garfish/utils@1.16.3-beta-20230906074217.0(transitive)
- Removed@garfish/hooks@1.16.3-beta-20230705075815.0(transitive)
- Removed@garfish/utils@1.16.3-beta-20230705075815.0(transitive)