You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
plugins: Plugins names are now restricted to be node module names, preventing malicious contracts or clients of the contract server from loading arbitrary code via remote or inline URIs. This is technically a breaking change, as remote and inline URIs for plugins were previously unintentionally supported.
Features
Add vitest bindings with the same interface as the jest interface, and extract common TS-side user code to a shared package, contract-case-dsl-js, useful for anyone building non-jest or non-vitest bindings (#1328) (83534d1)
Bug Fixes
http: Fix issue where the http body could be missing during verification of a request with a payload (d93806a)
plugins: Plugins names are now restricted to be node module names, preventing malicious contracts or clients of the contract server from loading arbitrary code via remote or inline URIs. This is technically a breaking change, as remote and inline URIs for plugins were previously unintentionally supported. (caba6aa)
Dependencies
The following workspace dependencies were updated
devDependencies
@contract-case/eslint-config-case-maintainer bumped from 0.29.1 to 0.30.0