promote-email-templates 0.1.5 → 0.1.6

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.
package/dist/index.d.mts CHANGED
@@ -317,7 +317,7 @@ declare const centerText: {
317
317
  };
318
318
 
319
319
  declare const appBaseUrl = "https://promote.co.mz";
320
- declare const assetsBasePath = "https://s3.us-east-2.amazonaws.com/promote-co-mz/assets";
320
+ declare const assetsBasePath = "https://files.promote.co.mz/assets";
321
321
  declare const appRoutes: {
322
322
  homePageRoute: string;
323
323
  creatorsList: string;
package/dist/index.d.ts CHANGED
@@ -317,7 +317,7 @@ declare const centerText: {
317
317
  };
318
318
 
319
319
  declare const appBaseUrl = "https://promote.co.mz";
320
- declare const assetsBasePath = "https://s3.us-east-2.amazonaws.com/promote-co-mz/assets";
320
+ declare const assetsBasePath = "https://files.promote.co.mz/assets";
321
321
  declare const appRoutes: {
322
322
  homePageRoute: string;
323
323
  creatorsList: string;
package/dist/index.js CHANGED
@@ -129,7 +129,7 @@ var import_components = require("@react-email/components");
129
129
 
130
130
  // emails/shared/values.ts
131
131
  var appBaseUrl = `https://promote.co.mz`;
132
- var assetsBasePath = `https://s3.us-east-2.amazonaws.com/promote-co-mz/assets`;
132
+ var assetsBasePath = `https://files.promote.co.mz/assets`;
133
133
  var appRoutes = {
134
134
  homePageRoute: `${appBaseUrl}/home`,
135
135
  creatorsList: `${appBaseUrl}/content-creators`,
package/dist/index.mjs CHANGED
@@ -71,7 +71,7 @@ import { Container, Img, Link } from "@react-email/components";
71
71
 
72
72
  // emails/shared/values.ts
73
73
  var appBaseUrl = `https://promote.co.mz`;
74
- var assetsBasePath = `https://s3.us-east-2.amazonaws.com/promote-co-mz/assets`;
74
+ var assetsBasePath = `https://files.promote.co.mz/assets`;
75
75
  var appRoutes = {
76
76
  homePageRoute: `${appBaseUrl}/home`,
77
77
  creatorsList: `${appBaseUrl}/content-creators`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "promote-email-templates",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Promote Email Templates",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",