effect 3.13.9 → 3.13.10

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.
@@ -4979,7 +4979,8 @@ const makeClass = ({
4979
4979
  value() {
4980
4980
  return `${identifier}({ ${util_.ownKeys(fields).map(p => `${util_.formatPropertyKey(p)}: ${util_.formatUnknown(this[p])}`).join(", ")} })`;
4981
4981
  },
4982
- configurable: true
4982
+ configurable: true,
4983
+ writable: true
4983
4984
  });
4984
4985
  }
4985
4986
  return klass;