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", "name": "@push.rocks/smartlog-destination-receiver",
"version": "2.0.6", "version": "2.0.5",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@push.rocks/smartlog-destination-receiver", "name": "@push.rocks/smartlog-destination-receiver",
"version": "2.0.6", "version": "2.0.5",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@push.rocks/smarthash": "^3.0.1", "@push.rocks/smarthash": "^3.0.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "@push.rocks/smartlog-destination-receiver", "name": "@push.rocks/smartlog-destination-receiver",
"version": "2.0.6", "version": "2.0.5",
"private": false, "private": false,
"description": "A package providing a destination handler for smartlog logging packages", "description": "A package providing a destination handler for smartlog logging packages",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
@ -52,10 +52,5 @@
"logs", "logs",
"smartlog-interfaces", "smartlog-interfaces",
"nodejs" "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 () => { tap.test('should create a valid SmartlogDestinationReceiver', async () => {
testSmartlogReceiver = new smartlogDestinationReceiver.SmartlogDestinationReceiver({ testSmartlogReceiver = new smartlogDestinationReceiver.SmartlogDestinationReceiver({
receiverEndpoint: await testQenv.getEnvVarOnDemand('RECEIVER_ENDPOINT'), receiverEndpoint: testQenv.getEnvVarOnDemand('RECEIVER_ENDPOINT'),
passphrase: await testQenv.getEnvVarOnDemand('PASSPHRASE'), passphrase: testQenv.getEnvVarOnDemand('PASSPHRASE'),
}); });
}); });

View File

@ -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.6', version: '2.0.5',
description: 'A package providing a destination handler for smartlog logging packages' description: 'A package providing a destination handler for smartlog logging packages'
} }