claude-api-slack
Advanced tools
Comparing version 1.0.13 to 1.0.14
@@ -32,3 +32,4 @@ "use strict"; | ||
const uuid_1 = require("uuid"); | ||
const p_timeout_1 = __importDefault(require("p-timeout")); | ||
// import pTimeout from 'p-timeout' | ||
const pTimeout = require('p-timeout'); | ||
const types = __importStar(require("./types")); | ||
@@ -182,3 +183,3 @@ const DAY_MS = 1000 * 60 * 60 * 24; | ||
if (timeoutMs) { | ||
return (0, p_timeout_1.default)(responseP, { | ||
return pTimeout(responseP, { | ||
milliseconds: timeoutMs, | ||
@@ -185,0 +186,0 @@ message: 'ClaudeAI timed out waiting for response: ' + timeoutMs + "'ms." |
{ | ||
"name": "claude-api-slack", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "slack Authentication Library for ClaudeAI.", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
229
0