@grc-claw/cli 0.8.0
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/CHANGELOG.md +19 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +1860 -0
- package/dist/index.js.map +1 -0
- package/package.json +33 -0
- package/src/index.ts +1885 -0
- package/tsconfig.json +8 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# @grc-claw/cli
|
|
2
|
+
|
|
3
|
+
## 2.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- 9eafd06: Initial public release of GRC_Claw v1.0.
|
|
8
|
+
|
|
9
|
+
Core packages: @grc-claw/core, @grc-claw/evidence, @grc-claw/agent-runtime, @grc-claw/aims
|
|
10
|
+
|
|
11
|
+
Platform packages: @grc-claw/frameworks, @grc-claw/ingest, @grc-claw/agent-identity, @grc-claw/sdk, @grc-claw/compliance-orchestrator, @grc-claw/ai-supply-chain, @grc-claw/zk-compliance, @grc-claw/security-graph, @grc-claw/soar, @grc-claw/compliance-copilot, @grc-claw/observability, @grc-claw/cli
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [9eafd06]
|
|
16
|
+
- @grc-claw/aims@2.0.0
|
|
17
|
+
- @grc-claw/frameworks@2.0.0
|
|
18
|
+
- @grc-claw/sdk@2.0.0
|
|
19
|
+
- @grc-claw/compliance-copilot@2.0.0
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":""}
|