haystack-core
Advanced tools
Comparing version 2.0.25 to 2.0.26
import { Kind } from './Kind'; | ||
import { HVal } from './HVal'; | ||
import { HaysonRef } from './hayson'; | ||
import { HStr } from './HStr'; | ||
import { Node } from '../filter/Node'; | ||
@@ -10,3 +11,3 @@ import { HGrid } from './HGrid'; | ||
/** Accepted types for making a `HRef` from */ | ||
declare type RefBaseType = string | HaysonRef | HRef; | ||
declare type RefBaseType = string | HaysonRef | HRef | HStr; | ||
/** | ||
@@ -13,0 +14,0 @@ * Haystack ref. |
@@ -14,3 +14,3 @@ { | ||
"email": "support@j2inn.com", | ||
"version": "2.0.25", | ||
"version": "2.0.26", | ||
"module": "dist/index.es.js", | ||
@@ -17,0 +17,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1161106
37538