@squared-functions/types
Advanced tools
Comparing version 4.9.14 to 4.9.15
@@ -20,2 +20,9 @@ import type { AttributeAction, ConditionProperty, CssConditionData, ElementAction, ExcludeAction, FileAsset, FromAction, HashAction, DataSource as IDataSource, ImportAction, MetadataAction, ViewEngine, XmlTagNode } from './squared'; | ||
export interface UserAgentData { | ||
platform: string; | ||
brand: string; | ||
browser: number; | ||
version: Null<number[]>; | ||
} | ||
export interface DocumentOutput { | ||
@@ -44,2 +51,3 @@ productionRelease?: boolean | string; | ||
templateMap?: TemplateMap; | ||
userAgentData?: Partial<UserAgentData>; | ||
} | ||
@@ -46,0 +54,0 @@ |
{ | ||
"name": "@squared-functions/types", | ||
"version": "4.9.14", | ||
"version": "4.9.15", | ||
"description": "Type definitions for squared-functions.", | ||
@@ -5,0 +5,0 @@ "types": "index.d.ts", |
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
179150
4107