switch from dtslint to tsd, update required node to >=18, bump version to 7.0.0

This commit is contained in:
Konstantin Pogorelov
2024-01-05 22:04:31 +01:00
parent 0bda9934c1
commit a0eef5d0e2
7 changed files with 3089 additions and 1750 deletions

View File

@@ -3,6 +3,8 @@
const express = require('express');
const app = express();
const promClient = require('prom-client');
// replace this with require('.') when running from library code
const promBundle = require('express-prom-bundle');
const bundle = promBundle({