sass-template-common 0.1.6 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -991,6 +991,7 @@ export declare type LibraryConfig = {
991
991
  DEPLOY_BUCKET?: string;
992
992
  PUBLIC_ASSETS_URL?: string;
993
993
  PUBLIC_BUILD_ID?: string;
994
+ DATE_TIMEZONE?: string;
994
995
  };
995
996
 
996
997
  export declare interface Link {