@tscircuit/capacity-autorouter 0.0.66 → 0.0.68

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.js CHANGED
@@ -11137,11 +11137,6 @@ var LocalStorageCache = class {
11137
11137
  cacheHitsByPrefix = {};
11138
11138
  cacheMissesByPrefix = {};
11139
11139
  constructor() {
11140
- if (typeof localStorage === "undefined") {
11141
- console.warn(
11142
- "LocalStorage is not available. LocalStorageCache will not function."
11143
- );
11144
- }
11145
11140
  }
11146
11141
  getKey(cacheKey) {
11147
11142
  return `${CACHE_PREFIX}${cacheKey}`;