fix(acme): parse issued certificate expiry from X.509 metadata and update build compatibility for dependency upgrades
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
// reflect-metadata polyfill (required by @peculiar/x509 v2 via tsyringe)
|
||||
import 'reflect-metadata';
|
||||
|
||||
// node native
|
||||
import * as crypto from 'node:crypto';
|
||||
import * as fs from 'fs';
|
||||
import * as path from 'path';
|
||||
|
||||
export { fs, path };
|
||||
export { crypto, fs, path };
|
||||
|
||||
// @apiclient.xyz scope
|
||||
import * as cloudflare from '@apiclient.xyz/cloudflare';
|
||||
|
||||
Reference in New Issue
Block a user