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",
|
"name": "@push.rocks/smartlog-destination-receiver",
|
||||||
"version": "2.0.5",
|
"version": "2.0.6",
|
||||||
"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.5",
|
"version": "2.0.6",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@push.rocks/smarthash": "^3.0.1",
|
"@push.rocks/smarthash": "^3.0.1",
|
||||||
|
11
package.json
11
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/smartlog-destination-receiver",
|
"name": "@push.rocks/smartlog-destination-receiver",
|
||||||
"version": "2.0.5",
|
"version": "2.0.6",
|
||||||
"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,5 +52,10 @@
|
|||||||
"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"
|
||||||
|
}
|
||||||
|
}
|
@ -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…
x
Reference in New Issue
Block a user