From 1baaf1d907a878f45f6f3fd1de9b6e6138722cbc Mon Sep 17 00:00:00 2001 From: Guenter Sandner Date: Sun, 19 Nov 2023 16:52:35 +0100 Subject: [PATCH] link to new location --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65ede83..ca44de6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +# node-async-context (asyncctx) + +**THIS PROJECT HAS BEEN MOVED!** + +**THE NEW LOCATION IS HERE: [asyncctx](https://github.com/gms1/HomeOfThings/tree/master/packages/node/asyncctx)** + + [![npm version](https://badge.fury.io/js/asyncctx.svg)](https://badge.fury.io/js/asyncctx) [![Build Workflow](https://github.com/gms1/node-async-context/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/gms1/node-async-context/actions/workflows/build.yml) [![Coverage Status](https://codecov.io/gh/gms1/node-async-context/branch/master/graph/badge.svg)](https://codecov.io/gh/gms1/node-async-context) @@ -5,7 +12,6 @@ [![Known Vulnerabilities](https://snyk.io/test/github/gms1/node-async-context/badge.svg)](https://snyk.io/test/github/gms1/node-async-context) ![NPM](https://img.shields.io/npm/l/asyncctx) -# node-async-context (asyncctx) This module allows you to create an asynchronous execution context for JavaScript or TypeScript @@ -68,7 +74,7 @@ process.nextTick(() => { ## Release Notes | Release | Notes | -| --------- | --------------------------------------------------------------------------------------- | +|-----------|-----------------------------------------------------------------------------------------| | 2.0.18-19 | deprecated in favour of AsyncLocalStorage | | 2.0.12-17 | maintenance release, nodejs 14 support | | 2.0.11 | #54: fixed memory leak for chaining asynchronous calls infinitely; thanks to Reko Tiira |