@townco/core 0.0.52 → 0.0.54

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/dist/auth.js +1 -1
  2. package/package.json +2 -2
package/dist/auth.js CHANGED
@@ -83,7 +83,7 @@ export function clearAuthCredentials() {
83
83
  * Get the shed URL from environment or default.
84
84
  */
85
85
  export function getShedUrl() {
86
- return process.env.TOWN_SHED_URL || "http://localhost:3000";
86
+ return process.env.TOWN_SHED_URL || "https://shed-zeta.vercel.app";
87
87
  }
88
88
  /**
89
89
  * Get shed authentication (access token and URL).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@townco/core",
3
3
  "type": "module",
4
- "version": "0.0.52",
4
+ "version": "0.0.54",
5
5
  "description": "core",
6
6
  "license": "UNLICENSED",
7
7
  "main": "./dist/index.js",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "devDependencies": {
28
28
  "typescript": "^5.9.3",
29
- "@townco/tsconfig": "0.1.71"
29
+ "@townco/tsconfig": "0.1.73"
30
30
  },
31
31
  "scripts": {
32
32
  "build": "tsc",