vega-typings
Advanced tools
Comparing version 0.5.4 to 0.5.5
{ | ||
"name": "vega-typings", | ||
"version": "0.5.4", | ||
"version": "0.5.5", | ||
"description": "Typings for Vega.", | ||
@@ -22,4 +22,3 @@ "types": "types", | ||
"vega-util": "^1.9.0" | ||
}, | ||
"gitHead": "4e0c2e0b279a0c4e0ad00ee5377bd8685830c874" | ||
} | ||
} |
@@ -6,5 +6,1 @@ # Vega-Typings | ||
Typings for [Vega](https://github.com/vega/vega). | ||
## Release Process | ||
To release a new version, make sure that everything works. Then run `yarn version` and bump the version number. |
@@ -58,3 +58,4 @@ import { Encodable, SignalRef, TextEncodeEntry } from '.'; | ||
F = TitleFrame | StringValue, | ||
AN = AnchorValue | ||
AN = AnchorValue, | ||
O = TitleOrient | SignalRef | ||
> { | ||
@@ -128,3 +129,3 @@ /** | ||
*/ | ||
orient?: TitleOrient | SignalRef; | ||
orient?: O; | ||
} |
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
3090
85618
35
6