Changed 'import' to 'import type' and seems to work fine (should resolve downstream issue hopefully)
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 37s

This commit is contained in:
Alan Bridgeman 2026-02-19 11:21:40 -06:00
parent e0747f5405
commit 2b8105d45c

View file

@ -7,7 +7,7 @@ import { registry } from 'node-jose/lib/jwk/keystore.js';
// @ts-ignore
import merge from 'node-jose/lib/util/merge.js';
import type { Bytes } from 'node-forge';
import { pki } from 'node-forge';
import type { pki } from 'node-forge';
import { logMessage, LogLevel } from '@BridgemanAccessible/ba-logging';