Compare commits

..

No commits in common. "master" and "v2.0.5" have entirely different histories.

4 changed files with 8 additions and 13 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@push.rocks/smartlog-destination-receiver",
"version": "2.0.6",
"version": "2.0.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@push.rocks/smartlog-destination-receiver",
"version": "2.0.6",
"version": "2.0.5",
"license": "MIT",
"dependencies": {
"@push.rocks/smarthash": "^3.0.1",

View File

@ -1,6 +1,6 @@
{
"name": "@push.rocks/smartlog-destination-receiver",
"version": "2.0.6",
"version": "2.0.5",
"private": false,
"description": "A package providing a destination handler for smartlog logging packages",
"main": "dist_ts/index.js",
@ -52,10 +52,5 @@
"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"
}
}
]
}

View File

@ -9,8 +9,8 @@ let testSmartlogReceiver: smartlogDestinationReceiver.SmartlogDestinationReceive
tap.test('should create a valid SmartlogDestinationReceiver', async () => {
testSmartlogReceiver = new smartlogDestinationReceiver.SmartlogDestinationReceiver({
receiverEndpoint: await testQenv.getEnvVarOnDemand('RECEIVER_ENDPOINT'),
passphrase: await testQenv.getEnvVarOnDemand('PASSPHRASE'),
receiverEndpoint: testQenv.getEnvVarOnDemand('RECEIVER_ENDPOINT'),
passphrase: testQenv.getEnvVarOnDemand('PASSPHRASE'),
});
});

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartlog-destination-receiver',
version: '2.0.6',
version: '2.0.5',
description: 'A package providing a destination handler for smartlog logging packages'
}