sass-template-common 0.1.28 → 0.1.29

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.
@@ -1004,7 +1004,7 @@ export declare type LibraryConfig = {
1004
1004
  CAPTCHA_KEY?: string;
1005
1005
  COMMENTS_CAPTCHA_API_KEY?: string;
1006
1006
  CAPTCHA_KEY_V2?: string;
1007
- ASSETS_PREFIX?: string;
1007
+ ASSETS_PREFIX?: string | Record<string, string>;
1008
1008
  ASSETS_PATH?: string;
1009
1009
  DEV?: boolean;
1010
1010
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sass-template-common",
3
- "version": "0.1.28",
3
+ "version": "0.1.29",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"