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
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 37s
This commit is contained in:
parent
e0747f5405
commit
2b8105d45c
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ import { registry } from 'node-jose/lib/jwk/keystore.js';
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
import merge from 'node-jose/lib/util/merge.js';
|
import merge from 'node-jose/lib/util/merge.js';
|
||||||
import type { Bytes } from 'node-forge';
|
import type { Bytes } from 'node-forge';
|
||||||
import { pki } from 'node-forge';
|
import type { pki } from 'node-forge';
|
||||||
|
|
||||||
import { logMessage, LogLevel } from '@BridgemanAccessible/ba-logging';
|
import { logMessage, LogLevel } from '@BridgemanAccessible/ba-logging';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue