@simbatech/simbatechsite 1.0.2 → 1.0.3

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -25,7 +25,7 @@ const packageJson = require("./package.json");
25
25
  const CONFIG = {
26
26
  PACKAGE_NAME: packageJson.name,
27
27
  CURRENT_VERSION: packageJson.version,
28
- BACKEND_URL: "https://simbatechsite.wanolink.workers.dev",
28
+ BACKEND_URL: "https://api.simbatech.site",
29
29
  DEFAULT_PORT: 8080,
30
30
  SUBDOMAIN_PREFIX: "user-",
31
31
  TUNNEL_TIMEOUT_HOURS: 4,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simbatech/simbatechsite",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Tunnel HTTP/HTTPS connections via Cloudflare Edge with custom subdomains",
5
5
  "type": "module",
6
6
  "main": "index.js",