@pulumi/query
Advanced tools
Comparing version
@@ -15,3 +15,3 @@ import { IterableBase } from "./base"; | ||
groupJoin<TInner, TKey, TResult>(inner: AsyncQuerySource<TInner>, outerKeySelector: (to: TSource) => TKey | Promise<TKey>, innerKeySelector: (ti: TInner) => TKey | Promise<TKey>, resultSelector: (to: TSource, ti: AsyncQueryable<TInner>) => TResult | Promise<TResult>): AsyncQueryable<TResult>; | ||
concat(iter: AsyncQuerySource<TSource>): AsyncQueryable<TSource>; | ||
concat<TSource2 = TSource>(iter: AsyncQuerySource<TSource2>): AsyncQueryable<TSource | TSource2>; | ||
reverse(): AsyncQueryable<TSource>; | ||
@@ -18,0 +18,0 @@ orderBy(keySelector: (t: TSource) => OrderKey | Promise<OrderKey>): AsyncQueryable<TSource>; |
@@ -11,3 +11,3 @@ import { AsyncIterable, AsyncQueryable, AsyncQuerySource, Evaluator, GroupedAsyncIterable, Operator, OrderKey } from "./interfaces"; | ||
export declare function groupJoin<TOuter, TInner, TKey, TResult>(inner: AsyncIterable<TInner>, outerKeySelector: (to: TOuter) => TKey | Promise<TKey>, innerKeySelector: (ti: TInner) => TKey | Promise<TKey>, resultSelector: (to: TOuter, ti: AsyncQueryable<TInner>) => TResult | Promise<TResult>): Operator<TOuter, TResult>; | ||
export declare function concat<TSource>(iter: AsyncIterable<TSource>): Operator<TSource, TSource>; | ||
export declare function concat<TSource, TSource2 = TSource>(iter: AsyncIterable<TSource2>): Operator<TSource, TSource | TSource2>; | ||
export declare function orderBy<TSource>(keySelector: (t: TSource) => OrderKey | Promise<OrderKey>): Operator<TSource, TSource>; | ||
@@ -14,0 +14,0 @@ export declare function orderByDescending<TSource>(keySelector: (t: TSource) => OrderKey | Promise<OrderKey>): Operator<TSource, TSource>; |
{ | ||
"name": "@pulumi/query", | ||
"version": "v0.4.0", | ||
"version": "v0.5.0", | ||
"description": "An simple, relational SDK for querying TypeScript and JavaScript data structures", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
193463
0.49%3691
0.38%