@supabase/postgrest-js
Advanced tools
Comparing version 1.15.3 to 1.15.4
{ | ||
"name": "@supabase/postgrest-js", | ||
"version": "1.15.3", | ||
"version": "1.15.4", | ||
"description": "Isomorphic PostgREST client", | ||
@@ -17,17 +17,13 @@ "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", | ||
"repository": "supabase/postgrest-js", | ||
"scripts": { | ||
"clean": "rimraf dist docs/v2", | ||
"format": "prettier --write \"{src,test}/**/*.ts\" wrapper.mjs", | ||
"format": "prettier --write \"{src,test}/**/*.ts\"", | ||
"format:check": "prettier --check \"{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", | ||
"docs": "typedoc src/index.ts --out docs/v2", | ||
@@ -38,3 +34,3 @@ "docs:json": "typedoc --json docs/v2/spec.json --excludeExternals src/index.ts", | ||
"test:update": "run-s db:clean db:run && jest --runInBand --updateSnapshot && run-s db:clean", | ||
"test:types": "run-s build && tsd --files test/*.test-d.ts", | ||
"test:types": "run-s build:module && tsd --files test/*.test-d.ts", | ||
"db:clean": "cd test/db && docker-compose down --volumes", | ||
@@ -48,3 +44,2 @@ "db:run": "cd test/db && docker-compose up --detach && wait-for-localhost 3000" | ||
"@types/jest": "^27.5.1", | ||
"cpy-cli": "^5.0.0", | ||
"jest": "^28.1.0", | ||
@@ -51,0 +46,0 @@ "node-abort-controller": "^3.0.1", |
@@ -1,2 +0,1 @@ | ||
// Always update wrapper.mjs when updating this file. | ||
export { default as PostgrestClient } from './PostgrestClient' | ||
@@ -3,0 +2,0 @@ export { default as PostgrestQueryBuilder } from './PostgrestQueryBuilder' |
@@ -1,1 +0,1 @@ | ||
export const version = '1.15.3' | ||
export const version = '1.15.4' |
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
386941
12
102
6393
9