@supabase/functions-js
Advanced tools
Comparing version 2.0.0-rc.2 to 2.0.0
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.0.0-rc.2"; | ||
export declare const version = "2.0.0"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
exports.version = '2.0.0-rc.2'; | ||
exports.version = '2.0.0'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.0.0-rc.2"; | ||
export declare const version = "2.0.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export const version = '2.0.0-rc.2'; | ||
export const version = '2.0.0'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@supabase/functions-js", | ||
"version": "2.0.0-rc.2", | ||
"version": "2.0.0", | ||
"description": "JS Client library to interact with Supabase Functions.", | ||
@@ -10,3 +10,3 @@ "main": "dist/main/index.js", | ||
"scripts": { | ||
"clean": "rimraf dist docs", | ||
"clean": "rimraf dist docs/v2", | ||
"format": "prettier --write \"{src,test}/**/*.ts\"", | ||
@@ -16,4 +16,4 @@ "build": "run-s clean format build:*", | ||
"build:module": "tsc -p tsconfig.module.json", | ||
"docs": "typedoc src/index.ts src/types.ts --excludePrivate --excludeProtected", | ||
"docs:json": "typedoc --json docs/spec.json --excludeExternals src/index.ts src/types.ts", | ||
"docs": "typedoc src/index.ts --out docs/v2", | ||
"docs:json": "typedoc --json docs/v2/spec.json --excludeExternals src/index.ts", | ||
"test": "jest" | ||
@@ -20,0 +20,0 @@ }, |
@@ -1,1 +0,1 @@ | ||
export const version = '2.0.0-rc.2' | ||
export const version = '2.0.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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
42856