@supabase/storage-js 2.102.0-beta.0 → 2.103.0-canary.0
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.d.cts.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.cjs
CHANGED
|
@@ -1432,7 +1432,7 @@ var StorageFileApi = class extends BaseApiClient {
|
|
|
1432
1432
|
|
|
1433
1433
|
//#endregion
|
|
1434
1434
|
//#region src/lib/version.ts
|
|
1435
|
-
const version = "2.
|
|
1435
|
+
const version = "2.103.0-canary.0";
|
|
1436
1436
|
|
|
1437
1437
|
//#endregion
|
|
1438
1438
|
//#region src/lib/constants.ts
|