typeson-registry 9.1.0 → 9.1.1

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
@@ -1647,9 +1647,6 @@ const structuredCloningThrowing = expObj.concat({
1647
1647
  'Arguments',
1648
1648
  // A non-array exotic object
1649
1649
  'Module',
1650
- // `Error` and other errors have the [[ErrorData]] internal
1651
- // slot and give "Error"
1652
- 'Error',
1653
1650
  // Promise instances have an extra slot ([[PromiseState]])
1654
1651
  // but not throwing in Chrome `postMessage`
1655
1652
  'Promise',