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 () => {
|
tap.test('should create a valid SmartlogDestinationReceiver', async () => {
|
||||||
testSmartlogReceiver = new smartlogDestinationReceiver.SmartlogDestinationReceiver({
|
testSmartlogReceiver = new smartlogDestinationReceiver.SmartlogDestinationReceiver({
|
||||||
receiverEndpoint: testQenv.getEnvVarOnDemand('RECEIVER_ENDPOINT'),
|
receiverEndpoint: await testQenv.getEnvVarOnDemand('RECEIVER_ENDPOINT'),
|
||||||
passphrase: testQenv.getEnvVarOnDemand('PASSPHRASE'),
|
passphrase: await testQenv.getEnvVarOnDemand('PASSPHRASE'),
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartlog-destination-receiver',
|
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'
|
description: 'A package providing a destination handler for smartlog logging packages'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user