@supabase/postgrest-js
Advanced tools
Comparing version 1.15.4 to 1.15.5
@@ -87,4 +87,6 @@ import { GenericSchema, Prettify } from './types'; | ||
Relationships: infer R; | ||
} ? R : unknown> extends true ? Child | null : Relationships extends unknown[] ? HasFKey<Field['hint'], Relationships> extends true ? Field extends { | ||
} ? R : unknown> extends true ? Field extends { | ||
inner: true; | ||
} ? Child : Child | null : Relationships extends unknown[] ? HasFKey<Field['hint'], Relationships> extends true ? Field extends { | ||
inner: true; | ||
} ? Child : Child | null : Child[] : Child[] : never; | ||
@@ -100,4 +102,6 @@ } : Field extends { | ||
Relationships: infer R; | ||
} ? R : unknown> extends true ? Child | null : Relationships extends unknown[] ? HasFKeyToFRel<Field['original'], Relationships> extends true ? Field extends { | ||
} ? R : unknown> extends true ? Field extends { | ||
inner: true; | ||
} ? Child : Child | null : Relationships extends unknown[] ? HasFKeyToFRel<Field['original'], Relationships> extends true ? Field extends { | ||
inner: true; | ||
} ? Child : Child | null : Child[] : Child[] : never; | ||
@@ -104,0 +108,0 @@ } : Field extends { |
@@ -1,2 +0,2 @@ | ||
export declare const version = "1.15.4"; | ||
export declare const version = "1.15.5"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
exports.version = '1.15.4'; | ||
exports.version = '1.15.5'; | ||
//# sourceMappingURL=version.js.map |
@@ -87,4 +87,6 @@ import { GenericSchema, Prettify } from './types'; | ||
Relationships: infer R; | ||
} ? R : unknown> extends true ? Child | null : Relationships extends unknown[] ? HasFKey<Field['hint'], Relationships> extends true ? Field extends { | ||
} ? R : unknown> extends true ? Field extends { | ||
inner: true; | ||
} ? Child : Child | null : Relationships extends unknown[] ? HasFKey<Field['hint'], Relationships> extends true ? Field extends { | ||
inner: true; | ||
} ? Child : Child | null : Child[] : Child[] : never; | ||
@@ -100,4 +102,6 @@ } : Field extends { | ||
Relationships: infer R; | ||
} ? R : unknown> extends true ? Child | null : Relationships extends unknown[] ? HasFKeyToFRel<Field['original'], Relationships> extends true ? Field extends { | ||
} ? R : unknown> extends true ? Field extends { | ||
inner: true; | ||
} ? Child : Child | null : Relationships extends unknown[] ? HasFKeyToFRel<Field['original'], Relationships> extends true ? Field extends { | ||
inner: true; | ||
} ? Child : Child | null : Child[] : Child[] : never; | ||
@@ -104,0 +108,0 @@ } : Field extends { |
@@ -1,2 +0,2 @@ | ||
export declare const version = "1.15.4"; | ||
export declare const version = "1.15.5"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export const version = '1.15.4'; | ||
export const version = '1.15.5'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@supabase/postgrest-js", | ||
"version": "1.15.4", | ||
"version": "1.15.5", | ||
"description": "Isomorphic PostgREST client", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -231,3 +231,5 @@ // Credits to @bnjmnt4n (https://www.npmjs.com/package/postgrest-query) | ||
> extends true | ||
? Child | null | ||
? Field extends { inner: true } | ||
? Child | ||
: Child | null | ||
: Relationships extends unknown[] | ||
@@ -263,3 +265,5 @@ ? HasFKey<Field['hint'], Relationships> extends true | ||
> extends true | ||
? Child | null | ||
? Field extends { inner: true } | ||
? Child | ||
: Child | null | ||
: Relationships extends unknown[] | ||
@@ -266,0 +270,0 @@ ? HasFKeyToFRel<Field['original'], Relationships> extends true |
@@ -1,1 +0,1 @@ | ||
export const version = '1.15.4' | ||
export const version = '1.15.5' |
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
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
387505
6405
8