@supabase/storage-js 2.110.9-canary.0 → 2.110.9-canary.1
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.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/umd/supabase.js +1 -1
- package/package.json +1 -1
- package/src/lib/version.ts +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1609,7 +1609,7 @@ var StorageFileApi = class extends BaseApiClient {
|
|
|
1609
1609
|
|
|
1610
1610
|
//#endregion
|
|
1611
1611
|
//#region src/lib/version.ts
|
|
1612
|
-
const version = "2.110.9-canary.
|
|
1612
|
+
const version = "2.110.9-canary.1";
|
|
1613
1613
|
|
|
1614
1614
|
//#endregion
|
|
1615
1615
|
//#region src/lib/constants.ts
|