Comparing version 10.11.0 to 10.11.1
@@ -17,4 +17,5 @@ /** | ||
getTimezoneOffset(): number; | ||
getTimezoneName?(): string; | ||
toLocaleTimeString(): string; | ||
toLocaleDateString(): string; | ||
} |
@@ -11,5 +11,6 @@ import { LiquidDate } from './liquid-date'; | ||
private timezoneOffset; | ||
private timezoneName; | ||
private date; | ||
private displayDate; | ||
constructor(init: string | number | Date | TimezoneDate, timezoneOffset: number); | ||
constructor(init: string | number | Date | TimezoneDate, timezone: number | string); | ||
getTime(): number; | ||
@@ -28,2 +29,3 @@ getMilliseconds(): number; | ||
getTimezoneOffset(): number; | ||
getTimezoneName(): string; | ||
/** | ||
@@ -43,2 +45,3 @@ * Create a Date object fixed to it's declared Timezone. Both | ||
static createDateFixedToTimezone(dateString: string): LiquidDate; | ||
private static getTimezoneOffset; | ||
} |
{ | ||
"name": "liquidjs", | ||
"version": "10.11.0", | ||
"version": "10.11.1", | ||
"description": "A simple, expressive and safe Shopify / Github Pages compatible template engine in pure JavaScript.", | ||
@@ -5,0 +5,0 @@ "main": "dist/liquid.node.cjs.js", |
@@ -198,2 +198,5 @@ # liquidjs | ||
</tr> | ||
<tr> | ||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/amedve"><img src="https://avatars.githubusercontent.com/u/23156422?v=4?s=100" width="100px;" alt="Max Medve"/><br /><sub><b>Max Medve</b></sub></a><br /><a href="https://github.com/harttle/liquidjs/commits?author=amedve" title="Code">๐ป</a></td> | ||
</tr> | ||
</tbody> | ||
@@ -200,0 +203,0 @@ </table> |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
1330468
18468
216