fix(core): update
This commit is contained in:
parent
1aa3422437
commit
bee711d1f8
@ -9,8 +9,8 @@ let testSmartlogReceiver: smartlogDestinationReceiver.SmartlogDestinationReceive
|
||||
|
||||
tap.test('should create a valid SmartlogDestinationReceiver', async () => {
|
||||
testSmartlogReceiver = new smartlogDestinationReceiver.SmartlogDestinationReceiver({
|
||||
receiverEndpoint: testQenv.getEnvVarOnDemand('RECEIVER_ENDPOINT'),
|
||||
passphrase: testQenv.getEnvVarOnDemand('PASSPHRASE'),
|
||||
receiverEndpoint: await testQenv.getEnvVarOnDemand('RECEIVER_ENDPOINT'),
|
||||
passphrase: await testQenv.getEnvVarOnDemand('PASSPHRASE'),
|
||||
});
|
||||
});
|
||||
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@push.rocks/smartlog-destination-receiver',
|
||||
version: '2.0.5',
|
||||
version: '2.0.6',
|
||||
description: 'A package providing a destination handler for smartlog logging packages'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user