@mulmoclaude/google-plugin 2.0.0 → 2.1.0

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
@@ -127,7 +127,6 @@ function cached(getter) {
127
127
  Object.defineProperty(this, "value", { value });
128
128
  return value;
129
129
  }
130
- throw new Error("cached value already set");
131
130
  } };
132
131
  }
133
132
  function nullish(input) {