@supabase/storage-js
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -15,3 +15,3 @@ import { FetchParameters } from './fetch'; | ||
* | ||
* @param path The relative file path including the bucket ID. Should be of the format `bucket/folder/subfolder/filename.png`. The bucket must already exist before attempting to upload. | ||
* @param path The relative file path. Should be of the format `folder/subfolder/filename.png`. The bucket must already exist before attempting to upload. | ||
* @param file The File object to be stored in the bucket. | ||
@@ -29,3 +29,3 @@ * @param fileOptions HTTP headers. For example `cacheControl` | ||
* | ||
* @param path The relative file path including the bucket ID. Should be of the format `bucket/folder/subfolder`. The bucket already exist before attempting to upload. | ||
* @param path The relative file path. Should be of the format `folder/subfolder`. The bucket already exist before attempting to upload. | ||
* @param file The file object to be stored in the bucket. | ||
@@ -32,0 +32,0 @@ * @param fileOptions HTTP headers. For example `cacheControl` |
@@ -35,3 +35,3 @@ "use strict"; | ||
* | ||
* @param path The relative file path including the bucket ID. Should be of the format `bucket/folder/subfolder/filename.png`. The bucket must already exist before attempting to upload. | ||
* @param path The relative file path. Should be of the format `folder/subfolder/filename.png`. The bucket must already exist before attempting to upload. | ||
* @param file The File object to be stored in the bucket. | ||
@@ -73,3 +73,3 @@ * @param fileOptions HTTP headers. For example `cacheControl` | ||
* | ||
* @param path The relative file path including the bucket ID. Should be of the format `bucket/folder/subfolder`. The bucket already exist before attempting to upload. | ||
* @param path The relative file path. Should be of the format `folder/subfolder`. The bucket already exist before attempting to upload. | ||
* @param file The file object to be stored in the bucket. | ||
@@ -76,0 +76,0 @@ * @param fileOptions HTTP headers. For example `cacheControl` |
@@ -15,3 +15,3 @@ import { FetchParameters } from './fetch'; | ||
* | ||
* @param path The relative file path including the bucket ID. Should be of the format `bucket/folder/subfolder/filename.png`. The bucket must already exist before attempting to upload. | ||
* @param path The relative file path. Should be of the format `folder/subfolder/filename.png`. The bucket must already exist before attempting to upload. | ||
* @param file The File object to be stored in the bucket. | ||
@@ -29,3 +29,3 @@ * @param fileOptions HTTP headers. For example `cacheControl` | ||
* | ||
* @param path The relative file path including the bucket ID. Should be of the format `bucket/folder/subfolder`. The bucket already exist before attempting to upload. | ||
* @param path The relative file path. Should be of the format `folder/subfolder`. The bucket already exist before attempting to upload. | ||
* @param file The file object to be stored in the bucket. | ||
@@ -32,0 +32,0 @@ * @param fileOptions HTTP headers. For example `cacheControl` |
@@ -32,3 +32,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
* | ||
* @param path The relative file path including the bucket ID. Should be of the format `bucket/folder/subfolder/filename.png`. The bucket must already exist before attempting to upload. | ||
* @param path The relative file path. Should be of the format `folder/subfolder/filename.png`. The bucket must already exist before attempting to upload. | ||
* @param file The File object to be stored in the bucket. | ||
@@ -70,3 +70,3 @@ * @param fileOptions HTTP headers. For example `cacheControl` | ||
* | ||
* @param path The relative file path including the bucket ID. Should be of the format `bucket/folder/subfolder`. The bucket already exist before attempting to upload. | ||
* @param path The relative file path. Should be of the format `folder/subfolder`. The bucket already exist before attempting to upload. | ||
* @param file The file object to be stored in the bucket. | ||
@@ -73,0 +73,0 @@ * @param fileOptions HTTP headers. For example `cacheControl` |
{ | ||
"name": "@supabase/storage-js", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Isomorphic storage client for Supabase.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -32,3 +32,3 @@ import { FetchParameters, get, post, remove } from './fetch' | ||
* | ||
* @param path The relative file path including the bucket ID. Should be of the format `bucket/folder/subfolder/filename.png`. The bucket must already exist before attempting to upload. | ||
* @param path The relative file path. Should be of the format `folder/subfolder/filename.png`. The bucket must already exist before attempting to upload. | ||
* @param file The File object to be stored in the bucket. | ||
@@ -74,3 +74,3 @@ * @param fileOptions HTTP headers. For example `cacheControl` | ||
* | ||
* @param path The relative file path including the bucket ID. Should be of the format `bucket/folder/subfolder`. The bucket already exist before attempting to upload. | ||
* @param path The relative file path. Should be of the format `folder/subfolder`. The bucket already exist before attempting to upload. | ||
* @param file The file object to be stored in the bucket. | ||
@@ -77,0 +77,0 @@ * @param fileOptions HTTP headers. For example `cacheControl` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
128853