Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
fba610c954 | |||
bd203ca770 | |||
bee711d1f8 |
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@push.rocks/smartlog-destination-receiver",
|
||||
"version": "2.0.5",
|
||||
"version": "2.0.6",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@push.rocks/smartlog-destination-receiver",
|
||||
"version": "2.0.5",
|
||||
"version": "2.0.6",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@push.rocks/smarthash": "^3.0.1",
|
||||
|
11
package.json
11
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@push.rocks/smartlog-destination-receiver",
|
||||
"version": "2.0.5",
|
||||
"version": "2.0.6",
|
||||
"private": false,
|
||||
"description": "A package providing a destination handler for smartlog logging packages",
|
||||
"main": "dist_ts/index.js",
|
||||
@ -52,5 +52,10 @@
|
||||
"logs",
|
||||
"smartlog-interfaces",
|
||||
"nodejs"
|
||||
]
|
||||
}
|
||||
],
|
||||
"homepage": "https://code.foss.global/push.rocks/smartlog-destination-receiver",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://code.foss.global/push.rocks/smartlog-destination-receiver.git"
|
||||
}
|
||||
}
|
@ -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…
x
Reference in New Issue
Block a user