@supabase/storage-js
Advanced tools
Comparing version 1.6.0 to 1.6.1
@@ -98,3 +98,3 @@ /// <reference types="node" /> | ||
* | ||
* @param paths The file paths to be downloaded, including the current file names. For example [`folder/image.png`, 'folder2/image2.png']. | ||
* @param paths The file paths to be downloaded, including the current file names. For example `['folder/image.png', 'folder2/image2.png']`. | ||
* @param expiresIn The number of seconds until the signed URLs expire. For example, `60` for URLs which are valid for one minute. | ||
@@ -101,0 +101,0 @@ */ |
@@ -180,3 +180,3 @@ "use strict"; | ||
* | ||
* @param paths The file paths to be downloaded, including the current file names. For example [`folder/image.png`, 'folder2/image2.png']. | ||
* @param paths The file paths to be downloaded, including the current file names. For example `['folder/image.png', 'folder2/image2.png']`. | ||
* @param expiresIn The number of seconds until the signed URLs expire. For example, `60` for URLs which are valid for one minute. | ||
@@ -183,0 +183,0 @@ */ |
@@ -98,3 +98,3 @@ /// <reference types="node" /> | ||
* | ||
* @param paths The file paths to be downloaded, including the current file names. For example [`folder/image.png`, 'folder2/image2.png']. | ||
* @param paths The file paths to be downloaded, including the current file names. For example `['folder/image.png', 'folder2/image2.png']`. | ||
* @param expiresIn The number of seconds until the signed URLs expire. For example, `60` for URLs which are valid for one minute. | ||
@@ -101,0 +101,0 @@ */ |
@@ -174,3 +174,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
* | ||
* @param paths The file paths to be downloaded, including the current file names. For example [`folder/image.png`, 'folder2/image2.png']. | ||
* @param paths The file paths to be downloaded, including the current file names. For example `['folder/image.png', 'folder2/image2.png']`. | ||
* @param expiresIn The number of seconds until the signed URLs expire. For example, `60` for URLs which are valid for one minute. | ||
@@ -177,0 +177,0 @@ */ |
{ | ||
"name": "@supabase/storage-js", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "Isomorphic storage client for Supabase.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -244,3 +244,3 @@ import { Fetch, FetchParameters, get, post, remove } from './fetch' | ||
* | ||
* @param paths The file paths to be downloaded, including the current file names. For example [`folder/image.png`, 'folder2/image2.png']. | ||
* @param paths The file paths to be downloaded, including the current file names. For example `['folder/image.png', 'folder2/image2.png']`. | ||
* @param expiresIn The number of seconds until the signed URLs expire. For example, `60` for URLs which are valid for one minute. | ||
@@ -247,0 +247,0 @@ */ |
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
164568