Comparing version 0.5.1 to 0.5.2
@@ -7,2 +7,3 @@ # Changelog | ||
[0.5.2]: https://github.com/paulrberg/prb-math/compare/v0.5.1...v0.5.2 | ||
[0.5.1]: https://github.com/paulrberg/prb-math/compare/v0.5.0...v0.5.1 | ||
@@ -20,2 +21,8 @@ [0.5.0]: https://github.com/paulrberg/prb-math/compare/v0.4.0...v0.5.0 | ||
## [0.5.2] - 2023-03-17 | ||
### Added | ||
- Add ASCII art (@PaulRBerg) | ||
## [0.5.1] - 2023-03-10 | ||
@@ -22,0 +29,0 @@ |
{ | ||
"name": "@prb/test", | ||
"description": "Modern collection of testing assertions and logging utilities for Solidity", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"author": { | ||
@@ -32,3 +32,2 @@ "name": "Paul Razvan Berg", | ||
"license": "MIT", | ||
"packageManager": "yarn@3.4.1", | ||
"publishConfig": { | ||
@@ -43,4 +42,4 @@ "access": "public" | ||
"clean": "rimraf cache out", | ||
"lint": "yarn lint:sol && yarn prettier:check", | ||
"lint:sol": "forge fmt --check && yarn solhint \"{script,src,test}/**/*.sol\"", | ||
"lint": "pnpm lint:sol && pnpm prettier:check", | ||
"lint:sol": "forge fmt --check && pnpm solhint \"{script,src,test}/**/*.sol\"", | ||
"prettier:check": "prettier --check \"**/*.{json,md,yml}\"", | ||
@@ -47,0 +46,0 @@ "prettier:write": "prettier --write \"**/*.{json,md,yml}\"" |
@@ -51,3 +51,3 @@ # PRBTest [![Github Actions][gha-badge]][gha] [![Coverage][codecov-badge]][codecov] [![Foundry][foundry-badge]][foundry] [![License: MIT][license-badge]][license] | ||
```sh | ||
yarn add @prb/test | ||
pnpm add @prb/test | ||
# or | ||
@@ -191,3 +191,3 @@ npm install @prb/test | ||
- [Node.Js](https://nodejs.org/en/download/) | ||
- [Yarn](https://yarnpkg.com/) | ||
- [Pnpm](https://pnpm.io) | ||
@@ -207,3 +207,3 @@ In addition, familiarity with [Solidity](https://soliditylang.org/) is requisite. | ||
```sh | ||
$ yarn install | ||
$ pnpm install | ||
``` | ||
@@ -228,3 +228,3 @@ | ||
[MIT](./LICENSE.md) © Paul Razvan Berg | ||
This project is licensed under MIT. | ||
@@ -231,0 +231,0 @@ <!-- Links --> |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
91995