From d98d593d905de0e581c9e071ce784c476f6988fd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Feb 2026 07:39:10 +0000 Subject: [PATCH 1/2] Initial plan From a39fbace8e28d31bb77a89ed59c0d9b5ca515742 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Feb 2026 07:40:26 +0000 Subject: [PATCH 2/2] chore: map npm package links to npmx.dev Co-authored-by: fengmk2 <156269+fengmk2@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bbcc65d..ed3250c 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ hessian.js [![npm download][download-image]][download-url] [npm-image]: https://img.shields.io/npm/v/hessian.js.svg?style=flat-square -[npm-url]: https://npmjs.org/package/hessian.js +[npm-url]: https://npmx.dev/package/hessian.js [github-action-image]: https://github.com/node-modules/hessian.js/actions/workflows/nodejs.yml/badge.svg [github-action-url]: https://github.com/node-modules/hessian.js/actions/workflows/nodejs.yml [codecov-image]: https://codecov.io/github/node-modules/hessian.js/coverage.svg?branch=master [codecov-url]: https://codecov.io/github/node-modules/hessian.js?branch=master [download-image]: https://img.shields.io/npm/dm/hessian.js.svg?style=flat-square -[download-url]: https://npmjs.org/package/hessian.js +[download-url]: https://npmx.dev/package/hessian.js Hessian Serialization [1.0](http://hessian.caucho.com/doc/hessian-1.0-spec.xtp) and [2.0](http://hessian.caucho.com/doc/hessian-serialization.html) (base on version [4.0.7](http://mvnrepository.com/artifact/com.caucho/hessian/4.0.7)) written by pure JavaScript.