Comparing version 0.0.2 to 0.0.3-s
@@ -27,3 +27,3 @@ export interface Const<T> { | ||
readonly type: "merge"; | ||
readonly input: Bag<T>[]; | ||
readonly inputs: Bag<T>[]; | ||
} | ||
@@ -30,0 +30,0 @@ export declare type Bag<T> = Const<T> | ExternalInput<T> | FlatMap<T, any> | GroupBy<T> | Product<T, any, any> | Merge<T>; |
@@ -43,5 +43,5 @@ "use strict"; | ||
type: "merge", | ||
input: input | ||
inputs: input | ||
}; | ||
} | ||
exports.merge = merge; |
{ | ||
"name": "aliq", | ||
"version": "0.0.2", | ||
"version": "0.0.3s", | ||
"description": "ALIQ (Abstract Language Integrated Query) for JavaScript and TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
14803
1