@heliyos/heliyos-api-core 1.0.49 → 1.0.50

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.
@@ -20,7 +20,7 @@ const allowedOrigin = (origin) => {
20
20
  local: ["http://dev.heliyos.ai"],
21
21
  development: ["https://dev.heliyos.ai"],
22
22
  staging: ["https://staging.heliyos.ai"],
23
- production: ["https://app.heliyos.ai"],
23
+ production: ["https://gtm.heliyos.ai"],
24
24
  };
25
25
  // Construct the final URL
26
26
  const allowed_origin_urls = urls[env];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heliyos/heliyos-api-core",
3
- "version": "1.0.49",
3
+ "version": "1.0.50",
4
4
  "description": "Heliyos's core api functions and middlewares. Its a private package hosted on npm.",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {