@supabase/functions-js
Advanced tools
Comparing version 2.0.0-rc.1 to 2.0.0-rc.2
import { Fetch } from './types'; | ||
export declare const resolveFetch: (customFetch?: typeof fetch | undefined) => Fetch; | ||
export declare const resolveFetch: (customFetch?: Fetch) => Fetch; | ||
//# sourceMappingURL=helper.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.0.0-rc.1"; | ||
export declare const version = "2.0.0-rc.2"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
exports.version = '2.0.0-rc.1'; | ||
exports.version = '2.0.0-rc.2'; | ||
//# sourceMappingURL=version.js.map |
import { Fetch } from './types'; | ||
export declare const resolveFetch: (customFetch?: typeof fetch | undefined) => Fetch; | ||
export declare const resolveFetch: (customFetch?: Fetch) => Fetch; | ||
//# sourceMappingURL=helper.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.0.0-rc.1"; | ||
export declare const version = "2.0.0-rc.2"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export const version = '2.0.0-rc.1'; | ||
export const version = '2.0.0-rc.2'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@supabase/functions-js", | ||
"version": "2.0.0-rc.1", | ||
"version": "2.0.0-rc.2", | ||
"description": "JS Client library to interact with Supabase Functions.", | ||
@@ -17,3 +17,3 @@ "main": "dist/main/index.js", | ||
"docs:json": "typedoc --json docs/spec.json --excludeExternals src/index.ts src/types.ts", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "jest" | ||
}, | ||
@@ -42,2 +42,9 @@ "repository": { | ||
"devDependencies": { | ||
"@types/jest": "^28.1.0", | ||
"@types/jsonwebtoken": "^8.5.8", | ||
"@types/node": "^18.7.0", | ||
"genversion": "^3.0.2", | ||
"jest": "^28.1.0", | ||
"jsonwebtoken": "^8.5.1", | ||
"nanoid": "^3.3.1", | ||
"npm-run-all": "^4.1.5", | ||
@@ -48,3 +55,7 @@ "prettier": "^2.6.0", | ||
"semantic-release-plugin-update-version-in-files": "^1.1.0", | ||
"typedoc": "^0.22.16", | ||
"testcontainers": "^8.5.1", | ||
"ts-jest": "^28.0.0", | ||
"ts-node": "^10.9.0", | ||
"ts-test-decorators": "^0.0.6", | ||
"typedoc": "^0.22.13", | ||
"typescript": "^4.6.2" | ||
@@ -51,0 +62,0 @@ }, |
@@ -7,1 +7,14 @@ # `functions-js` | ||
https://supabase.github.io/functions-js/index.html | ||
## testing | ||
To run tests you will need Node 18+. | ||
You are going to need docker daemon running to execute tests. | ||
To start test run use the following command: | ||
```sh | ||
npm i | ||
npm run test | ||
``` |
@@ -1,1 +0,1 @@ | ||
export const version = '2.0.0-rc.1' | ||
export const version = '2.0.0-rc.2' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
42928
1
20
18