Describe the bug
In some projects, when importing wagmi, it fails becuase of the assertion in this package
Steps
- Checkout https://github.com/hoprnet/hub-hoprnet-org
- Update wagmi to latest
- Run 'yarn dev' to get
X [ERROR] Expected ";" but found "with"
node_modules/@base-org/account/dist/core/constants.js:1:37:
1 │ import pkg from '../../package.json' with { type: 'json' };
│ ~~~~
╵ ;
Expected behavior
Assertion following the official ECMAScript specification
Version
2.4.2
Additional info
No response
Desktop
No response
Smartphone
No response