Comparing version 1.0.3 to 1.0.4
@@ -41,3 +41,2 @@ 'use strict' | ||
this.timeout = timeout | ||
log.info('Edged initialized') | ||
} | ||
@@ -44,0 +43,0 @@ |
@@ -56,3 +56,3 @@ 'use strict' | ||
const headers = createHeaders(moreHeaders) | ||
const headers = createHeaders(client, moreHeaders) | ||
@@ -59,0 +59,0 @@ return new RequestOptions(client, headers, hostname, 'PURGE', pathname) |
{ | ||
"name": "edged", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Purge items at the edge of the network", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -7,3 +7,2 @@ #!/usr/bin/env node | ||
const { Edged } = require('./') | ||
const { inspect } = require('util') | ||
const { log, clear, dir } = require('console') | ||
@@ -10,0 +9,0 @@ const { pipeline, Writable } = require('readable-stream') |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11995
282