lightrail-client
Advanced tools
Comparing version 4.3.0 to 4.3.1
@@ -97,3 +97,3 @@ "use strict"; | ||
// TODO@Dan Review Previous import of package.json to dynamically set this was breaking publish (dist included src/ & package.json file) | ||
r.set("User-Agent", "Lightrail-JavaScript/4.3.0"); | ||
r.set("User-Agent", "Lightrail-JavaScript/4.3.1"); | ||
} | ||
@@ -100,0 +100,0 @@ if (exports.configuration.isBrowser) { |
@@ -10,4 +10,6 @@ export interface FilterTypes { | ||
like: string; | ||
isNull: boolean; | ||
orNull: boolean; | ||
} | ||
export declare type FilterableString = string | Partial<FilterTypes>; | ||
export declare type FilterableNumber = number | Partial<FilterTypes>; |
{ | ||
"name": "lightrail-client", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"description": "A Javascript and Typescript client for Lightrail", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
84930
2000