Skip to content

Commit

Permalink
Resolved punycode deprecation warning caused by whatwg-url (#707)
Browse files Browse the repository at this point in the history
Co-authored-by: hattington <[email protected]>
  • Loading branch information
hattyhattington17 and hattington authored Nov 17, 2024
1 parent 27b296e commit 15a2110
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 14 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## Unreleased

## [0.22.1](https://github.com/o1-labs/zkapp-cli/compare/v0.22.0...v0.22.1) - 2024-11-17

### Changed

- Resolved deprecation warning caused by older version of `whatwg-url`'s dependency on `punycode` library

## [0.22.0](https://github.com/o1-labs/zkapp-cli/compare/v0.21.6...v0.22.0) - 2024-10-23

### Changed
Expand Down
41 changes: 28 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zkapp-cli",
"version": "0.22.0",
"version": "0.22.1",
"description": "CLI to create zkApps (zero-knowledge apps) for Mina Protocol",
"homepage": "https://github.com/o1-labs/zkapp-cli/",
"repository": {
Expand Down Expand Up @@ -94,6 +94,11 @@
"typescript": "^5.5.3",
"zx": "^8.1.4"
},
"overrides": {
"[email protected]": {
"whatwg-url": "14.x"
}
},
"engines": {
"node": ">=18.14.0"
}
Expand Down

0 comments on commit 15a2110

Please sign in to comment.