@spacefast/common 0.0.2 → 0.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.
@@ -808,8 +808,8 @@ export const ERROR_DOCS = {
808
808
  fix: "Refresh the runtime JWKS; the signing keys may have rotated.",
809
809
  },
810
810
  runtime_logs_unavailable: {
811
- summary: "Runtime logs are not available for this space right now.",
812
- fix: "Retry shortly; logs may lag behind serving.",
811
+ summary: "Server logs are not available because Spacefast serves your space as static files.",
812
+ fix: "There is no running server process to log. Use the request logs in your dashboard to inspect recent traffic.",
813
813
  },
814
814
  runtime_management_unavailable: {
815
815
  summary: "The runtime management surface is unavailable for this site.",
@@ -1548,8 +1548,8 @@ export const ERROR_DOCS = {
1548
1548
  fix: "Use the existing shared site.",
1549
1549
  },
1550
1550
  wp_cloud_webhook_secret_not_configured: {
1551
- summary: "The WP.Cloud webhook secret is not configured on this deployment.",
1552
- fix: "Set the WP.Cloud webhook secret in the control-plane environment.",
1551
+ summary: "The infra webhook secret is not configured on this deployment.",
1552
+ fix: "Set the infra webhook secret in the control-plane environment.",
1553
1553
  },
1554
1554
  };
1555
1555
  const PRODUCT = BRAND.productName;
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@spacefast/common",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
+ "license": "MIT",
4
5
  "description": "Shared TypeScript contracts and utilities for Spacefast packages.",
5
6
  "type": "module",
6
7
  "publishConfig": {