@supabase/functions-js
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -22,3 +22,3 @@ import { Fetch, FunctionInvokeOptions } from './types'; | ||
* `body`: the body of the request | ||
* `responseType`: how the response should be parsed | ||
* `responseType`: how the response should be parsed. The default is `json` | ||
*/ | ||
@@ -25,0 +25,0 @@ invoke(functionName: string, invokeOptions?: FunctionInvokeOptions): Promise<{ |
@@ -44,3 +44,3 @@ "use strict"; | ||
* `body`: the body of the request | ||
* `responseType`: how the response should be parsed | ||
* `responseType`: how the response should be parsed. The default is `json` | ||
*/ | ||
@@ -47,0 +47,0 @@ invoke(functionName, invokeOptions) { |
@@ -22,3 +22,3 @@ import { Fetch, FunctionInvokeOptions } from './types'; | ||
* `body`: the body of the request | ||
* `responseType`: how the response should be parsed | ||
* `responseType`: how the response should be parsed. The default is `json` | ||
*/ | ||
@@ -25,0 +25,0 @@ invoke(functionName: string, invokeOptions?: FunctionInvokeOptions): Promise<{ |
@@ -38,3 +38,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
* `body`: the body of the request | ||
* `responseType`: how the response should be parsed | ||
* `responseType`: how the response should be parsed. The default is `json` | ||
*/ | ||
@@ -41,0 +41,0 @@ invoke(functionName, invokeOptions) { |
{ | ||
"name": "@supabase/functions-js", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "JS Client library to interact with Supabase Functions.", | ||
@@ -5,0 +5,0 @@ "main": "dist/main/index.js", |
@@ -36,3 +36,3 @@ import crossFetch from 'cross-fetch' | ||
* `body`: the body of the request | ||
* `responseType`: how the response should be parsed | ||
* `responseType`: how the response should be parsed. The default is `json` | ||
*/ | ||
@@ -39,0 +39,0 @@ async invoke( |
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
32282