@secureai-sdk/sdk 1.2.2 → 1.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -278,7 +278,7 @@ console.log("Compliance Ratings:", posture.compliance_ratings);
278
278
  - **Interactive Documentation**: https://secure.acadmyai.com/docs
279
279
  - **Trust Center & Whitepaper**: https://secure.acadmyai.com/whitepaper
280
280
  - **NPM Package**: https://www.npmjs.com/package/@secureai-sdk/sdk
281
- - **Support**: Priority Slack / Email: acadmyaiorg@gmail.com
281
+ - **Support**: Priority Slack / Email: hello@acadmyai.com
282
282
 
283
283
  ---
284
284
 
@@ -0,0 +1,7 @@
1
+ #!/usr/bin/env node
2
+ /**
3
+ * SecureAI CLI for Node.js / NPM (`npm install -g @secureai-sdk/sdk` | `npx -y @secureai-sdk/sdk`)
4
+ * Enterprise AI Security, GrokBot & Autonomous Agent Runtime Firewall by AcadmyAI
5
+ */
6
+ export {};
7
+ //# sourceMappingURL=cli.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../../src/bin/cli.ts"],"names":[],"mappings":";AAEA;;;GAGG"}