tunnelmole
Advanced tools
Comparing version 2.0.5 to 2.0.6
@@ -8,3 +8,3 @@ /** | ||
const tunnelmole = async function(options) { | ||
const tunnelmole = await import('../../dist/src/index.js'); | ||
const tunnelmole = await import('../dist/src/index.js'); | ||
tunnelmole.tunnelmole(options); | ||
@@ -11,0 +11,0 @@ }; |
{ | ||
"name": "tunnelmole", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "Tunnelmole Client", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
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
63122