diff -Nru node-source-map-support-0.5.20+ds+~0.5.4/debian/changelog node-source-map-support-0.5.21+ds+~0.5.4/debian/changelog --- node-source-map-support-0.5.20+ds+~0.5.4/debian/changelog 2021-09-18 08:38:59.000000000 +0000 +++ node-source-map-support-0.5.21+ds+~0.5.4/debian/changelog 2021-11-23 08:10:52.000000000 +0000 @@ -1,3 +1,11 @@ +node-source-map-support (0.5.21+ds+~0.5.4-1) unstable; urgency=medium + + * Fix d/watch. + * New upstream release. + * Refresh patches. + + -- Julien Puydt Tue, 23 Nov 2021 09:10:52 +0100 + node-source-map-support (0.5.20+ds+~0.5.4-1) unstable; urgency=medium * New upstream release. diff -Nru node-source-map-support-0.5.20+ds+~0.5.4/debian/patches/ship_typescript_definitions.patch node-source-map-support-0.5.21+ds+~0.5.4/debian/patches/ship_typescript_definitions.patch --- node-source-map-support-0.5.20+ds+~0.5.4/debian/patches/ship_typescript_definitions.patch 2021-09-18 08:38:59.000000000 +0000 +++ node-source-map-support-0.5.21+ds+~0.5.4/debian/patches/ship_typescript_definitions.patch 2021-11-23 08:10:52.000000000 +0000 @@ -6,7 +6,7 @@ +++ node-source-map-support/package.json @@ -3,6 +3,7 @@ "description": "Fixes stack traces for files with source maps", - "version": "0.5.20", + "version": "0.5.21", "main": "./source-map-support.js", + "types": "./index.d.ts", "scripts": { diff -Nru node-source-map-support-0.5.20+ds+~0.5.4/debian/watch node-source-map-support-0.5.21+ds+~0.5.4/debian/watch --- node-source-map-support-0.5.20+ds+~0.5.4/debian/watch 2021-09-18 08:38:59.000000000 +0000 +++ node-source-map-support-0.5.21+ds+~0.5.4/debian/watch 2021-11-23 08:10:52.000000000 +0000 @@ -2,7 +2,7 @@ opts=\ repacksuffix=+ds,\ dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\ -filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-source-map-support-$1.tar.gz/ \ +filenamemangle=s/v?([\d\.-]+)\.tar\.gz/node-source-map-support-$1.tar.gz/ \ https://github.com/evanw/node-source-map-support/tags .*/v?([\d.]+).tar.gz group # It is not recommended use npmregistry. Please investigate more. diff -Nru node-source-map-support-0.5.20+ds+~0.5.4/package.json node-source-map-support-0.5.21+ds+~0.5.4/package.json --- node-source-map-support-0.5.20+ds+~0.5.4/package.json 2021-09-09 09:25:06.000000000 +0000 +++ node-source-map-support-0.5.21+ds+~0.5.4/package.json 2021-11-19 11:02:49.000000000 +0000 @@ -1,7 +1,7 @@ { "name": "source-map-support", "description": "Fixes stack traces for files with source maps", - "version": "0.5.20", + "version": "0.5.21", "main": "./source-map-support.js", "scripts": { "build": "node build.js", diff -Nru node-source-map-support-0.5.20+ds+~0.5.4/package-lock.json node-source-map-support-0.5.21+ds+~0.5.4/package-lock.json --- node-source-map-support-0.5.20+ds+~0.5.4/package-lock.json 2021-09-09 09:25:06.000000000 +0000 +++ node-source-map-support-0.5.21+ds+~0.5.4/package-lock.json 2021-11-19 11:02:49.000000000 +0000 @@ -1,6 +1,6 @@ { "name": "source-map-support", - "version": "0.5.20", + "version": "0.5.21", "lockfileVersion": 1, "requires": true, "dependencies": { diff -Nru node-source-map-support-0.5.20+ds+~0.5.4/register-hook-require.js node-source-map-support-0.5.21+ds+~0.5.4/register-hook-require.js --- node-source-map-support-0.5.20+ds+~0.5.4/register-hook-require.js 1970-01-01 00:00:00.000000000 +0000 +++ node-source-map-support-0.5.21+ds+~0.5.4/register-hook-require.js 2021-11-19 11:02:49.000000000 +0000 @@ -0,0 +1 @@ +require('./').install({hookRequire: true});