@supabase/supabase-js
Advanced tools
Comparing version 2.43.3 to 2.43.4
{ | ||
"name": "@supabase/supabase-js", | ||
"version": "2.43.3", | ||
"version": "2.43.4", | ||
"description": "Isomorphic Javascript client for Supabase", | ||
@@ -18,9 +18,5 @@ "keywords": [ | ||
], | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/wrapper.mjs", | ||
"exports": { | ||
"import": "./dist/esm/wrapper.mjs", | ||
"require": "./dist/cjs/index.js" | ||
}, | ||
"types": "dist/cjs/index.d.ts", | ||
"main": "dist/main/index.js", | ||
"module": "dist/module/index.js", | ||
"types": "dist/module/index.d.ts", | ||
"sideEffects": false, | ||
@@ -30,6 +26,6 @@ "repository": "supabase/supabase-js", | ||
"clean": "rimraf dist docs/v2", | ||
"format": "prettier --write \"{src,test}/**/*.ts\" wrapper.mjs", | ||
"format": "prettier --write \"{src,test}/**/*.ts\"", | ||
"build": "run-s clean format build:*", | ||
"build:cjs": "tsc -p tsconfig.json", | ||
"build:esm": "cpy wrapper.mjs dist/esm/", | ||
"build:main": "tsc -p tsconfig.json", | ||
"build:module": "tsc -p tsconfig.module.json", | ||
"build:umd": "webpack", | ||
@@ -43,3 +39,3 @@ "types-generate": "dts-gen -m '@supabase/supabase-js' -s", | ||
"test:clean": "cd infra/db && docker-compose down", | ||
"test:types": "run-s build && tsd --files test/*.test-d.ts", | ||
"test:types": "run-s build:module && tsd --files test/*.test-d.ts", | ||
"docs": "typedoc --entryPoints src/index.ts --out docs/v2 --includes src/**/*.ts", | ||
@@ -53,3 +49,3 @@ "docs:json": "typedoc --entryPoints src/index.ts --includes src/**/*.ts --json docs/v2/spec.json --excludeExternals", | ||
"@supabase/node-fetch": "2.6.15", | ||
"@supabase/postgrest-js": "1.15.3", | ||
"@supabase/postgrest-js": "1.15.2", | ||
"@supabase/realtime-js": "2.9.5", | ||
@@ -61,3 +57,2 @@ "@supabase/storage-js": "2.5.5" | ||
"@types/jest": "^29.2.5", | ||
"cpy-cli": "^5.0.0", | ||
"husky": "^4.3.0", | ||
@@ -64,0 +59,0 @@ "jest": "^29.3.1", |
@@ -1,3 +0,1 @@ | ||
// Always update wrapper.mjs when updating this file. | ||
import SupabaseClient from './SupabaseClient' | ||
@@ -4,0 +2,0 @@ import type { GenericSchema, SupabaseClientOptions } from './lib/types' |
@@ -1,1 +0,1 @@ | ||
export const version = '2.43.3' | ||
export const version = '2.43.4' |
Sorry, the diff of this file is too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
222860
19
77
1794
21
+ Added@supabase/postgrest-js@1.15.2(transitive)
- Removed@supabase/postgrest-js@1.15.3(transitive)