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.
@@ -5177,7 +5177,8 @@ const makeClass = ({
5177
5177
  value() {
5178
5178
  return `${identifier}({ ${util_.ownKeys(fields).map(p => `${util_.formatPropertyKey(p)}: ${util_.formatUnknown(this[p])}`).join(", ")} })`;
5179
5179
  },
5180
- configurable: true
5180
+ configurable: true,
5181
+ writable: true
5181
5182
  });
5182
5183
  }
5183
5184
  return klass;