Comparing version 1.6.0 to 1.6.1
{ | ||
"name": "groq-js", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"keywords": [ | ||
@@ -41,5 +41,2 @@ "sanity", | ||
"./dist/1.d.ts" | ||
], | ||
"typeEvaluator": [ | ||
"./dist/typeEvaluator/index.d.ts" | ||
] | ||
@@ -46,0 +43,0 @@ } |
@@ -0,3 +1,22 @@ | ||
export type {GroqFunction, GroqFunctionArg, GroqPipeFunction} from '../evaluator/functions' | ||
export type {Scope} from '../evaluator/scope' | ||
export type {Context, DereferenceFunction, Document, Executor} from '../evaluator/types' | ||
export * from '../nodeTypes' | ||
export type { | ||
AnyStaticValue, | ||
ArrayValue, | ||
BooleanValue, | ||
DateTimeValue, | ||
GroqType, | ||
NullValue, | ||
NumberValue, | ||
ObjectValue, | ||
PathValue, | ||
StaticValue, | ||
StreamValue, | ||
StringValue, | ||
Value, | ||
} from '../values' | ||
export {DateTime, Path} from '../values' | ||
export {typeEvaluate} from './typeEvaluate' | ||
// @internal | ||
export {createReferenceTypeNode} from './typeHelpers' | ||
@@ -4,0 +23,0 @@ export type { |
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
876318
12430
2