claude-api-slack
Advanced tools
Comparing version 1.0.0 to 1.0.2
{ | ||
"name": "claude-api-slack", | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"description": "slack Authentication Library for ClaudeAI.", | ||
"main": "index.js", | ||
"main": "./dist/index.js", | ||
"scripts": { | ||
"build2": "tsc -p tsconfig.json", | ||
"build": "tsup", | ||
@@ -17,5 +18,5 @@ "dev": "tsup --watch", | ||
".": { | ||
"import": "./build/index.js", | ||
"types": "./build/index.d.ts", | ||
"default": "./build/index.js" | ||
"import": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
} | ||
@@ -26,3 +27,2 @@ }, | ||
], | ||
"type": "module", | ||
"source": "./src/index.ts", | ||
@@ -29,0 +29,0 @@ "types": "./build/index.d.ts", |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
3556
2
0
1
No