@chimerai/cli 0.2.76 → 0.2.77

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.
@@ -97,14 +97,14 @@ const COMPONENT_REGISTRY = [
97
97
  {
98
98
  name: 'webhooks',
99
99
  description: 'Webhook dispatch with HMAC signing',
100
- category: 'Enterprise',
100
+ category: 'Compliance & Integrations',
101
101
  dependencies: [],
102
102
  files: ['lib/webhook-dispatcher.ts'],
103
103
  },
104
104
  {
105
105
  name: 'gdpr',
106
106
  description: 'GDPR compliance (export, deletion, consent)',
107
- category: 'Enterprise',
107
+ category: 'Compliance & Integrations',
108
108
  dependencies: ['auth'],
109
109
  files: ['lib/gdpr.ts'],
110
110
  },
@@ -118,7 +118,7 @@ const COMPONENT_REGISTRY = [
118
118
  {
119
119
  name: 'audit-log',
120
120
  description: 'Audit logging for compliance',
121
- category: 'Enterprise',
121
+ category: 'Compliance & Integrations',
122
122
  dependencies: [],
123
123
  files: ['lib/audit-log.ts'],
124
124
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chimerai/cli",
3
- "version": "0.2.76",
3
+ "version": "0.2.77",
4
4
  "description": "CLI wizard for ChimerAI starter kit — scaffold auth, RBAC, AI chat, billing and more into any Next.js project",
5
5
  "main": "./dist/index.js",
6
6
  "bin": {