pinata-security-cli 0.2.0 → 0.2.2
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 +45 -36
- package/dist/cli/index.js +275 -130
- package/dist/cli/index.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -1
package/dist/index.d.ts
CHANGED
|
@@ -949,7 +949,7 @@ interface Gap {
|
|
|
949
949
|
* - ingestion/ - Code parsing and AST extraction (coming soon)
|
|
950
950
|
* - generation/ - Test code generation (coming soon)
|
|
951
951
|
*/
|
|
952
|
-
declare const VERSION = "0.2.
|
|
952
|
+
declare const VERSION = "0.2.2";
|
|
953
953
|
|
|
954
954
|
/**
|
|
955
955
|
* AI Service Types
|