Comparing version 9.0.1 to 9.0.2
{ | ||
"name": "hubot", | ||
"version": "9.0.1", | ||
"version": "9.0.2", | ||
"author": "hubot", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -497,3 +497,3 @@ 'use strict' | ||
} else if (['.js', '.cjs', '.coffee'].includes(ext)) { | ||
this.adapter = this.requireAdapterFrom(pathToFileURL(path.resolve(adapterPath)).pathname) | ||
this.adapter = this.requireAdapterFrom(path.resolve(adapterPath)) | ||
} else if (['.mjs'].includes(ext)) { | ||
@@ -500,0 +500,0 @@ this.adapter = await this.importAdapterFrom(pathToFileURL(path.resolve(adapterPath)).href) |
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
92269